HomeSort by relevance Sort by last modified time
    Searched refs:TB_ENABLEBUTTON (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/Control/
ToolBar.h 32 bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMsg(TB_ENABLEBUTTON, buttonID, MAKELONG(BoolToBOOL(enable), 0))); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h 937 #define TB_ENABLEBUTTON (WM_USER+1)
    [all...]

Completed in 589 milliseconds