Added dummy GetTextWidget() implementation for wxMotif wxComboCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
94f090f241
commit
db1087d2fd
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ protected:
|
|||
// Dummies for platform-specific wxTextEntry implementations
|
||||
#if defined(__WXUNIVERSAL__)
|
||||
// Looks like there's nothing we need to override here
|
||||
#elif defined(__WXMOTIF__)
|
||||
virtual WXWidget GetTextWidget() const { return NULL; }
|
||||
#elif defined(__WXGTK__)
|
||||
#if defined(__WXGTK20__)
|
||||
virtual GtkEditable *GetEditable() const { return NULL; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue