|
Blender V4.3
|
Public Attributes | |
| WindowDrawCB * | next |
| WindowDrawCB * | prev |
| void(* | draw )(const wmWindow *win, void *customdata) |
| void * | customdata |
Definition at line 600 of file wm_draw.cc.
| void* WindowDrawCB::customdata |
Definition at line 604 of file wm_draw.cc.
Referenced by WM_draw_cb_activate().
| void(* WindowDrawCB::draw) (const wmWindow *win, void *customdata) |
Definition at line 603 of file wm_draw.cc.
Referenced by WM_draw_cb_activate().
| WindowDrawCB* WindowDrawCB::next |
Definition at line 601 of file wm_draw.cc.
| WindowDrawCB * WindowDrawCB::prev |
Definition at line 601 of file wm_draw.cc.