Searched refs:HTMINBUTTON (Results 1 – 6 of 6) sorted by relevance
364 ThemeGetButtonState(HTMINBUTTON, htHot, htDown, pcontext->Active)); in ThemeDrawCaptionButtons()740 case HTMINBUTTON: in ThemeHandleButton()919 return HTMINBUTTON; in DefWndNCHitTest()1048 case HTMINBUTTON: in ThemeWndProc()
230 #define HT_ISBUTTON(ht) ((ht) == HTMINBUTTON || (ht) == HTMAXBUTTON || (ht) == HTCLOSE || (ht) == H…
1514 case HTMINBUTTON: in NC_DoButton()1629 case HTMINBUTTON: in NC_HandleNCLButtonDown()1891 return HTMINBUTTON;2098 if (pt.x < rcWindow.left) return HTMINBUTTON; in GetNCHitEx()2129 if (pt.x > rcWindow.right) return HTMINBUTTON; in GetNCHitEx()
710 #define HTMINBUTTON 8711 #define HTREDUCE HTMINBUTTON
2486 #define HTMINBUTTON 8 macro
3861 TEST_MOUSEACTIVATE(HTMINBUTTON,MA_ACTIVATE); in test_mouse_input()