Home
last modified time | relevance | path

Searched refs:GUI_EventProc (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/guilib/GUIlib-1.2.1/
H A DGUI_generic.h19 GUI_EventProc eventproc, GUI_FreeProc freeproc);
35 GUI_EventProc EventProc;
H A DGUI_C.h40 typedef GUI_status (*GUI_EventProc)(widget_info *info, const SDL_Event *event); typedef
49 GUI_DrawProc drawproc, GUI_EventProc eventproc, GUI_FreeProc freeproc);
H A DGUI_C.cpp20 GUI_DrawProc drawproc, GUI_EventProc eventproc, GUI_FreeProc freeproc) in GUI_Widget_Create()
H A DGUI_generic.cpp10 GUI_EventProc eventproc, GUI_FreeProc freeproc) in GUI_GenericWidget()