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:
Mark Johnson
2000-02-21 08:05:13 +00:00
parent a885d89ae9
commit 3fa0976a57
12 changed files with 47 additions and 42 deletions

View File

@@ -29,12 +29,12 @@ extern wxString LogBuf; // String for all Logs
class PgmCtrl; // Declared in PgmCtrl.h file
class DocSplitterWindow; // Declared at the end of the file
//----------------------------------------------------------------------------------------
class mjDoc
class MainDoc
{
public:
//---------------------------------------------------------------------------------------
mjDoc();
virtual ~mjDoc();
MainDoc();
virtual ~MainDoc();
int Sash;
//---------------------------------------------------------------------------------------
//-- declare document Vars here ---------------------------------------------------------
@@ -72,7 +72,7 @@ class mjDoc
class DocSplitterWindow: public wxSplitterWindow
{
public:
mjDoc *pDoc;
MainDoc *pDoc;
DocSplitterWindow(wxWindow *parent, wxWindowID id);
virtual bool OnSashPositionChange(int newSashPosition)
{