Generate image for disabled toolbar buttons and menu items.

Fixes #13.

Removed IconMenu class, use add_menu_item/add_menu_item_tr instead.
Added _tr variants that automatically do locale translation
This commit is contained in:
Twan van Laarhoven
2020-05-01 03:26:02 +02:00
parent 8468c5bd93
commit 1fb3f15aff
37 changed files with 355 additions and 414 deletions
+1 -2
View File
@@ -15,7 +15,6 @@
class wxSplitterWindow;
class KeywordList;
class TextCtrl;
class IconMenu;
struct KeywordSelectEvent;
class FilterCtrl;
@@ -63,7 +62,7 @@ class KeywordsPanel : public SetWindowPanel {
TextCtrl* match;
TextCtrl* reminder;
TextCtrl* rules;
IconMenu* menuKeyword;
wxMenu* menuKeyword;
wxStaticText* fixedL;
wxSizer* fixed;
wxStaticText* errors;