define Popup and Dismiss for wxComboBox in wxMOTIF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -105,6 +105,10 @@ public:
|
||||
WXWidget GetTopWidget() const { return m_mainWidget; }
|
||||
WXWidget GetMainWidget() const { return m_mainWidget; }
|
||||
|
||||
//Copied from wxComboBoxBase because for wxMOTIF wxComboBox does not inherit from it.
|
||||
virtual void Popup() { wxFAIL_MSG( wxT("Not implemented") ); };
|
||||
virtual void Dismiss() { wxFAIL_MSG( wxT("Not implemented") ); };
|
||||
|
||||
protected:
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
virtual void DoSetSize(int x, int y,
|
||||
|
Reference in New Issue
Block a user