aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
authorcorvid corvid <corvid corvid@lavabit.com>2011-01-29 21:43:57 +0000
committercorvid corvid <corvid corvid@lavabit.com>2011-01-29 21:43:57 +0000
commit857c0495cc404c233ecaa7537a5733fd6878e403 (patch)
treef71870542b8db6030ecae88b5891a0e79d2a5e98 /dw/fltkui.hh
parentb2d79d0baa75df45f7154f893905e95edc43a53d (diff)
font/size for fltk widgets
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index ccfe3710..48548a59 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -481,6 +481,7 @@ class FltkListResource:
{
protected:
Fl_Widget *createNewWidget (core::Allocation *allocation);
+ void setWidgetStyle (Fl_Widget *widget, core::style::Style *style);
int getNumberOfItems () {return itemsSelected.size();};
int getMaxItemWidth ();