]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/toggle.h
Implement autosize for List and use it from Dropdown
[libs/gltk.git] / source / toggle.h
index f9a32fe192971c50fae7590f16e1186b6ebbad74..da129be2fa188f8af1ff24f7b6fa5bbd78e842b7 100644 (file)
@@ -55,6 +55,8 @@ private:
        virtual void render_special(const Part &) const;
 
        void exclude_siblings();
+
+       virtual void on_style_change();
 };
 
 } // namespace GLtk