12 from pyfbsdk_additions
import *
19 l.Caption =
"This is a label!!!!"
29 t.AddRegion(
"Label",
"Label", x, y, w, h)
31 t.SetControl(
"Label",l)
33 def OnUnbind(control, event):
34 print "***** ", control,
" has been Unbound *****"
36 l.OnUnbind.Add(OnUnbind)
45 print "Trying to access an unbound Ui Control... this will raise an exception"