1 # This file was created automatically by SWIG.
10 from controls
import *
15 def __init__(self
,this
):
19 if self
.thisown
== 1 :
20 windows2c
.delete_wxGridCell(self
.this
)
21 def GetTextValue(self
):
22 val
= windows2c
.wxGridCell_GetTextValue(self
.this
)
24 def SetTextValue(self
,arg0
):
25 val
= windows2c
.wxGridCell_SetTextValue(self
.this
,arg0
)
28 val
= windows2c
.wxGridCell_GetFont(self
.this
)
31 def SetFont(self
,arg0
):
32 val
= windows2c
.wxGridCell_SetFont(self
.this
,arg0
.this
)
34 def GetTextColour(self
):
35 val
= windows2c
.wxGridCell_GetTextColour(self
.this
)
36 val
= wxColourPtr(val
)
38 def SetTextColour(self
,arg0
):
39 val
= windows2c
.wxGridCell_SetTextColour(self
.this
,arg0
.this
)
41 def GetBackgroundColour(self
):
42 val
= windows2c
.wxGridCell_GetBackgroundColour(self
.this
)
43 val
= wxColourPtr(val
)
45 def SetBackgroundColour(self
,arg0
):
46 val
= windows2c
.wxGridCell_SetBackgroundColour(self
.this
,arg0
.this
)
48 def GetBackgroundBrush(self
):
49 val
= windows2c
.wxGridCell_GetBackgroundBrush(self
.this
)
52 def GetAlignment(self
):
53 val
= windows2c
.wxGridCell_GetAlignment(self
.this
)
55 def SetAlignment(self
,arg0
):
56 val
= windows2c
.wxGridCell_SetAlignment(self
.this
,arg0
)
58 def GetCellBitmap(self
):
59 val
= windows2c
.wxGridCell_GetCellBitmap(self
.this
)
60 val
= wxBitmapPtr(val
)
62 def SetCellBitmap(self
,arg0
):
63 val
= windows2c
.wxGridCell_SetCellBitmap(self
.this
,arg0
.this
)
66 return "<C wxGridCell instance>"
67 class wxGridCell(wxGridCellPtr
):
69 self
.this
= windows2c
.new_wxGridCell()
75 class wxGridPtr(wxPanelPtr
):
76 def __init__(self
,this
):
79 def AdjustScrollbars(self
):
80 val
= windows2c
.wxGrid_AdjustScrollbars(self
.this
)
82 def AppendCols(self
,*args
):
83 val
= apply(windows2c
.wxGrid_AppendCols
,(self
.this
,)+args
)
85 def AppendRows(self
,*args
):
86 val
= apply(windows2c
.wxGrid_AppendRows
,(self
.this
,)+args
)
89 val
= windows2c
.wxGrid_BeginBatch(self
.this
)
91 def CellHitTest(self
,arg0
,arg1
):
92 val
= windows2c
.wxGrid_CellHitTest(self
.this
,arg0
,arg1
)
94 def CreateGrid(self
,arg0
,arg1
,*args
):
95 val
= apply(windows2c
.wxGrid_CreateGrid
,(self
.this
,arg0
,arg1
,)+args
)
97 def CurrentCellVisible(self
):
98 val
= windows2c
.wxGrid_CurrentCellVisible(self
.this
)
100 def DeleteCols(self
,*args
):
101 val
= apply(windows2c
.wxGrid_DeleteCols
,(self
.this
,)+args
)
103 def DeleteRows(self
,*args
):
104 val
= apply(windows2c
.wxGrid_DeleteRows
,(self
.this
,)+args
)
107 val
= windows2c
.wxGrid_EndBatch(self
.this
)
109 def GetBatchCount(self
):
110 val
= windows2c
.wxGrid_GetBatchCount(self
.this
)
112 def GetCell(self
,arg0
,arg1
):
113 val
= windows2c
.wxGrid_GetCell(self
.this
,arg0
,arg1
)
114 val
= wxGridCellPtr(val
)
116 def GetCellAlignment(self
,arg0
,arg1
):
117 val
= windows2c
.wxGrid_GetCellAlignment(self
.this
,arg0
,arg1
)
119 def GetDefCellAlignment(self
):
120 val
= windows2c
.wxGrid_GetDefCellAlignment(self
.this
)
122 def GetCellBackgroundColour(self
,arg0
,arg1
):
123 val
= windows2c
.wxGrid_GetCellBackgroundColour(self
.this
,arg0
,arg1
)
124 val
= wxColourPtr(val
)
126 def GetDefCellBackgroundColour(self
):
127 val
= windows2c
.wxGrid_GetDefCellBackgroundColour(self
.this
)
128 val
= wxColourPtr(val
)
130 def GetCellTextColour(self
,arg0
,arg1
):
131 val
= windows2c
.wxGrid_GetCellTextColour(self
.this
,arg0
,arg1
)
132 val
= wxColourPtr(val
)
134 def GetDefCellTextColour(self
):
135 val
= windows2c
.wxGrid_GetDefCellTextColour(self
.this
)
136 val
= wxColourPtr(val
)
138 def GetCellTextFont(self
,arg0
,arg1
):
139 val
= windows2c
.wxGrid_GetCellTextFont(self
.this
,arg0
,arg1
)
142 def GetDefCellTextFont(self
):
143 val
= windows2c
.wxGrid_GetDefCellTextFont(self
.this
)
146 def GetCellValue(self
,arg0
,arg1
):
147 val
= windows2c
.wxGrid_GetCellValue(self
.this
,arg0
,arg1
)
150 val
= windows2c
.wxGrid_GetCols(self
.this
)
152 def GetColumnWidth(self
,arg0
):
153 val
= windows2c
.wxGrid_GetColumnWidth(self
.this
,arg0
)
155 def GetCurrentRect(self
):
156 val
= windows2c
.wxGrid_GetCurrentRect(self
.this
)
160 def GetCursorColumn(self
):
161 val
= windows2c
.wxGrid_GetCursorColumn(self
.this
)
163 def GetCursorRow(self
):
164 val
= windows2c
.wxGrid_GetCursorRow(self
.this
)
166 def GetEditable(self
):
167 val
= windows2c
.wxGrid_GetEditable(self
.this
)
169 def GetHorizScrollBar(self
):
170 val
= windows2c
.wxGrid_GetHorizScrollBar(self
.this
)
171 val
= wxScrollBarPtr(val
)
173 def GetLabelAlignment(self
,arg0
):
174 val
= windows2c
.wxGrid_GetLabelAlignment(self
.this
,arg0
)
176 def GetLabelBackgroundColour(self
):
177 val
= windows2c
.wxGrid_GetLabelBackgroundColour(self
.this
)
178 val
= wxColourPtr(val
)
180 def GetLabelSize(self
,arg0
):
181 val
= windows2c
.wxGrid_GetLabelSize(self
.this
,arg0
)
183 def GetLabelTextColour(self
):
184 val
= windows2c
.wxGrid_GetLabelTextColour(self
.this
)
185 val
= wxColourPtr(val
)
187 def GetLabelTextFont(self
):
188 val
= windows2c
.wxGrid_GetLabelTextFont(self
.this
)
191 def GetLabelValue(self
,arg0
,arg1
):
192 val
= windows2c
.wxGrid_GetLabelValue(self
.this
,arg0
,arg1
)
194 def GetRowHeight(self
,arg0
):
195 val
= windows2c
.wxGrid_GetRowHeight(self
.this
,arg0
)
198 val
= windows2c
.wxGrid_GetRows(self
.this
)
200 def GetScrollPosX(self
):
201 val
= windows2c
.wxGrid_GetScrollPosX(self
.this
)
203 def GetScrollPosY(self
):
204 val
= windows2c
.wxGrid_GetScrollPosY(self
.this
)
206 def GetTextItem(self
):
207 val
= windows2c
.wxGrid_GetTextItem(self
.this
)
208 val
= wxTextCtrlPtr(val
)
210 def GetVertScrollBar(self
):
211 val
= windows2c
.wxGrid_GetVertScrollBar(self
.this
)
212 val
= wxScrollBarPtr(val
)
214 def InsertCols(self
,*args
):
215 val
= apply(windows2c
.wxGrid_InsertCols
,(self
.this
,)+args
)
217 def InsertRows(self
,*args
):
218 val
= apply(windows2c
.wxGrid_InsertRows
,(self
.this
,)+args
)
220 def OnActivate(self
,arg0
):
221 val
= windows2c
.wxGrid_OnActivate(self
.this
,arg0
)
223 def SetCellAlignment(self
,arg0
,arg1
,arg2
):
224 val
= windows2c
.wxGrid_SetCellAlignment(self
.this
,arg0
,arg1
,arg2
)
226 def SetDefCellAlignment(self
,arg0
):
227 val
= windows2c
.wxGrid_SetDefCellAlignment(self
.this
,arg0
)
229 def SetCellBackgroundColour(self
,arg0
,arg1
,arg2
):
230 val
= windows2c
.wxGrid_SetCellBackgroundColour(self
.this
,arg0
.this
,arg1
,arg2
)
232 def SetDefCellBackgroundColour(self
,arg0
):
233 val
= windows2c
.wxGrid_SetDefCellBackgroundColour(self
.this
,arg0
.this
)
235 def SetCellTextColour(self
,arg0
,arg1
,arg2
):
236 val
= windows2c
.wxGrid_SetCellTextColour(self
.this
,arg0
.this
,arg1
,arg2
)
238 def SetDefCellTextColour(self
,arg0
):
239 val
= windows2c
.wxGrid_SetDefCellTextColour(self
.this
,arg0
.this
)
241 def SetCellTextFont(self
,arg0
,arg1
,arg2
):
242 val
= windows2c
.wxGrid_SetCellTextFont(self
.this
,arg0
.this
,arg1
,arg2
)
244 def SetDefCellTextFont(self
,arg0
):
245 val
= windows2c
.wxGrid_SetDefCellTextFont(self
.this
,arg0
.this
)
247 def SetCellValue(self
,arg0
,arg1
,arg2
):
248 val
= windows2c
.wxGrid_SetCellValue(self
.this
,arg0
,arg1
,arg2
)
250 def SetColumnWidth(self
,arg0
,arg1
):
251 val
= windows2c
.wxGrid_SetColumnWidth(self
.this
,arg0
,arg1
)
253 def SetDividerPen(self
,arg0
):
254 val
= windows2c
.wxGrid_SetDividerPen(self
.this
,arg0
.this
)
256 def SetEditable(self
,arg0
):
257 val
= windows2c
.wxGrid_SetEditable(self
.this
,arg0
)
259 def SetGridCursor(self
,arg0
,arg1
):
260 val
= windows2c
.wxGrid_SetGridCursor(self
.this
,arg0
,arg1
)
262 def SetLabelAlignment(self
,arg0
,arg1
):
263 val
= windows2c
.wxGrid_SetLabelAlignment(self
.this
,arg0
,arg1
)
265 def SetLabelBackgroundColour(self
,arg0
):
266 val
= windows2c
.wxGrid_SetLabelBackgroundColour(self
.this
,arg0
.this
)
268 def SetLabelSize(self
,arg0
,arg1
):
269 val
= windows2c
.wxGrid_SetLabelSize(self
.this
,arg0
,arg1
)
271 def SetLabelTextColour(self
,arg0
):
272 val
= windows2c
.wxGrid_SetLabelTextColour(self
.this
,arg0
.this
)
274 def SetLabelTextFont(self
,arg0
):
275 val
= windows2c
.wxGrid_SetLabelTextFont(self
.this
,arg0
.this
)
277 def SetLabelValue(self
,arg0
,arg1
,arg2
):
278 val
= windows2c
.wxGrid_SetLabelValue(self
.this
,arg0
,arg1
,arg2
)
280 def SetRowHeight(self
,arg0
,arg1
):
281 val
= windows2c
.wxGrid_SetRowHeight(self
.this
,arg0
,arg1
)
283 def UpdateDimensions(self
):
284 val
= windows2c
.wxGrid_UpdateDimensions(self
.this
)
287 return "<C wxGrid instance>"
288 class wxGrid(wxGridPtr
):
289 def __init__(self
,arg0
,arg1
,*args
) :
290 argl
= map(None,args
)
291 try: argl
[0] = argl
[0].this
293 try: argl
[1] = argl
[1].this
296 self
.this
= apply(windows2c
.new_wxGrid
,(arg0
.this
,arg1
,)+args
)
298 wx
._StdWindowCallbacks
(self
)
299 wx
._checkForCallback
(self
, 'OnSelectCell', wxEVT_GRID_SELECT_CELL
)
300 wx
._checkForCallback
(self
, 'OnCreateCell', wxEVT_GRID_CREATE_CELL
)
301 wx
._checkForCallback
(self
, 'OnChangeLabels', wxEVT_GRID_CHANGE_LABELS
)
302 wx
._checkForCallback
(self
, 'OnChangeSelectionLabel', wxEVT_GRID_CHANGE_SEL_LABEL
)
303 wx
._checkForCallback
(self
, 'OnCellChange', wxEVT_GRID_CELL_CHANGE
)
304 wx
._checkForCallback
(self
, 'OnCellLeftClick', wxEVT_GRID_CELL_LCLICK
)
305 wx
._checkForCallback
(self
, 'OnCellRightClick', wxEVT_GRID_CELL_RCLICK
)
306 wx
._checkForCallback
(self
, 'OnLabelLeftClick', wxEVT_GRID_LABEL_LCLICK
)
307 wx
._checkForCallback
(self
, 'OnLabelRightClick', wxEVT_GRID_LABEL_RCLICK
)
312 class wxGridEventPtr(wxEventPtr
):
313 def __init__(self
,this
):
316 def __setattr__(self
,name
,value
):
318 windows2c
.wxGridEvent_m_row_set(self
.this
,value
)
321 windows2c
.wxGridEvent_m_col_set(self
.this
,value
)
324 windows2c
.wxGridEvent_m_x_set(self
.this
,value
)
327 windows2c
.wxGridEvent_m_y_set(self
.this
,value
)
329 if name
== "m_control" :
330 windows2c
.wxGridEvent_m_control_set(self
.this
,value
)
332 if name
== "m_shift" :
333 windows2c
.wxGridEvent_m_shift_set(self
.this
,value
)
335 if name
== "m_cell" :
336 windows2c
.wxGridEvent_m_cell_set(self
.this
,value
.this
)
338 self
.__dict
__[name
] = value
339 def __getattr__(self
,name
):
341 return windows2c
.wxGridEvent_m_row_get(self
.this
)
343 return windows2c
.wxGridEvent_m_col_get(self
.this
)
345 return windows2c
.wxGridEvent_m_x_get(self
.this
)
347 return windows2c
.wxGridEvent_m_y_get(self
.this
)
348 if name
== "m_control" :
349 return windows2c
.wxGridEvent_m_control_get(self
.this
)
350 if name
== "m_shift" :
351 return windows2c
.wxGridEvent_m_shift_get(self
.this
)
352 if name
== "m_cell" :
353 return wxGridCellPtr(windows2c
.wxGridEvent_m_cell_get(self
.this
))
354 raise AttributeError,name
356 return "<C wxGridEvent instance>"
357 class wxGridEvent(wxGridEventPtr
):
358 def __init__(self
,this
):
364 class wxNotebookEventPtr(wxCommandEventPtr
):
365 def __init__(self
,this
):
368 def GetSelection(self
):
369 val
= windows2c
.wxNotebookEvent_GetSelection(self
.this
)
371 def GetOldSelection(self
):
372 val
= windows2c
.wxNotebookEvent_GetOldSelection(self
.this
)
375 return "<C wxNotebookEvent instance>"
376 class wxNotebookEvent(wxNotebookEventPtr
):
377 def __init__(self
,this
):
383 class wxNotebookPtr(wxControlPtr
):
384 def __init__(self
,this
):
387 def GetPageCount(self
):
388 val
= windows2c
.wxNotebook_GetPageCount(self
.this
)
390 def SetSelection(self
,arg0
):
391 val
= windows2c
.wxNotebook_SetSelection(self
.this
,arg0
)
393 def AdvanceSelection(self
,*args
):
394 val
= apply(windows2c
.wxNotebook_AdvanceSelection
,(self
.this
,)+args
)
396 def GetSelection(self
):
397 val
= windows2c
.wxNotebook_GetSelection(self
.this
)
399 def SetPageText(self
,arg0
,arg1
):
400 val
= windows2c
.wxNotebook_SetPageText(self
.this
,arg0
,arg1
)
402 def GetPageText(self
,arg0
):
403 val
= windows2c
.wxNotebook_GetPageText(self
.this
,arg0
)
405 def SetImageList(self
,arg0
):
406 val
= windows2c
.wxNotebook_SetImageList(self
.this
,arg0
.this
)
408 def GetImageList(self
):
409 val
= windows2c
.wxNotebook_GetImageList(self
.this
)
410 val
= wxImageListPtr(val
)
412 def GetPageImage(self
,arg0
):
413 val
= windows2c
.wxNotebook_GetPageImage(self
.this
,arg0
)
415 def SetPageImage(self
,arg0
,arg1
):
416 val
= windows2c
.wxNotebook_SetPageImage(self
.this
,arg0
,arg1
)
418 def GetRowCount(self
):
419 val
= windows2c
.wxNotebook_GetRowCount(self
.this
)
421 def DeletePage(self
,arg0
):
422 val
= windows2c
.wxNotebook_DeletePage(self
.this
,arg0
)
424 def RemovePage(self
,arg0
):
425 val
= windows2c
.wxNotebook_RemovePage(self
.this
,arg0
)
427 def DeleteAllPages(self
):
428 val
= windows2c
.wxNotebook_DeleteAllPages(self
.this
)
430 def AddPage(self
,arg0
,arg1
,*args
):
431 val
= apply(windows2c
.wxNotebook_AddPage
,(self
.this
,arg0
.this
,arg1
,)+args
)
433 def GetPage(self
,arg0
):
434 val
= windows2c
.wxNotebook_GetPage(self
.this
,arg0
)
436 def ResizeChildren(self
):
437 val
= windows2c
.wxNotebook_ResizeChildren(self
.this
)
440 return "<C wxNotebook instance>"
441 class wxNotebook(wxNotebookPtr
):
442 def __init__(self
,arg0
,arg1
,*args
) :
443 argl
= map(None,args
)
444 try: argl
[0] = argl
[0].this
446 try: argl
[1] = argl
[1].this
449 self
.this
= apply(windows2c
.new_wxNotebook
,(arg0
.this
,arg1
,)+args
)
451 wx
._StdWindowCallbacks
(self
)
456 class wxSplitterWindowPtr(wxWindowPtr
):
457 def __init__(self
,this
):
460 def GetBorderSize(self
):
461 val
= windows2c
.wxSplitterWindow_GetBorderSize(self
.this
)
463 def GetMinimumPaneSize(self
):
464 val
= windows2c
.wxSplitterWindow_GetMinimumPaneSize(self
.this
)
466 def GetSashPosition(self
):
467 val
= windows2c
.wxSplitterWindow_GetSashPosition(self
.this
)
469 def GetSashSize(self
):
470 val
= windows2c
.wxSplitterWindow_GetSashSize(self
.this
)
472 def GetSplitMode(self
):
473 val
= windows2c
.wxSplitterWindow_GetSplitMode(self
.this
)
475 def GetWindow1(self
):
476 val
= windows2c
.wxSplitterWindow_GetWindow1(self
.this
)
477 val
= wxWindowPtr(val
)
479 def GetWindow2(self
):
480 val
= windows2c
.wxSplitterWindow_GetWindow2(self
.this
)
481 val
= wxWindowPtr(val
)
483 def Initialize(self
,arg0
):
484 val
= windows2c
.wxSplitterWindow_Initialize(self
.this
,arg0
.this
)
487 val
= windows2c
.wxSplitterWindow_IsSplit(self
.this
)
489 def SetBorderSize(self
,arg0
):
490 val
= windows2c
.wxSplitterWindow_SetBorderSize(self
.this
,arg0
)
492 def SetSashPosition(self
,arg0
,*args
):
493 val
= apply(windows2c
.wxSplitterWindow_SetSashPosition
,(self
.this
,arg0
,)+args
)
495 def SetSashSize(self
,arg0
):
496 val
= windows2c
.wxSplitterWindow_SetSashSize(self
.this
,arg0
)
498 def SetMinimumPaneSize(self
,arg0
):
499 val
= windows2c
.wxSplitterWindow_SetMinimumPaneSize(self
.this
,arg0
)
501 def SetSplitMode(self
,arg0
):
502 val
= windows2c
.wxSplitterWindow_SetSplitMode(self
.this
,arg0
)
504 def SplitHorizontally(self
,arg0
,arg1
,*args
):
505 val
= apply(windows2c
.wxSplitterWindow_SplitHorizontally
,(self
.this
,arg0
.this
,arg1
.this
,)+args
)
507 def SplitVertically(self
,arg0
,arg1
,*args
):
508 val
= apply(windows2c
.wxSplitterWindow_SplitVertically
,(self
.this
,arg0
.this
,arg1
.this
,)+args
)
510 def Unsplit(self
,*args
):
511 argl
= map(None,args
)
512 try: argl
[0] = argl
[0].this
515 val
= apply(windows2c
.wxSplitterWindow_Unsplit
,(self
.this
,)+args
)
518 return "<C wxSplitterWindow instance>"
519 class wxSplitterWindow(wxSplitterWindowPtr
):
520 def __init__(self
,arg0
,arg1
,*args
) :
521 argl
= map(None,args
)
522 try: argl
[0] = argl
[0].this
524 try: argl
[1] = argl
[1].this
527 self
.this
= apply(windows2c
.new_wxSplitterWindow
,(arg0
.this
,arg1
,)+args
)
529 wx
._StdWindowCallbacks
(self
)
536 #-------------- FUNCTION WRAPPERS ------------------
540 #-------------- VARIABLE WRAPPERS ------------------
542 wxGRID_TEXT_CTRL
= windows2c
.wxGRID_TEXT_CTRL
543 wxGRID_HSCROLL
= windows2c
.wxGRID_HSCROLL
544 wxGRID_VSCROLL
= windows2c
.wxGRID_VSCROLL
545 wxEVT_GRID_SELECT_CELL
= windows2c
.wxEVT_GRID_SELECT_CELL
546 wxEVT_GRID_CREATE_CELL
= windows2c
.wxEVT_GRID_CREATE_CELL
547 wxEVT_GRID_CHANGE_LABELS
= windows2c
.wxEVT_GRID_CHANGE_LABELS
548 wxEVT_GRID_CHANGE_SEL_LABEL
= windows2c
.wxEVT_GRID_CHANGE_SEL_LABEL
549 wxEVT_GRID_CELL_CHANGE
= windows2c
.wxEVT_GRID_CELL_CHANGE
550 wxEVT_GRID_CELL_LCLICK
= windows2c
.wxEVT_GRID_CELL_LCLICK
551 wxEVT_GRID_CELL_RCLICK
= windows2c
.wxEVT_GRID_CELL_RCLICK
552 wxEVT_GRID_LABEL_LCLICK
= windows2c
.wxEVT_GRID_LABEL_LCLICK
553 wxEVT_GRID_LABEL_RCLICK
= windows2c
.wxEVT_GRID_LABEL_RCLICK