Home
last modified time | relevance | path

Searched refs:_status_window (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DGlobals.cc36 static StatusWindow* _status_window = nullptr; variable
90 _status_window = new StatusWindow(_theme); in init()
101 delete _status_window; in cleanup()
172 return _status_window; in statusWindow()
/dports/games/allacrost/allacrost-1.0.2/src/modes/menu/
H A Dmenu.cpp124 _status_window.Create(static_cast<float>(win_width * 4 + 16), 448, VIDEO_MENU_EDGE_ALL); in MenuMode()
125 _status_window.SetPosition(static_cast<float>(start_x), static_cast<float>(start_y + 10)); in MenuMode()
176 _status_window.Destroy(); in ~MenuMode()
207 _status_window.Show(); in Reset()
390 _status_window.Draw(); in Draw()
668 _status_window.Activate(true); in _HandleStatusMenu()
790 _active_window = &_status_window; in _GetNextActiveWindow()
H A Dmenu.h211 private_menu::StatusWindow _status_window; variable