Blender  V3.3
Public Attributes | List of all members
WindowDrawCB Struct Reference

Public Attributes

struct WindowDrawCBnext
 
struct WindowDrawCBprev
 
void(* draw )(const struct wmWindow *, void *)
 
voidcustomdata
 

Detailed Description

Definition at line 553 of file wm_draw.c.

Member Data Documentation

◆ customdata

void* WindowDrawCB::customdata

Definition at line 557 of file wm_draw.c.

Referenced by WM_draw_cb_activate().

◆ draw

void(* WindowDrawCB::draw) (const struct wmWindow *, void *)

Definition at line 556 of file wm_draw.c.

Referenced by WM_draw_cb_activate().

◆ next

struct WindowDrawCB* WindowDrawCB::next

Definition at line 554 of file wm_draw.c.

◆ prev

struct WindowDrawCB * WindowDrawCB::prev

Definition at line 554 of file wm_draw.c.


The documentation for this struct was generated from the following file: