ReactOS 0.4.15-dev-7842-g558ab78
TAB_INFO Struct Reference
Collaboration diagram for TAB_INFO:

Public Attributes

HWND hwnd
 
HWND hwndNotify
 
UINT uNumItem
 
UINT uNumRows
 
INT tabHeight
 
INT tabWidth
 
INT tabMinWidth
 
USHORT uHItemPadding
 
USHORT uVItemPadding
 
USHORT uHItemPadding_s
 
USHORT uVItemPadding_s
 
HFONT hFont
 
HCURSOR hcurArrow
 
HIMAGELIST himl
 
HWND hwndToolTip
 
INT leftmostVisible
 
INT iSelected
 
INT iHotTracked
 
INT uFocus
 
BOOL DoRedraw
 
BOOL needsScrolling
 
BOOL fHeightSet
 
BOOL bUnicode
 
HWND hwndUpDown
 
INT cbInfo
 
DWORD exStyle
 
DWORD dwStyle
 
HDPA items
 

Detailed Description

Definition at line 92 of file tab.c.

Member Data Documentation

◆ bUnicode

BOOL TAB_INFO::bUnicode

Definition at line 118 of file tab.c.

Referenced by TAB_Create(), TAB_GetUnicodeFormat(), and TAB_SetUnicodeFormat().

◆ cbInfo

INT TAB_INFO::cbInfo

Definition at line 120 of file tab.c.

Referenced by TAB_Create(), TAB_DrawItemInterior(), TAB_GetItemT(), TAB_SetItemExtra(), and TAB_SetItemT().

◆ DoRedraw

BOOL TAB_INFO::DoRedraw

Definition at line 114 of file tab.c.

Referenced by TAB_Create(), TAB_Refresh(), and TAB_SetRedraw().

◆ dwStyle

◆ exStyle

DWORD TAB_INFO::exStyle

Definition at line 122 of file tab.c.

Referenced by TAB_Create(), TAB_DrawItem(), TAB_GetExtendedStyle(), and TAB_SetExtendedStyle().

◆ fHeightSet

BOOL TAB_INFO::fHeightSet

Definition at line 117 of file tab.c.

Referenced by TAB_Create(), TAB_SetItemBounds(), and TAB_SetItemSize().

◆ hcurArrow

HCURSOR TAB_INFO::hcurArrow

Definition at line 106 of file tab.c.

Referenced by TAB_Create().

◆ hFont

HFONT TAB_INFO::hFont

◆ himl

HIMAGELIST TAB_INFO::himl

◆ hwnd

◆ hwndNotify

HWND TAB_INFO::hwndNotify

◆ hwndToolTip

HWND TAB_INFO::hwndToolTip

◆ hwndUpDown

◆ iHotTracked

◆ iSelected

◆ items

HDPA TAB_INFO::items

Definition at line 126 of file tab.c.

Referenced by TAB_Create(), TAB_DeleteItem(), TAB_Destroy(), TAB_GetItem(), and TAB_InsertItemT().

◆ leftmostVisible

INT TAB_INFO::leftmostVisible

◆ needsScrolling

◆ tabHeight

◆ tabMinWidth

INT TAB_INFO::tabMinWidth

Definition at line 100 of file tab.c.

Referenced by TAB_Create(), TAB_SetItemBounds(), and TAB_SetMinTabWidth().

◆ tabWidth

INT TAB_INFO::tabWidth

Definition at line 99 of file tab.c.

Referenced by TAB_Create(), TAB_SetItemBounds(), and TAB_SetItemSize().

◆ uFocus

◆ uHItemPadding

USHORT TAB_INFO::uHItemPadding

Definition at line 101 of file tab.c.

Referenced by TAB_Create(), TAB_DrawItemInterior(), and TAB_SetItemBounds().

◆ uHItemPadding_s

USHORT TAB_INFO::uHItemPadding_s

Definition at line 103 of file tab.c.

Referenced by TAB_Create(), TAB_SetItemBounds(), and TAB_SetPadding().

◆ uNumItem

◆ uNumRows

◆ uVItemPadding

USHORT TAB_INFO::uVItemPadding

Definition at line 102 of file tab.c.

Referenced by TAB_Create(), TAB_DrawItemInterior(), and TAB_SetItemBounds().

◆ uVItemPadding_s

USHORT TAB_INFO::uVItemPadding_s

Definition at line 104 of file tab.c.

Referenced by TAB_Create(), TAB_SetItemBounds(), and TAB_SetPadding().


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