X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fwidget.h;h=8cf67d439b7c7e2a27c2b360623d21b5aa607751;hb=3f4817441626e1abb5556ae53c16746634a57ad9;hp=86638149c8640bdf57b95715cb5cab4b06fc6e25;hpb=aba0416fb73e17d068b30ff163c2fedcb0254da2;p=libs%2Fgltk.git diff --git a/source/widget.h b/source/widget.h index 8663814..8cf67d4 100644 --- a/source/widget.h +++ b/source/widget.h @@ -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();