summaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-01-22 08:51:02 +0000
committercorvid <devnull@localhost>2015-01-22 08:51:02 +0000
commit874c68b4235eb459d94af9622f28bad91028b3c9 (patch)
tree7210183ab468b0a7a881b1a6fab4edbecbf6501f /dw/ui.hh
parent9ff7e6783ebe9122a8d15b2891936223bc7f2b87 (diff)
INPUT placeholder attribute
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 78dc3cef..f31b44d7 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -580,7 +580,8 @@ public:
selectionMode, int rows) = 0;
virtual OptionMenuResource *createOptionMenuResource () = 0;
virtual EntryResource *createEntryResource (int size, bool password,
- const char *label) = 0;
+ const char *label,
+ const char *placeholder) = 0;
virtual MultiLineTextResource *createMultiLineTextResource (int cols,
int rows) = 0;
virtual CheckButtonResource *createCheckButtonResource (bool activated) = 0;