browsedb.h dbbrowse.cpp dbbrowse.h dbgrid.h dbtree.h
dlguser.cpp dlguser.h doc.cpp doc.h pgmctrl.h de/dbbrowse.mo de/dbbrowse.po git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// Licence: wxWindows license
|
||||
// RCS-ID: $Id$
|
||||
//----------------------------------------------------------------------------------------
|
||||
class mjDoc; // Declared in Doc.h file
|
||||
class MainDoc; // Declared in Doc.h file
|
||||
//----------------------------------------------------------------------------------------
|
||||
class DBTreeData : public wxTreeItemData
|
||||
{
|
||||
@@ -42,7 +42,7 @@ class DBTree : public wxTreeCtrl
|
||||
DBTree(wxWindow *parent);
|
||||
DBTree(wxWindow *parent, const wxWindowID id,const wxPoint& pos, const wxSize& size,long style);
|
||||
virtual ~DBTree();
|
||||
mjDoc *pDoc;
|
||||
MainDoc *pDoc;
|
||||
wxDbInf *ct_BrowserDB;
|
||||
//----------------------------------------------------------------------------------------
|
||||
int i_TabArt; // Tab = 0 ; Page = 1;
|
||||
|
Reference in New Issue
Block a user