11 WindowState(
int ax,
int ay,
int aw,
int ah,
bool m =
false) : x(ax), y(ay), width(aw), height(ah), maximized(m){};
17 bool maximized =
false;
23 bool get_default_set()
const;
27 const std::string window_name;
28 Gtk::Window *win =
nullptr;
32 void save(
const std::string &win,
const WindowState &ws);
35 bool default_set =
false;
Definition: dialogs.hpp:10
Definition: window_state_store.hpp:20
Definition: sqlite.hpp:55
Definition: window_state_store.hpp:9