itools/
mg_ibrowser.pro
Routines
mg_ibrowser_event, event
Handle events.
mg_ibrowser_cleanup, tlb
Cleanup resources.
mg_ibrowser_addids, ids, treeID, path=string, tool=object
Add a component to the component tree.
mg_ibrowser [, toolID]
Browse components and their properties of an iTool.
Routine details
top source mg_ibrowser_event
mg_ibrowser_event, event
Handle events.
Parameters
- event in required type=structure
event structure
top source mg_ibrowser_cleanup
mg_ibrowser_cleanup, tlb
Cleanup resources.
Parameters
- tlb in required type=long
widget ID of the top-level base
top source mg_ibrowser_addids
mg_ibrowser_addids, ids, treeID, path=string, tool=object
Add a component to the component tree.
Parameters
- ids in required type=strarr
string array of identifiers of components to process still
- treeID in required type=long
widget identifier of the parent of this component
Keywords
- path in required type=string
path to prefix ids with to get full identifiers
- tool in required type=object
object reference for iTool
File attributes
Modification date: | Mon Nov 29 18:34:33 2010 |
Lines: | 150 |
Docformat: | rst rst |