Home
last modified time | relevance | path

Searched refs:FL_BITMAPBUTTON (Results 1 – 23 of 23) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dbitmap.c323 || ( obj->objclass != FL_BITMAP && obj->objclass != FL_BITMAPBUTTON ) ) in fl_set_bitmap_file()
432 fl_add_button_class( FL_BITMAPBUTTON, draw_bitmapbutton, 0 ); in fl_create_bitmapbutton()
433 obj = fl_create_generic_button( FL_BITMAPBUTTON, type, x, y, w, h, label ); in fl_create_bitmapbutton()
476 if ( ! obj || obj->objclass != FL_BITMAPBUTTON ) in fl_set_bitmapbutton_data()
H A Dutil.c134 VN( FL_BITMAPBUTTON ),
H A Dobjects.c73 || i == FL_BITMAPBUTTON \
/dports/x11-toolkits/xforms/xforms-1.2.4/fd2ps/
H A Dfd2ps.h243 || cls == FL_BITMAPBUTTON || cls == FL_SCROLLBUTTON \
H A Dflsupport.c169 VNP( FL_BITMAPBUTTON ),
H A Dpsobj.c1007 if ( ob->objclass == FL_BITMAP || ob->objclass == FL_BITMAPBUTTON ) in flps_draw_pixmap()
2286 { FL_BITMAPBUTTON, flps_draw_pixmap },
/dports/x11-toolkits/xforms/xforms-1.2.4/fd2ps/test/
H A Dbuttons.fd90 class: FL_BITMAPBUTTON
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_button.c49 ( ( obj )->objclass == FL_BITMAPBUTTON \
595 else if ( ob->objclass == FL_BITMAPBUTTON ) in create_default_button()
H A Dfd_objects.c475 add_class_def( VN( FL_BITMAPBUTTON ), OBJNAME( bitmapbutton ), ++bl ); in init_classes()
476 add_button_types( FL_BITMAPBUTTON ); in init_classes()
918 case FL_BITMAPBUTTON: in add_an_object()
H A Dfd_iconinfo.c48 && obj->objclass != FL_BITMAPBUTTON in get_iconinfo()
H A Dfd_main.h777 || ( cls ) == FL_BITMAPBUTTON \
H A Dfd_spec.c197 FL_BITMAPBUTTON,
H A Dfd_printC.c918 { FL_BITMAPBUTTON, "button", 0, 0 },
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/fd/
H A Dpallette.fd219 class: FL_BITMAPBUTTON
234 argument: FL_BITMAPBUTTON
410 class: FL_BITMAPBUTTON
H A Dpallette.c104 fl_set_object_callback( obj, pallette_entry_callback, FL_BITMAPBUTTON ); in create_form_buttform()
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/fd/
H A Dbuttons_gui.fd92 class: FL_BITMAPBUTTON
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart3_buttons.texi131 @tindex FL_BITMAPBUTTON
132 @anchor{FL_BITMAPBUTTON}
133 @item FL_BITMAPBUTTON
H A Dxforms.info413 Ref: FL_BITMAPBUTTON301936
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DBasic.h100 FL_BITMAPBUTTON, /* 6 */ enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/src/
H A Dfd2pascal.pp44 FL_CHECKBUTTON, FL_BITMAPBUTTON, FL_PIXMAPBUTTON,FL_BITMAP, FL_PIXMAP,
H A Dxforms.pp77 FL_BITMAPBUTTON=6;
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/src/
H A Dfd2pascal.pp44 FL_CHECKBUTTON, FL_BITMAPBUTTON, FL_PIXMAPBUTTON,FL_BITMAP, FL_PIXMAP,
H A Dxforms.pp77 FL_BITMAPBUTTON=6;