Blender V2.61 - r43446
Public Attributes

uiWidgetType Struct Reference

List of all members.

Public Attributes

uiWidgetColorswcol_theme
uiWidgetStateColorswcol_state
uiWidgetColors wcol
void(* state )(struct uiWidgetType *, int state)
void(* draw )(uiWidgetColors *, rcti *, int state, int roundboxalign)
void(* custom )(uiBut *, uiWidgetColors *, rcti *, int state, int roundboxalign)
void(* text )(uiFontStyle *, uiWidgetColors *, uiBut *, rcti *)

Detailed Description

Definition at line 111 of file interface_widgets.c.


Member Data Documentation

void(* uiWidgetType::custom)(uiBut *, uiWidgetColors *, rcti *, int state, int roundboxalign)

Definition at line 122 of file interface_widgets.c.

Referenced by ui_draw_but(), and widget_type().

void(* uiWidgetType::draw)(uiWidgetColors *, rcti *, int state, int roundboxalign)
void(* uiWidgetType::state)(struct uiWidgetType *, int state)

Definition at line 123 of file interface_widgets.c.

Referenced by ui_draw_but(), and widget_type().

Definition at line 115 of file interface_widgets.c.

Referenced by widget_state(), widget_state_numslider(), and widget_type().


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