Edit history

Edit: -1 of 1
Time: 2007-01-20 21:27:41
Note: /dabosite/wiki/DaboUiSetAfter/reparent

changed:
-
Signature:

 <pycode>dabo.ui.setAfter(obj, prop, val)</pycode>

Description:

 This works just like [dabo.ui.callAfter](), but allows you to set a property's value instead of calling a function.

Returns:

 None.

Comments:

 Since properties are dynamic, their values can change based upon other events changing. Setting a property early in a GUI event sequence may not have the effect you want, because another event that is processed afterwards changes it again.