1 |
# Copyright (c) 2001 by Intevation GmbH |
# Copyright (c) 2001, 2002 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
4 |
# |
# |
106 |
|
|
107 |
# The second parameter means that the grid is to take ownership |
# The second parameter means that the grid is to take ownership |
108 |
# of the table and will destroy it when done. Otherwise you |
# of the table and will destroy it when done. Otherwise you |
109 |
# would need to keep a reference to it and call it's Destroy |
# would need to keep a reference to it and call its Destroy |
110 |
# method later. |
# method later. |
111 |
self.SetTable(self.table, true) |
self.SetTable(self.table, true) |
112 |
|
|