MGED CMD mmenu set

From BRL-CAD
Revision as of 09:00, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =mmenu_set= :: This is a developer command. __TOC__ ==Syntax== :mmenu_set ''id i'' ==Argument(s)== : '''id''' :: id of the menu's owner. : '''i''' :: the number of t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


mmenu_set

This is a developer command.

Syntax

mmenu_set id i


Argument(s)

id
id of the menu's owner.
i
the number of the internal menu.

Return Value(s)

No Return Values for this command.


Description

This Tcl proc is used to set/install MGED’s ith internal menu in the Tcl/Tk button menu owned by id


Example(s)

mged> mmenu_set bill 0
Install MGED’s 0th internal menu into id’s button menu.


See Also

mmenu_get
mmenu_set

Page Generated by David Loman on: 10/11/2007 at: 1:52:48 PM