-
Notifications
You must be signed in to change notification settings - Fork 0
MUI_Menu
Thore Böckelmann edited this page Oct 11, 2021
·
4 revisions
Objects of menu class describe exactly one pulldown menu. They don't feature many options themselves, but as a subclass of Family class, they act as father for their several menu item objects.
Attribute | Version | ISG | Type |
---|---|---|---|
MUIA_Menu_CopyStrings | V20 | I.. | BOOL |
MUIA_Menu_Enabled | V8 | ISG | BOOL |
MUIA_Menu_Title | V8 | ISG | STRPTR |
MUIA_Menu_CopyStrings -- V20 [I..], BOOL
, 0x8042dbe2
Set to TRUE if the title string defined by MUIA_Menu_Title is to be copied. Otherwise the title will be used directly and must remain valid throughout the object's life time.
Defaults to FALSE.
MUIA_Menu_Enabled -- V8 [ISG], BOOL
, 0x8042ed48
Enable or disable the complete menu.
MUIA_Menu_Title -- V8 [ISG], STRPTR
, 0x8042a0e3
Describe the title of the menu. Note that the string is NOT copied (unless MUIA_Menu_CopyStrings is set to TRUE) and must remain valid until the menu object is disposed.
Copyright © 1992-2006 by Stefan Stuntz Copyright © 2006-2021 by Thore Böckelmann, Jens Maus |
MUI for AmigaOS Homepage MUI for AmigaOS Wiki |
Updated: 11-Oct-2021 |