traitsui.ui_info module¶
Defines the UIInfo class used to represent the object and editor content of an active Traits-based user interface.
-
class
traitsui.ui_info.
UIInfo
[source]¶ Bases:
traits.has_traits.HasPrivateTraits
Represents the object and editor content of an active Traits-based user interface
-
initialized
= Bool(False)¶ Indicates whether the UI has finished initialization
-
ui
= Instance("traitsui.ui.UI", allow_none=True)¶ Bound to a UI object at UIInfo construction time
-