X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.h;h=fbd5f921054b3a0c17d1ed0a1385475c710831fe;hb=f0b600c3b1739f7e088da6ab8eb7c2e67adf592c;hp=4854340a14f730a1fe90fcc9c847be1ce87514ce;hpb=ec63df81f6c3f77454b0fe3bdae24876c84616b1;p=libs%2Fgltk.git diff --git a/source/entry.h b/source/entry.h index 4854340..fbd5f92 100644 --- a/source/entry.h +++ b/source/entry.h @@ -51,7 +51,7 @@ public: virtual const char *get_class() const { return "entry"; } private: - virtual void autosize_special(const Part &, Geometry &); + virtual void autosize_special(const Part &, Geometry &) const; public: void set_text(const std::string &); @@ -77,7 +77,6 @@ private: virtual void on_style_change(); void set_edit_position(unsigned); - void reposition_slider(); void check_view_range(); void slider_value_changed(double); };