MG Library

Library of Michael Galloy

single page | use frames     summary     class     fields     routine details     file attributes

itools/

mg_itbrowser.pro

Routines

mg_itbrowser_event, event

Handle events.

mg_itbrowser_cleanup, tlb

Cleanup resources.

mg_itbrowser_addids, ids, treeID, path=string, tool=object

Add a component to the component tree.

mg_itbrowser [, toolID]

Browse components and their properties of an iTool.

Routine details

topmg_itbrowser_event

mg_itbrowser_event, event

Handle events.

Parameters

event in required type=structure

event structure

topmg_itbrowser_cleanup

mg_itbrowser_cleanup, tlb

Cleanup resources.

Parameters

tlb in required type=long

widget ID of the top-level base

topmg_itbrowser_addids

mg_itbrowser_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

topmg_itbrowser

mg_itbrowser [, toolID]

Browse components and their properties of an iTool.

Parameters

toolID in optional type=string

identifier of the iTool to browse components of

File attributes

Modification date: Tue Nov 20 11:24:27 2007
Lines: 137