Home
last modified time | relevance | path

Searched refs:FL_GLCANVAS (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/gl/
H A Dglcanvas.c76 #define ISGLC( ob ) ( ( ob ) && ( ob )->objclass == FL_GLCANVAS )
222 ob->objclass = FL_GLCANVAS; in fl_create_glcanvas()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_objects.c598 add_class_def( VN( FL_GLCANVAS ), "glcanvas", in init_classes()
600 add_type_def( FL_GLCANVAS, FL_NORMAL_CANVAS, "NORMAL_CANVAS" ); in init_classes()
601 add_type_def( FL_GLCANVAS, FL_SCROLLED_CANVAS, "SCROLLED_CANVAS" ); in init_classes()
602 set_class_default( FL_GLCANVAS, FL_NORMAL_CANVAS, "" ); in init_classes()
H A Dfd_fake.c137 ob = fl_make_object( FL_GLCANVAS, type, x, y, w, h, label, in fl_create_simu_glcanvas()
H A Dfd_printC.c183 if ( obj->objclass == FL_GLCANVAS ) in C_output()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dutil.c157 VN( FL_GLCANVAS ),
H A Dcanvas.c75 || ob->objclass == FL_GLCANVAS ) )
126 && ob->objclass == FL_GLCANVAS ) in canvas_event_intercept()
H A Dobjects.c1616 if ( obj->objclass == FL_CANVAS || obj->objclass == FL_GLCANVAS ) in fli_hide_and_get_region()
2906 || obj->objclass == FL_GLCANVAS ) in fl_get_real_object_window()
3606 || obj->objclass == FL_GLCANVAS in get_object_rect()
H A Dforms.c1572 if ( ( o->objclass == FL_CANVAS || o->objclass == FL_GLCANVAS ) in fl_hide_form()
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/fd/
H A Dpallette.c376 fl_set_object_callback( obj, pallette_entry_callback, FL_GLCANVAS ); in create_form_miscform()
H A Dpallette.fd865 argument: FL_GLCANVAS
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DXBasic.h567 ( ( o )->objclass == FL_CANVAS || ( o )->objclass == FL_GLCANVAS )
H A DBasic.h123 FL_GLCANVAS, /* 29 */ enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/src/
H A Dfd2pascal.pp47 FL_XYPLOT,FL_FRAME, FL_LABELFRAME, FL_CANVAS, FL_GLCANVAS,
H A Dxforms.pp100 FL_GLCANVAS=29;
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/src/
H A Dfd2pascal.pp47 FL_XYPLOT,FL_FRAME, FL_LABELFRAME, FL_CANVAS, FL_GLCANVAS,
H A Dxforms.pp100 FL_GLCANVAS=29;