X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be4d9c1faf22d57098d17a578d218514598c9ce5..fed485e0946d9cff74fce6afdb169796d90a99f2:/utils/wxPython/src/gdi.i diff --git a/utils/wxPython/src/gdi.i b/utils/wxPython/src/gdi.i index 9509803bc2..88c48fe92d 100644 --- a/utils/wxPython/src/gdi.i +++ b/utils/wxPython/src/gdi.i @@ -17,7 +17,7 @@ #include "helpers.h" #include #ifndef __WXMSW__ -#include +#include #endif %} @@ -147,19 +147,19 @@ public: wxString GetFaceName(); int GetFamily(); +#ifdef __WXMSW__ int GetFontId(); +#endif int GetPointSize(); int GetStyle(); bool GetUnderlined(); int GetWeight(); -#ifdef __WXMSW__ void SetFaceName(const wxString& faceName); void SetFamily(int family); void SetPointSize(int pointSize); void SetStyle(int style); void SetUnderlined(bool underlined); void SetWeight(int weight); -#endif }; //---------------------------------------------------------------------- @@ -210,24 +210,23 @@ public: int GetCap(); wxColour& GetColour(); -#ifdef __WXMSW__ - // **** This one needs to return a list of ints (wxDash) - int GetDashes(wxDash **dashes); - wxBitmap* GetStipple(); -#endif int GetJoin(); int GetStyle(); int GetWidth(); bool Ok(); void SetCap(int cap_style); void SetColour(wxColour& colour); + void SetJoin(int join_style); + void SetStyle(int style); + void SetWidth(int width); + #ifdef __WXMSW__ + // **** This one needs to return a list of ints (wxDash) + int GetDashes(wxDash **dashes); + wxBitmap* GetStipple(); void SetDashes(int LCOUNT, wxDash* LIST); void SetStipple(wxBitmap& stipple); #endif - void SetJoin(int join_style); - void SetStyle(int style); - void SetWidth(int width); }; //---------------------------------------------------------------------- @@ -505,7 +504,20 @@ public: ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.12 1999/01/30 07:30:11 RD +// Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. +// +// Various cleanup, tweaks, minor additions, etc. to maintain +// compatibility with the current wxWindows. +// +// Revision 1.11 1998/12/18 15:49:05 RR +// +// wxClipboard now serves the primary selection as well +// wxPython fixes +// warning mesages +// // Revision 1.10 1998/12/17 18:05:50 RD +// // wxPython 0.5.2 // Minor fixes and SWIG code generation for RR's changes. MSW and GTK // versions are much closer now!