OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPTBBUTTON
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Windows/Control/
ToolBar.h
35
bool AddButton(UINT numButtons,
LPTBBUTTON
buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); }
37
bool AddButtonW(UINT numButtons,
LPTBBUTTON
buttons) { return LRESULTToBool(SendMessage(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); }
CommandBar.h
24
// bool AddButtons(UINT numButtons,
LPTBBUTTON
buttons) { return BOOLToBool(SendMessage(TB_ADDBUTTONS, (WPARAM)numButtons, (LPARAM)buttons)); }
25
bool InsertButton(int iButton,
LPTBBUTTON
button) { return BOOLToBool(SendMessage(TB_INSERTBUTTON, (WPARAM)iButton, (LPARAM)button)); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h
734
} TBBUTTON,NEAR *PTBBUTTON,*
LPTBBUTTON
;
[
all
...]
shobjidl.h
[
all
...]
Completed in 716 milliseconds