|
bool | UIGetBlockAccelerators () const |
|
bool | UISetBlockAccelerators (bool bBlock) |
|
BOOL | UIAddMenuBar (HWND hWnd) |
|
BOOL | UIAddToolBar (HWND hWnd) |
|
BOOL | UIAddStatusBar (HWND hWnd) |
|
BOOL | UIAddChildWindowContainer (HWND hWnd) |
|
LRESULT | OnInitMenuPopup (UINT, WPARAM wParam, LPARAM, BOOL &bHandled) |
|
LRESULT | OnCommand (UINT, WPARAM wParam, LPARAM, BOOL &bHandled) |
|
BOOL | UIEnable (int nID, BOOL bEnable, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetCheck (int nID, int nCheck, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetCheck (int nID, bool bCheck, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetRadio (int nID, BOOL bRadio, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetRadioMenuItem (int nID, int nIDFirst, int nIDLast, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetText (int nID, LPCTSTR lpstrText, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetDefault (int nID, BOOL bDefault, BOOL bForceUpdate=FALSE) |
|
BOOL | UISetState (int nID, DWORD dwState) |
|
DWORD | UIGetState (int nID) |
|
BOOL | UIUpdateMenuBar (BOOL bForceUpdate=FALSE, BOOL bMainMenu=FALSE) |
|
BOOL | UIUpdateToolBar (BOOL bForceUpdate=FALSE) |
|
BOOL | UIUpdateStatusBar (BOOL bForceUpdate=FALSE) |
|
BOOL | UIUpdateChildWindows (BOOL bForceUpdate=FALSE) |
|