removed unneeded typedef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,8 +99,6 @@ static PyObject* t_output_helper(PyObject* target, PyObject* o) {
|
|||||||
static const wxString wxPyTreeListCtrlNameStr(wxT("treelistctrl"));
|
static const wxString wxPyTreeListCtrlNameStr(wxT("treelistctrl"));
|
||||||
static const wxString wxPyEmptyString(wxT(""));
|
static const wxString wxPyEmptyString(wxT(""));
|
||||||
|
|
||||||
typedef wxTreeCtrl wxPyTreeCtrl;
|
|
||||||
|
|
||||||
class wxPyTreeCompanionWindow: public wxTreeCompanionWindow
|
class wxPyTreeCompanionWindow: public wxTreeCompanionWindow
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@@ -225,9 +225,6 @@ public:
|
|||||||
* It also updates the scrolled window vertical scrollbar as appropriate.
|
* It also updates the scrolled window vertical scrollbar as appropriate.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
%{
|
|
||||||
typedef wxTreeCtrl wxPyTreeCtrl;
|
|
||||||
%}
|
|
||||||
|
|
||||||
class wxRemotelyScrolledTreeCtrl: public wxPyTreeCtrl
|
class wxRemotelyScrolledTreeCtrl: public wxPyTreeCtrl
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user