From 874c68b4235eb459d94af9622f28bad91028b3c9 Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 22 Jan 2015 08:51:02 +0000 Subject: INPUT placeholder attribute --- dw/fltkplatform.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dw/fltkplatform.cc') diff --git a/dw/fltkplatform.cc b/dw/fltkplatform.cc index 2fc7ff41..67b04688 100644 --- a/dw/fltkplatform.cc +++ b/dw/fltkplatform.cc @@ -413,9 +413,11 @@ FltkPlatform::FltkResourceFactory::createOptionMenuResource () core::ui::EntryResource * FltkPlatform::FltkResourceFactory::createEntryResource (int size, bool password, - const char *label) + const char *label, + const char *placeholder) { - return new ui::FltkEntryResource (platform, size, password, label); + return new ui::FltkEntryResource (platform, size, password, label, + placeholder); } core::ui::MultiLineTextResource * -- cgit v1.2.3