Searched refs:close_button (Results 1 – 2 of 2) sorted by relevance
84 close_button.Create(NULL, WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON|BS_OWNERDRAW, size, this, IDCANCEL); in OnCreate()85 close_button.LoadBitmaps(IDB_BTN_CLOSE_NORMAL, IDB_BTN_CLOSE_PRESSED); in OnCreate()86 SetControlAccessibleName(close_button.GetSafeHwnd(), _T("Close")); in OnCreate()329 if (close_button) in OnSize()340 close_button.MoveWindow(&size); in OnSize()367 if (focus_owner == &close_button) in PreTranslateMessage()
55 custom_bitmap_button close_button; variable