mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-27 22:20:07 +01:00
9 lines
230 B
Python
9 lines
230 B
Python
|
|
pages = []
|
|
while pos != wx.NOT_FOUND:
|
|
pos = renderer.FindNextPageBreak(pos)
|
|
pages.append(pos)
|
|
|
|
# "pages" now contains all page break positions and, in
|
|
# particular, its size is the number of pages
|