mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-18 06:30:08 +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)
|