// This is where we pick up the first part of the wxEntry functionality...
-// The rest is in __wxStart and AfterMainLoop. Thi function is called when
+// The rest is in __wxStart and AfterMainLoop. This function is called when
// wxpc is imported. (Before there is a wxApp object.)
void __wxPreStart()
{
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
+// Revision 1.12 1998/11/03 09:21:08 RD
+// fixed a typo
+//
// Revision 1.11 1998/10/20 06:43:58 RD
// New wxTreeCtrl wrappers (untested)
// some changes in helpers
void SetSashPosition(int position, int redraw = TRUE);
void SetMinimumPaneSize(int paneSize);
void SetSplitMode(int mode);
- bool SplitHorizontally(wxWindow* window1, wxWindow* window2, int sashPosition = -1);
- bool SplitVertically(wxWindow* window1, wxWindow* window2, int sashPosition = -1);
+ bool SplitHorizontally(wxWindow* window1, wxWindow* window2, int sashPosition = 0);
+ bool SplitVertically(wxWindow* window1, wxWindow* window2, int sashPosition = 0);
bool Unsplit(wxWindow* toRemove = NULL);
};
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
+// Revision 1.5 1998/11/03 09:21:57 RD
+// fixed a typo
+//
// Revision 1.4 1998/10/02 06:40:43 RD
+//
// Version 0.4 of wxPython for MSW.
//
// Revision 1.3 1998/08/18 19:48:20 RD