Home
last modified time | relevance | path

Searched defs:Fl_Gl_Window (Results 1 – 3 of 3) sorted by relevance

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DTb_Window.h79 : Fl_Gl_Window (x, y, w, h, l) { in Fl_Gl_Window() function
85 : Fl_Gl_Window (w, h, l) { in Fl_Gl_Window() function
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dfltkui.h19 NstGlArea(int x, int y, int w, int h, const char *l = 0) : Fl_Gl_Window(x, y, w, h, l) { in Fl_Gl_Window() function
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py7179 class Fl_Gl_Window(Fl_Window): class