ReactOS 0.4.16-dev-570-g1868985
|
Public Attributes | |
TBBUTTON | btn |
BOOL | bVirtual |
BOOL | bRemovable |
WCHAR | text [64] |
BOOL CUSTOMBUTTON::bRemovable |
Definition at line 191 of file toolbar.c.
Referenced by TOOLBAR_CustomizeDialogProc().
TBBUTTON CUSTOMBUTTON::btn |
Definition at line 189 of file toolbar.c.
Referenced by TOOLBAR_Cust_AddButton(), TOOLBAR_Cust_InsertAvailButton(), TOOLBAR_Cust_MoveButton(), TOOLBAR_Cust_RemoveButton(), TOOLBAR_CustomizeDialogProc(), and TOOLBAR_IsButtonRemovable().
BOOL CUSTOMBUTTON::bVirtual |
Definition at line 190 of file toolbar.c.
Referenced by TOOLBAR_CustomizeDialogProc().
WCHAR CUSTOMBUTTON::text[64] |
Definition at line 192 of file toolbar.c.
Referenced by TOOLBAR_Cust_InsertAvailButton(), and TOOLBAR_CustomizeDialogProc().