Xforms4Perl
view release on metacpan or search on metacpan
doc/Xforms.functions view on Meta::CPAN
fl_winisvalid
fl_winicon
fl_winmaxsize
fl_winminsize
fl_winmove
fl_winopen
fl_winposition
fl_winreparent
fl_winresize
fl_winreshape
fl_winset
fl_winshow
fl_winsize
fl_winstepunit
fl_wintitle
MOUSE-RELATED FUNCTIONS
fl_get_form_mouse
($win, $x, $y, $keymask) = fl_get_form_mouse($form);
fl_get_win_mouse
($win, $x, $y, $keymask) = fl_get_win_mouse($window);
fl_get_mouse
($win, $x, $y, $keymask) = fl_get_mouse();
fl_mouse_button
fl_mousebutton
fl_set_mouse
XEVENT FUNCTIONS
NOTE: The XEvent structures used by these functions are
Perl blessed objects that can be accessed by methods
defined in the co-delivered Perl package X11::XEvent.
See the X11::XEvent man page and the canvas.pl DEMO
for more information on how to do this.
fl_XEventsQueued
fl_XNextEvent
($status, $xevent) = fl_XNextEvent();
fl_XPeekEvent
($status, $xevent) = fl_XPeekEvent();
fl_XPutBackEvent
fl_activate_event_callbacks
fl_add_event_callback
fl_add_selected_xevent
fl_addto_selected_xevent
fl_last_event
fl_print_xevent_name
fl_remove_event_callback
fl_remove_selected_xevent
fl_set_event_callback
CLIPBOARD
fl_request_clipboard
fl_request_clipboard($object, $callback);
NOTE: No type argument is passed - the type is always
FL_STRING.
fl_stuff_clipboard
fl_stuff_clipboard($object, $data_string, $callback)
NOTE: No type argument is passed - the type is always
FL_STRING. Similarly no length argument is passed.
The length of the string is determined automatically.
DRAWING
fl_add_float_vertex
fl_add_vertex
fl_arc
fl_arcf
fl_bgnclosedline
fl_bgnline
fl_bgnpolygon
fl_circ
fl_circf
fl_dashedlinestyle
fl_diagline
fl_drawmode
fl_draw_text
fl_drw_box
fl_drw_checkbox
fl_drw_frame
fl_drw_text
fl_drw_text_beside
fl_drw_text_cursor
fl_endclosedline
fl_endline
fl_endpolygon
fl_get_drawmode
fl_get_linestyle
fl_get_linewidth
fl_line
fl_lines
fl_lines($x1, $y1 [,$x2, $y2 [,...]], $color);
fl_linestyle
fl_linewidth
fl_oval
fl_ovalarc
fl_oval_bound
fl_ovalbound
fl_ovalf
fl_ovall
fl_pieslice
fl_point
fl_points
fl_points($x1, $y1 [,$x2, $y2 [,...]], $color);
fl_polybound
fl_polybound($x1, $y1 [,$x2, $y2 [,...]], $color);
fl_polyf
fl_polyf($x1, $y1 [,$x2, $y2 [,...]], $color);
fl_polygon
fl_polygon($type, $x1, $y1 [,$x2, $y2 [,...]], $color);
fl_polyl
fl_polyl($x1, $y1 [,$x2, $y2 [,...]], $color);
( run in 0.897 second using v1.01-cache-2.11-cpan-81fc1098f69 )