Module uf_objects
source code
Module containing the special objects for auto-generating the GUI user
functions and classes.
Force_true
A special user function arg element which always returns True.
|
Uf_object
The object for auto-generating the GUI user functions.
|
Uf_page
User function specific pages for the wizards.
|
Uf_storage
A singleton container for holding all the GUI user functions.
|
|
interpreter = Interpreter()
|
|
status = Status()
|
|
uf_info = Uf_info()
|
|
uf_tables = Uf_tables()
|
|
__package__ = ' gui '
|
Imports:
search,
wx,
FD_OPEN,
FD_SAVE,
scrolledpanel,
sys,
dep_check,
lib,
fetch_icon,
Free_file_format,
build_menu_item,
gui_raise,
font,
Selector_bool,
Selector_dir,
Selector_file,
Selector_file_multiple,
Sequence,
Sequence_2D,
Spin_id,
Value,
Interpreter,
format_table,
Wiz_page,
Wiz_window,
AllRelaxErrors,
RelaxError,
strip_lead,
Status,
Uf_info,
Uf_tables
Auto-generate the user function sub-menu.
- Parameters:
parent (wx instance) - The parent window to bind the events to.
menubar (wx.MenuBar instance) - The menubar to attach the user function menus to.
- Returns: int
- The menu ID.
|