ReactOS 0.4.15-dev-7958-gcd0bb1a
_BUTTON_INFO Struct Reference
Collaboration diagram for _BUTTON_INFO:

Public Attributes

HWND hwnd
 
LONG state
 
HFONT font
 
union {
   HICON   icon
 
   HBITMAP   bitmap
 
   HANDLE   image
 
u
 

Detailed Description

Definition at line 93 of file button.c.

Member Data Documentation

◆ bitmap

HBITMAP _BUTTON_INFO::bitmap

Definition at line 101 of file button.c.

Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().

◆ font

◆ hwnd

◆ icon

HICON _BUTTON_INFO::icon

Definition at line 100 of file button.c.

Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().

◆ image

HANDLE _BUTTON_INFO::image

Definition at line 102 of file button.c.

◆ state

LONG _BUTTON_INFO::state

Definition at line 96 of file button.c.

Referenced by BUTTON_DrawLabel(), CB_Paint(), CB_ThemedPaint(), OB_Paint(), PB_Paint(), and UB_Paint().

◆ 

union { ... } _BUTTON_INFO::u

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