Skip to content

MUI_Menu

Thore Böckelmann edited this page Oct 11, 2021 · 4 revisions

Menu.mui

Super class

Family.mui

Background

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.

Attributes

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

NAME

MUIA_Menu_CopyStrings -- V20 [I..], BOOL, 0x8042dbe2

FUNCTION

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.

SEE ALSO

MUIA_Menu_Title

MUIA_Menu_Enabled

NAME

MUIA_Menu_Enabled -- V8 [ISG], BOOL, 0x8042ed48

FUNCTION

Enable or disable the complete menu.

MUIA_Menu_Title

NAME

MUIA_Menu_Title -- V8 [ISG], STRPTR, 0x8042a0e3

FUNCTION

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.

SEE ALSO

MUIA_Menu_Enabled


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
Clone this wiki locally