API Reference for Enthought Tool Suite 3.0.1
Application specific preferences Dialog.
function_search_preferences_view = View(Label('This page specifies how the application will find functions. You can specify the paths to search for modules in, and the modules which will provide the functions.'), Group(Item('handler.modules', style = 'custom', editor = ListStrEditor(horizontal_lines = True), show_label = False), label = 'Modules to Search', show_border = True), VGroup(Label('Function name filters'), Item('name_filters', show_label = False), Label('Module/Package name filters'), Item('module_filters', show_label = False)), HGroup(Item('search_name'), Item('search_module')), title = 'Function Preferences', width = 300, height = 400, resizable = True, buttons = OKCancelButtons, handler = AppFunctionSearchPreferencesUIHandler)
| Local name | Refers to |
|---|---|
| Group | enthought.traits.ui.group.Group |
| Handler | enthought.traits.ui.handler.Handler |
| HGroup | enthought.traits.ui.group.HGroup |
| Item | enthought.traits.ui.item.Item |
| Label | enthought.traits.ui.item.Label |
| List | enthought.traits.trait_types.List |
| ListStrEditor | enthought.traits.ui.editors.ListStrEditor |
| OKCancelButtons | enthought.traits.ui.menu.OKCancelButtons |
| Str | enthought.traits.trait_types.Str |
| VGroup | enthought.traits.ui.group.VGroup |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2008 Enthought, Inc.