From f7fc073ac0de5326cffee25fd3e94c4d0b385136 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 5 Jan 2009 17:12:43 -0300 Subject: Added a right-click menu to the form submit button (allows to show hiddens) --- dw/fltkplatform.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dw/fltkplatform.hh') diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 7b3d3e73..7f430ee3 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -81,7 +81,8 @@ private: createListResource (core::ui::ListResource::SelectionMode selectionMode); core::ui::OptionMenuResource *createOptionMenuResource (); core::ui::EntryResource *createEntryResource (int maxLength, - bool password); + bool password, + const char *label); core::ui::MultiLineTextResource *createMultiLineTextResource (int cols, int rows); core::ui::CheckButtonResource *createCheckButtonResource (bool -- cgit v1.2.3