Home
last modified time | relevance | path

Searched refs:how_return (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_util.c59 unsigned int how_return ) in reset_how_return_menu() argument
70 if ( how_return == FL_RETURN_NONE ) in reset_how_return_menu()
73 else if ( how_return == FL_RETURN_ALWAYS ) in reset_how_return_menu()
78 if ( how_return & FL_RETURN_END_CHANGED ) in reset_how_return_menu()
81 if ( how_return & FL_RETURN_CHANGED ) in reset_how_return_menu()
84 if ( how_return & FL_RETURN_END ) in reset_how_return_menu()
87 if ( how_return & FL_RETURN_SELECTION ) in reset_how_return_menu()
224 get_how_return_name( unsigned int how_return, in get_how_return_name() argument
230 if ( how_return == FL_RETURN_ALWAYS ) in get_how_return_name()
233 if ( how_return == FL_RETURN_NONE ) in get_how_return_name()
[all …]
H A Dsp_xyplot.c60 setup_how_return_menu( xyplot_attrib->how_return ); in xyplot_create_spec_form()
61 fl_set_menu_item_mode( xyplot_attrib->how_return, 5, in xyplot_create_spec_form()
63 fl_set_menu_item_mode( xyplot_attrib->how_return, 6, in xyplot_create_spec_form()
82 fl_hide_object( xyplot_attrib->how_return ); in xyplot_adjust_spec_form()
87 fl_show_object( xyplot_attrib->how_return ); in xyplot_adjust_spec_form()
131 reset_how_return_menu( xyplot_attrib->how_return, obj->how_return ); in xyplot_fill_in_spec_form()
H A Dfd_file.c118 if ( ! defobj || obj->how_return != defobj->how_return ) in save_object()
120 get_how_return_name( obj->how_return, 0 ) ); in save_object()
H A Dsp_twheel.c80 reset_how_return_menu( twheel_attrib->returnsetting, obj->how_return ); in twheel_fill_in_spec_form()
H A Dsp_browser.c87 reset_how_return_menu( br_attrib->returnsetting, obj->how_return ); in browser_fill_in_spec_form()
H A Dsp_scrollbar.c112 reset_how_return_menu( scb_attrib->returnsetting, obj->how_return ); in scrollbar_fill_in_spec_form()
H A Dsp_counter.c99 reset_how_return_menu( cnt_attrib->returnsetting, curobj->how_return ); in counter_fill_in_spec_form()
H A Dsp_dial.c103 reset_how_return_menu( dial_attrib->returnsetting, curobj->how_return ); in dial_fill_in_spec_form()
H A Dsp_positioner.c86 reset_how_return_menu( pos_attrib->returnsetting, obj->how_return ); in positioner_fill_in_spec_form()
H A Dsp_slider.c112 reset_how_return_menu( sl_attrib->returnsetting, curobj->how_return ); in slider_fill_in_spec_form()
H A Dfd_printC.c1656 if ( obj->how_return != defobj->how_return ) in output_object()
1658 get_how_return_name( obj->how_return, 1 ) ); in output_object()
H A Dsp_spinner.c136 reset_how_return_menu( spn_attrib->returnsetting, obj->how_return ); in spinner_fill_in_spec_form()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dvaluator.c132 if ( ! ( ob->how_return & FL_RETURN_END_CHANGED ) ) in fli_valuator_handle_release()
136 if ( sp->start_val != sp->val && ob->how_return & FL_RETURN_END_CHANGED ) in fli_valuator_handle_release()
H A Dscrollbar.c221 if ( obj->parent->how_return & FL_RETURN_END_CHANGED in slider_cb()
275 if ( obj->parent->how_return & FL_RETURN_END_CHANGED in button_cb()
577 obj->how_return = when; in fl_set_scrollbar_return()
H A Devents.c398 if ( obj->how_return & FL_RETURN_END_CHANGED in fli_filter_returns()
406 if ( obj->how_return != FL_RETURN_NONE ) in fli_filter_returns()
407 obj->returned &= obj->how_return | FL_RETURN_TRIGGERED; in fli_filter_returns()
H A Dslider.c515 && ! ( obj->how_return & FL_RETURN_END_CHANGED ) ) in handle_motion()
588 if ( ret && ! ( obj->how_return & FL_RETURN_END_CHANGED ) ) in handle_push()
608 && ! ( obj->how_return & FL_RETURN_END_CHANGED ) ) in handle_update()
H A Dformbrowser.c927 if ( obj->parent->how_return & FL_RETURN_END_CHANGED in hcb()
974 if ( obj->parent->how_return & FL_RETURN_END_CHANGED in vcb()
1174 obj->how_return = when; in set_formbrowser_return()
H A Dtabfolder.c347 && ( ob->parent->how_return == FL_RETURN_ALWAYS in switch_folder()
348 || ob->parent->how_return == FL_RETURN_END ) ) in switch_folder()
516 tab->how_return = FL_RETURN_CHANGED; in fl_addto_tabfolder()
H A Dpositioner.c249 if ( ! ( obj->how_return & FL_RETURN_END_CHANGED ) ) in handle_mouse()
337 if ( obj->how_return & FL_RETURN_END_CHANGED in handle_positioner()
H A Dinput.c1304 if ( ret == -1 && obj->how_return == FL_RETURN_CHANGED ) in do_XPaste()
1493 if ( obj->how_return == FL_RETURN_CHANGED ) in handle_input()
1527 if ( obj->how_return == FL_RETURN_CHANGED ) in handle_input()
1721 obj->how_return = FL_RETURN_END_CHANGED; in fl_create_input()
2004 obj->how_return = sp->input->how_return = when; in fl_set_input_return()
H A Dbrowser.c348 if ( obj->parent->how_return & FL_RETURN_END_CHANGED in hcb()
379 if ( obj->parent->how_return & FL_RETURN_END_CHANGED in vcb()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/spec/
H A Dxyplot_spec.h37 FL_OBJECT * how_return; member
H A Dxyplot_spec.c79 fdui->how_return = obj = fl_add_menu( FL_PULLDOWN_MENU, 193, 29, 150, 22, "Return Setting" ); in create_form_xyplotattrib()
H A Dxyplot_spec.fd266 name: how_return
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart4_fl_object.texi283 @item int how_return
325 @code{how_return} element). Can be either
377 obj->how_return = FL_RETURN_CHANGED

12