X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftoggle.h;h=9bba26863a42b281aa4b8b1eba3d67b4f701663e;hb=1bc84ded58379ee24315db8784d9fb710a02e24e;hp=de8c5d2a71e91a9c193ddbbcbb01a0cdc6ecb0d7;hpb=319cde3c06181ba1c3619567525002926d8b4889;p=libs%2Fgltk.git diff --git a/source/toggle.h b/source/toggle.h index de8c5d2..9bba268 100644 --- a/source/toggle.h +++ b/source/toggle.h @@ -36,8 +36,10 @@ public: virtual const char *get_class() const { return "toggle"; } - virtual void autosize(); +private: + virtual void autosize_special(const Part &, Geometry &); +public: void set_text(const std::string &); void set_exclusive(bool); bool get_exclusive() const { return exclusive; }