]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
swigged updates for wxGTK
[wxWidgets.git] / wxPython / src / controls2.i
index 43591b6f946690eaf0f8902d3e84982aa7ef3e68..2ca2e9a39ed94b9999ba76b4b76e8d2043ac39a0 100644 (file)
@@ -344,12 +344,14 @@ class wxListEvent: public wxNotifyEvent {
 public:
     wxListEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
 
+%readonly
     int           m_code;
     long          m_oldItemIndex;
     long          m_itemIndex;
     int           m_col;
     wxPoint       m_pointDrag;
     wxListItem    m_item;
+%readwrite
 
     int GetCode();
     long GetIndex();