mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
6 lines
181 B
Python
6 lines
181 B
Python
|
|
# For Python the returned GridBlocks object has a __iter__ method so iterating
|
|
# in the Python way is possible.
|
|
for block in self.grid.GetSelectedBlocks():
|
|
do_something(block)
|