Blender  V2.93
Public Attributes | List of all members
WindowDrawCB Struct Reference

Public Attributes

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

Detailed Description

Definition at line 354 of file wm_draw.c.

Member Data Documentation

◆ customdata

void* WindowDrawCB::customdata

Definition at line 358 of file wm_draw.c.

Referenced by WM_draw_cb_activate().

◆ draw

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

Definition at line 357 of file wm_draw.c.

Referenced by WM_draw_cb_activate().

◆ next

struct WindowDrawCB* WindowDrawCB::next

Definition at line 355 of file wm_draw.c.

◆ prev

struct WindowDrawCB * WindowDrawCB::prev

Definition at line 355 of file wm_draw.c.


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