We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d675ef0 commit e8209c5Copy full SHA for e8209c5
traitsui/ui_traits.py
@@ -71,8 +71,7 @@
71
desc = 'the action buttons to add to the bottom of the view' )
72
73
# View trait specified by name or instance:
74
-AView = Any
75
-#AView = Trait( '', Str, Instance( 'traitsui.view.View' ) )
+AView = Trait( '', Str, Instance( 'traitsui.view.View' ) )
76
77
#-------------------------------------------------------------------------------
78
# 'StatusItem' class:
0 commit comments