Searched refs:has_menu (Results 1 – 2 of 2) sorted by relevance
343 bool has_menu = !(style & WS_CHILD) && (GetMenu(window) != NULL); in SizeTo() local347 AdjustWindowRectEx(&rect, style, has_menu, ex_style); in SizeTo()
1061 bool has_menu = !(style & WS_CHILD) && (GetMenu(hwnd_) != nullptr); in OnAutoResize() local1065 AdjustWindowRectEx(&rect, style, has_menu, ex_style); in OnAutoResize()