summaryrefslogtreecommitdiff
path: root/dw/listitem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/listitem.hh')
-rw-r--r--dw/listitem.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/listitem.hh b/dw/listitem.hh
index 2e303d5d..20fa6e9d 100644
--- a/dw/listitem.hh
+++ b/dw/listitem.hh
@@ -18,6 +18,8 @@ public:
ListItem(ListItem *ref, bool limitTextWidth);
~ListItem();
+ bool mustBeWidenedToAvailWidth ();
+
void initWithWidget (core::Widget *widget, core::style::Style *style);
void initWithText (const char *text, core::style::Style *style);
};