other cleanup; adjusted english in the UI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,7 +60,8 @@ public:
|
||||
wxLC_LIST|wxLC_VRULES|wxBORDER_THEME);
|
||||
}
|
||||
|
||||
virtual wxWindow *GetControl() { return this; }
|
||||
virtual wxWindow *GetControl()
|
||||
{ return this; }
|
||||
|
||||
virtual void SetStringValue( const wxString& s )
|
||||
{
|
||||
@@ -113,8 +114,8 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
int m_value; // current item index
|
||||
int m_itemHere; // hot item in popup
|
||||
int m_value; // current item index
|
||||
int m_itemHere; // hot item in popup
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
@@ -158,7 +159,8 @@ public:
|
||||
return wxSize(minWidth, wxMin(80, maxHeight));
|
||||
}
|
||||
|
||||
virtual wxWindow *GetControl() { return this; }
|
||||
virtual wxWindow *GetControl()
|
||||
{ return this; }
|
||||
|
||||
// Needed by SetStringValue
|
||||
wxTreeItemId FindItemByText( wxTreeItemId parent, const wxString& text )
|
||||
@@ -236,9 +238,8 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
wxTreeItemId m_value; // current item index
|
||||
wxTreeItemId m_itemHere; // hot item in popup
|
||||
wxTreeItemId m_value; // current item index
|
||||
wxTreeItemId m_itemHere; // hot item in popup
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
Reference in New Issue
Block a user