X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8b8dda73001819104b83776e4c014369c013ce8..b8c99a930e1031db5cca0b204042ccde30ff2463:/utils/wxPython/src/windows2.i?ds=sidebyside diff --git a/utils/wxPython/src/windows2.i b/utils/wxPython/src/windows2.i index 57dd0d69f7..63a0b08739 100644 --- a/utils/wxPython/src/windows2.i +++ b/utils/wxPython/src/windows2.i @@ -119,8 +119,7 @@ public: int GetCellAlignment(int row, int col); %name(GetDefCellAlignment)int GetCellAlignment(); wxColour& GetCellBackgroundColour(int row, int col); - %name(GetDefCellBackgroundColour) - wxColour& GetCellBackgroundColour(); + %name(GetDefCellBackgroundColour) wxColour& GetCellBackgroundColour(); //wxGridCell *** GetCells(); wxColour& GetCellTextColour(int row, int col); %name(GetDefCellTextColour)wxColour& GetCellTextColour(); @@ -324,6 +323,8 @@ public: bool SetIcon(const wxIcon& icon, const char* tooltip = ""); bool RemoveIcon(void); + bool PopupMenu(wxMenu *menu); + }; #endif @@ -331,6 +332,15 @@ public: ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.9 1999/02/25 07:08:36 RD +// wxPython version 2.0b5 +// +// Revision 1.8 1998/12/17 18:05:53 RD +// +// wxPython 0.5.2 +// Minor fixes and SWIG code generation for RR's changes. MSW and GTK +// versions are much closer now! +// // Revision 1.7 1998/12/15 20:41:25 RD // Changed the import semantics from "from wxPython import *" to "from // wxPython.wx import *" This is for people who are worried about