diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-24 22:25:12 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-24 22:25:12 +0100 |
commit | 76aa3046ab667f01465963ab9a16c185c267dae0 (patch) | |
tree | f304b8ba00682e6c683954b391d836ea3b0bb4c0 /dw/ui.hh | |
parent | 80c90e491f436c20b021d73de5862a19201457e3 (diff) | |
parent | 5f4f4955b97dc6d33e88b73128321c1a2640c11c (diff) |
Merge with main repo.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |