]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/widget.h
Make the List in Dropdown a normal member instead of pointer
[libs/gltk.git] / source / widget.h
index 86638149c8640bdf57b95715cb5cab4b06fc6e25..8cf67d439b7c7e2a27c2b360623d21b5aa607751 100644 (file)
@@ -62,6 +62,7 @@ public:
        the widget class and the style name with a dash.
        */
        void set_style(const std::string &);
+       const Style &get_style() const { return *style; }
 
        void set_visible(bool);
        void set_focus();