reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1227,6 +1227,14 @@ class Grid(_windows.ScrolledWindow): | ||||
|         del newobj.thisown | ||||
|         self._setOORInfo(self) | ||||
|  | ||||
|     def Create(*args, **kwargs): | ||||
|         """ | ||||
|         Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,  | ||||
|             long style=WANTS_CHARS,  | ||||
|             String name=PanelNameStr) -> bool | ||||
|         """ | ||||
|         return _grid.Grid_Create(*args, **kwargs) | ||||
|  | ||||
|     wxGridSelectCells = _grid.Grid_wxGridSelectCells | ||||
|     wxGridSelectRows = _grid.Grid_wxGridSelectRows | ||||
|     wxGridSelectColumns = _grid.Grid_wxGridSelectColumns | ||||
| @@ -2014,6 +2022,13 @@ class GridPtr(Grid): | ||||
|         self.__class__ = Grid | ||||
| _grid.Grid_swigregister(GridPtr) | ||||
|  | ||||
| def PreGrid(*args, **kwargs): | ||||
|     """PreGrid() -> Grid""" | ||||
|     val = _grid.new_PreGrid(*args, **kwargs) | ||||
|     val.thisown = 1 | ||||
|     self._setOORInfo(self) | ||||
|     return val | ||||
|  | ||||
| def Grid_GetClassDefaultAttributes(*args, **kwargs): | ||||
|     """ | ||||
|     Grid_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user