Graphviz 13.0.0~dev.20250402.0402
|
#include <glcompdefs.h>
Data Fields | |
glcompdrawfunc_t | draw |
glcompclickfunc_t | click |
glcompmouseoverfunc_t | mouseover |
glcompmousedownfunc_t | mousedown |
glcompmouseupfunc_t | mouseup |
Definition at line 149 of file glcompdefs.h.
glcompclickfunc_t glCompCallBacks::click |
Definition at line 151 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonNew(), glCompInitCommon(), glCompMouseInit(), glCompSetMouseClick(), glCompSetMouseUp(), glcreate_gl_topview_menu(), and switch2D3D().
glcompdrawfunc_t glCompCallBacks::draw |
Definition at line 150 of file glcompdefs.h.
Referenced by glCompButtonDraw(), glCompButtonNew(), glCompImageNew(), glCompInitCommon(), glCompLabelNew(), glCompMouseInit(), glCompPanelNew(), and InsertImage().
glcompmousedownfunc_t glCompCallBacks::mousedown |
Definition at line 153 of file glcompdefs.h.
Referenced by button_press_event(), cb_mouseclick(), glCompButtonNew(), glCompInitCommon(), glCompMouseInit(), and glCompSetMouseDown().
glcompmouseoverfunc_t glCompCallBacks::mouseover |
Definition at line 152 of file glcompdefs.h.
Referenced by cb_drag(), glCompButtonMouseOver(), glCompButtonNew(), glCompInitCommon(), glCompMouseInit(), glCompMouseMove(), and motion_notify_event().
glcompmouseupfunc_t glCompCallBacks::mouseup |
Definition at line 154 of file glcompdefs.h.
Referenced by button_release_event(), cb_mouseclick(), glCompButtonMouseUp(), glCompButtonNew(), glCompInitCommon(), glCompMouseInit(), and glCompSetMouseUp().