Home
last modified time | relevance | path

Searched refs:FL_MOVEORIGIN (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dtabfolder.c101 case FL_MOVEORIGIN: in handle_tabfolder()
108 fli_handle_form( folder, FL_MOVEORIGIN, 0, ev ); in handle_tabfolder()
H A Dhandling.c580 case FL_MOVEORIGIN: in fli_handle_form()
1283 fli_handle_form( evform, FL_MOVEORIGIN, 0, &st_xev ); in handle_ConfigureNotify_event()
H A Dobjects.c3376 fli_handle_object( obj, FL_MOVEORIGIN, 0, 0, 0, NULL, 0 ); in fl_set_object_position()
3812 && reason != FL_MOVEORIGIN ) ) in fli_notify_object()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DBasic.h525 FL_MOVEORIGIN, /* 21 dragging the form across the screen enumerator
/dports/x11-toolkits/xforms/xforms-1.2.4/
H A DChangeLog3260 * lib/include/Basic.h: add FL_MOVEORIGIN to the FL_EVENTS enum.
3266 Dispatch FL_MOVEORIGIN events to the form's constituent objects.
3270 dispatch a call to fl_handle_form(form, FL_MOVEORIGIN, ...).
3272 * lib/tabfolder.c (handle): add FL_MOVEORIGIN to the event switch.
3274 a call to fl_handle_form(active_folder, FL_MOVEORIGIN, ...) to