Add wxUIActionSimulator::Select().
Add a helper to select an item in a wxChoice, wxComboBox, wxListBox or similar. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,6 +65,9 @@ public:
|
||||
|
||||
bool Text(const char *text);
|
||||
|
||||
// Select the item with the given text in the currently focused control.
|
||||
bool Select(const wxString& text);
|
||||
|
||||
private:
|
||||
// This is the common part of Key{Down,Up}() methods: while we keep them
|
||||
// separate at public API level for consistency with Mouse{Down,Up}(), at
|
||||
|
Reference in New Issue
Block a user