aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-24 22:25:12 +0100
committerSebastian Geerken <devnull@localhost>2015-01-24 22:25:12 +0100
commit76aa3046ab667f01465963ab9a16c185c267dae0 (patch)
treef304b8ba00682e6c683954b391d836ea3b0bb4c0 /dw/fltkui.hh
parent80c90e491f436c20b021d73de5862a19201457e3 (diff)
parent5f4f4955b97dc6d33e88b73128321c1a2640c11c (diff)
Merge with main repo.
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index 6ff024ca..fc22defd 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -303,6 +303,7 @@ private:
const char *initText;
char *label;
int label_w;
+ char *placeholder;
bool editable;
static void widgetCallback (Fl_Widget *widget, void *data);
@@ -314,7 +315,7 @@ protected:
public:
FltkEntryResource (FltkPlatform *platform, int size, bool password,
- const char *label);
+ const char *label, const char *placeholder);
~FltkEntryResource ();
void sizeRequest (core::Requisition *requisition);