16 WindowState(
int ax,
int ay,
int aw,
int ah,
bool m =
false) : x(ax), y(ay), width(aw), height(ah), maximized(m){};
22 bool maximized =
false;
28 bool get_default_set()
const;
32 const std::string window_name;
33 Gtk::Window *win =
nullptr;
37 void save(
const std::string &win,
const WindowState &ws);
40 bool default_set =
false;
Definition: sqlite.hpp:69
Definition: window_state_store.hpp:25
Definition: window_state_store.hpp:14