Get WxQt menu titles passing GUI tests

This commit is contained in:
Richard Smith
2018-11-21 12:58:23 +00:00
parent ae1fa08188
commit 6b7b43d1fe
2 changed files with 9 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
virtual wxMenu *Remove(size_t pos);
virtual void EnableTop(size_t pos, bool enable);
virtual bool IsEnabledTop(size_t pos) const wxOVERRIDE;
virtual void SetMenuLabel(size_t pos, const wxString& label);
virtual wxString GetMenuLabel(size_t pos) const;