13 from pyfbsdk_additions
import *
16 def PopulateLayout(mainLyt):
21 mainLyt.AddRegion(
"main",
"main", x, y, w, h)
25 mainLyt.SetControl(
"main",scroll)
27 scroll.Content.AddRegion(
"content",
"content", x, y, w, h )
31 scroll.Content.SetControl(
"content", lyt)
34 scroll.SetContentSize(800, 800)
40 b.Caption =
"%d, %d" % (i, j)