diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 20:40:02 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-09-17 20:40:02 +0000 |
| commit | c0e4cf48a402bc355558b7a99160da0659cfbfa2 (patch) | |
| tree | ceddd45e7ed9e722f1d608cc3ed363346fe4cc92 /test/menubar.cxx | |
| parent | 9ba790be3bfc78060a54ddc6038b887a8033a800 (diff) | |
Starting to allow international (unicode) keystrokes as shortcuts.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6877 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/menubar.cxx')
| -rw-r--r-- | test/menubar.cxx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/menubar.cxx b/test/menubar.cxx index eb80dd43b..6149a7ada 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -141,6 +141,16 @@ Fl_Menu_Item menutable[] = { {"Shadow", 0, 0, 0, 0, FL_SHADOW_LABEL}, {"@->", 0, 0, 0, 0, FL_SYMBOL_LABEL}, {0}, + {"&International",0,0,0,FL_SUBMENU}, + {"Sharp Ess",0x0000df}, + {"A Umlaut",0x0000c4}, + {"a Umlaut",0x0000e4}, + {"Euro currency",0x0020ac}, + {"the &ü Umlaut"}, + {"the capital &Ü"}, + {"convert ¥ to &£"}, + {"convert £ to &¥"}, + {0}, {"E&mpty",0,0,0,FL_SUBMENU}, {0}, {"&Inactive", 0, 0, 0, FL_MENU_INACTIVE|FL_SUBMENU}, @@ -167,7 +177,7 @@ Fl_Menu_Item pulldown[] = { {0} }; -#define WIDTH 600 +#define WIDTH 700 Fl_Menu_* menus[4]; |
