added toggle reminder text action;

updated SymbolsInFont when creating 'insert symbol' menu

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@266 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-04-19 14:04:50 +00:00
parent 9f24da8d02
commit f530cd7244
6 changed files with 65 additions and 11 deletions
+3 -1
View File
@@ -13,6 +13,8 @@
#include <gui/control/card_editor.hpp>
#include <render/value/viewer.hpp>
class IconMenu;
// ----------------------------------------------------------------------------- : ValueEditor
/// An editor 'control' for a single value on a card
@@ -52,7 +54,7 @@ class ValueEditor {
/// a context menu is requested, add extra items to the menu m
/** return false to suppress menu */
virtual bool onContextMenu(wxMenu& m, wxContextMenuEvent& ev) { return true; }
virtual bool onContextMenu(IconMenu& m, wxContextMenuEvent& ev) { return true; }
/// Get a special menu, events will be sent to onMenu
virtual wxMenu* getMenu(int type) const { return nullptr; }
/// A menu item was selected, return true if the command was processed