diff options
author | corvid <corvid@lavabit.com> | 2011-02-04 17:03:18 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-02-04 17:03:18 +0000 |
commit | fa967f233fe6da82a98aaf3e2149d7aa5e1516cc (patch) | |
tree | c457cb93fdbfd1c842b71c2d57313885ccf9dbe2 /dw/fltkui.hh | |
parent | 39174335692871d5375bc3d4581b661d4f2d7e67 (diff) |
widget coloring
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 48548a59..0a9d6242 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -343,6 +343,7 @@ private: protected: virtual Fl_Button *createNewButton (core::Allocation *allocation) = 0; Fl_Widget *createNewWidget (core::Allocation *allocation); + void setWidgetStyle (Fl_Widget *widget, core::style::Style *style); public: FltkToggleButtonResource (FltkPlatform *platform, |