Some stubs corrections; Motif corrections incl. busy cursor fix; doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-02-24 08:02:28 +00:00
parent 3cc7ea5302
commit ad813b00d5
27 changed files with 116 additions and 26 deletions

View File

@@ -55,7 +55,6 @@ public:
virtual bool Destroy();
void SetClientSize(int width, int height);
void GetClientSize(int *width, int *height) const;
void GetSize(int *width, int *height) const ;
void GetPosition(int *x, int *y) const ;

View File

@@ -146,7 +146,7 @@ public:
void SetTitle(const wxString& title);
void SetClientSize(int width, int height);
void GetClientSize(int *width, int *height);
void GetClientSize(int *width, int *height) const;
void GetSize(int *width, int *height) const;
void GetPosition(int *x, int *y) const ;

View File

@@ -138,6 +138,9 @@
#define wxUSE_TOOLTIPS 0
// Use tooltips
#define wxUSE_DYNLIB_CLASS 0
// Use wxLibrary
/*
* Finer detail
*