Searched refs:_cancel_button (Results 1 – 2 of 2) sorted by relevance
57 if (_cancel_button) in ~RootWindow()58 delete _cancel_button; in ~RootWindow()147 _cancel_button->_window); in proc()242 _cancel_button = new CancelButton(_app, *this, rect); in WMCreate()243 _cancel_button->create(aux); in WMCreate()313 next = _cancel_button->_window; in focusManagerHook()315 } else if (msg.hwnd == _cancel_button->_window) { in focusManagerHook()
41 CancelButton *_cancel_button; variable