Home
last modified time | relevance | path

Searched refs:fl_get_choice (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/xfpovray/xfpovray-1.3.1/src/
H A Dcallbacks.c1457 switch (fl_get_choice(ob) - 1) { in YesNoCB()
1487 pov.antialias = fl_get_choice(ob) - 1; in YesNoCB()
1492 pov.radiosity = fl_get_choice(ob) - 1; in YesNoCB()
1502 pov.version = fl_get_choice(ob); in YesNoCB()
1512 pov.split_unions = fl_get_choice(ob) - 1; in YesNoCB()
1517 pov.bounding = fl_get_choice(ob) - 1; in YesNoCB()
1522 pov.light_buffer = fl_get_choice(ob) - 1; in YesNoCB()
1542 switch (fl_get_choice(ob) - 1) { in YesNoCB()
1557 pov.palette = fl_get_choice(ob); in YesNoCB()
1562 pov.output_filetype = fl_get_choice(ob); in YesNoCB()
[all …]
H A Dshow_image.c40 type = fl_get_choice (outputPage->fileType); in show_image()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_xyplot.c262 int xg = fl_get_choice( xyplot_attrib->xgrid ) - 1; in grid_change_cb()
263 int yg = fl_get_choice( xyplot_attrib->ygrid ) - 1; in grid_change_cb()
296 fl_set_xyplot_grid_linestyle( curobj, fl_get_choice( obj ) - 1 ); in gridstyle_change_cb()
308 int s = fl_get_choice( xyplot_attrib->xscale ) - 1; in xscale_change_cb()
328 int s = fl_get_choice( xyplot_attrib->yscale ) - 1; in yscale_change_cb()
H A Dfd_attribs.c546 obj->boxtype = fl_get_choice( fd_generic_attrib->boxobj ) - 1; in readback_attributes()
550 if ( ( v1 = fl_get_choice( fd_generic_attrib->typeobj ) - 1 ) >= 0 in readback_attributes()
556 v1 = fl_get_choice( fd_generic_attrib->fontobj ) - 1; in readback_attributes()
557 v2 = fl_get_choice( fd_generic_attrib->styleobj ) - 1; in readback_attributes()
570 if ( fl_get_choice( fd_generic_attrib->inside ) == 1 ) in readback_attributes()
594 fl_set_object_lsize( obj, fsizes[ fl_get_choice( in readback_attributes()
H A Dsp_browser.c248 fl_set_browser_hscrollbar( curobj, fl_get_choice( obj ) - 1 ); in hscb_pref_cb()
260 fl_set_browser_vscrollbar( curobj, fl_get_choice( obj ) - 1 ); in vscb_pref_cb()
H A Dsp_dial.c114 int dir = fl_get_choice( dial_attrib->dir ) - 1; in dial_reread_spec_form()
259 int dir = fl_get_choice( dial_attrib->dir ) - 1; in dir_cb()
H A Dsp_choice.c344 ( fl_get_choice( obj ) - 1 ) > 0; in choiceentry_scope_cb()
H A Dsp_menu.c559 ( fl_get_choice( obj ) - 1 ) > 0; in menuentry_scope_cb()
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dthumbwheel.c53 int n = fl_get_choice( ob ); in returnchange_cb()
H A Dbuttonall.c58 int n = fl_get_choice( ob ) - 1; in bw_cb()
H A Dchoice.c49 fprintf( stderr, "CallBack: %d\n", fl_get_choice( ob ) ); in cb()
H A Dpopup.c285 fl_get_choice( ob ), fl_get_choice_text( ob ) ); in choice_callback()
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/examples/
H A Dchoice.pp14 Writeln ('CallBack: ', fl_get_choice(ob));
H A Dboxtype.pp61 req_bt:= fl_get_choice(ob) - 1;
86 theval := fl_get_choice (ob) -1;
H A Dborderwidth.pp34 bw := bws[fl_get_choice(ob)-1];
H A Dobjreturn.pp46 n := fl_get_choice(ob) - 1;
H A Dbuttonall.pp27 n:=fl_get_choice(ob)-1;
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/examples/
H A Dchoice.pp14 Writeln ('CallBack: ', fl_get_choice(ob));
H A Dboxtype.pp61 req_bt:= fl_get_choice(ob) - 1;
86 theval := fl_get_choice (ob) -1;
H A Dborderwidth.pp34 bw := bws[fl_get_choice(ob)-1];
H A Dbuttonall.pp27 n:=fl_get_choice(ob)-1;
H A Dobjreturn.pp46 n := fl_get_choice(ob) - 1;
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A Dchoice.h98 FL_EXPORT int fl_get_choice( FL_OBJECT * ob );
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dforms.cxx84 int i, req_bt = fl_get_choice(ob) - 1; in boxtype_cb()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dforms.cxx68 int i, req_bt = fl_get_choice(ob) - 1; in boxtype_cb()

12