mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
5 lines
144 B
Python
5 lines
144 B
Python
|
|
ret_value, kp = container.AdjustPagebreak(p, kp, ph)
|
|
while ret_value:
|
|
ret_value, kp = container.AdjustPagebreak(p, kp, ph)
|