Implement wxStaticBox::Set/GetLabel() in wxQt
Closes https://github.com/wxWidgets/wxWidgets/pull/1167
This commit is contained in:
@@ -33,6 +33,9 @@ public:
|
||||
|
||||
virtual QWidget *GetHandle() const;
|
||||
|
||||
virtual void SetLabel(const wxString& label) wxOVERRIDE;
|
||||
virtual wxString GetLabel() const wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user