Constification: make Stateful::get_state() const, with all other required const-ness added (libs)

This commit is contained in:
Paul Davis 2022-04-06 21:56:32 -06:00
parent 9e69c0d184
commit 7bf89ce109
233 changed files with 476 additions and 460 deletions

View file

@ -61,7 +61,7 @@ public:
~Pane();
void set_divider (std::vector<float>::size_type divider, float fract);
float get_divider (std::vector<float>::size_type divider = 0);
float get_divider (std::vector<float>::size_type divider = 0) const;
void set_child_minsize (Gtk::Widget const &, int32_t);
GType child_type_vfunc() const;

View file

@ -74,7 +74,7 @@ public:
Gtk::Notebook* tab_root_drop ();
int set_state (const XMLNode&, int version);
XMLNode& get_state ();
XMLNode& get_state () const;
static std::string xml_node_name();