Difference between revisions of "MGED CMD mmenu set"
From BRL-CAD
(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...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Mmenu_set]] |
− | + | [[Category:MGED developer commands|Mmenu_set]] | |
=mmenu_set= | =mmenu_set= | ||
:: This is a developer command. | :: This is a developer command. |
Latest revision as of 08:58, 18 November 2009
[edit]
- This is a developer command.
Contents
Syntax[edit]
- mmenu_set id i
Argument(s)[edit]
- id
- id of the menu's owner.
- i
- the number of the internal menu.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
This Tcl proc is used to set/install MGED’s ith internal menu in the Tcl/Tk button menu owned by id
Example(s)[edit]
- mged> mmenu_set bill 0
- Install MGED’s 0th internal menu into id’s button menu.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 1:52:48 PM