Implement wxComboBox::SetValue() in wxQt
Make setting combobox value work.
This commit is contained in:
committed by
Vadim Zeitlin
parent
019cf6e6f0
commit
fd7f4dfe3d
@@ -69,6 +69,8 @@ public:
|
||||
bool IsListEmpty() const { return wxItemContainer::IsEmpty(); }
|
||||
bool IsTextEmpty() const { return wxTextEntry::IsEmpty(); }
|
||||
|
||||
virtual void SetValue(const wxString& value) wxOVERRIDE;
|
||||
|
||||
virtual void Popup();
|
||||
virtual void Dismiss();
|
||||
|
||||
|
Reference in New Issue
Block a user