Skip to content

MUI_Register

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

Register.mui

Super class

Group.mui

Inherited by

Background

Register class is a special class for handling multi page groups. Using this class, you only have to supply an array of strings, describing the children's titles. How these titles are visualized, either with a cycle gadget of with a register-like group, is the choice of the user.

Attributes

Attribute Version ISG Type
MUIA_Register_Frame V7 I.G BOOL (OBSOLETE)
MUIA_Register_Titles V7 ISG STRPTR *

MUIA_Register_Frame

NAME

MUIA_Register_Frame -- V7 [I.G], BOOL, 0x8042349b (OBSOLETE)

FUNCTION

OLD AND OBSOLETE DOCUMENTATION Specify TRUE if your want your group to be framed. If the user specified cycle gadget looking, you will get a group frame, otherwise you won't get any frame at all since register groups are framed anyway.

SEE ALSO

MUIA_Register_Titles

MUIA_Register_Titles

NAME

MUIA_Register_Titles -- V7 [ISG], STRPTR *, 0x804297ec

SPECIAL INPUTS

  • MUIV_Register_Titles_UData
  • MUIV_Register_Titles_Frame

FUNCTION

NULL terminated array of strings describing the titles of your groups children. This array must contain exactly as many entries as your group has children.

EXAMPLE

static const char *titles[] = { "Eyes", "Ears", "Noses", "Feet", NULL };

obj = RegisterGroup(titles),
  Child, ...,
  Child, ...,
  Child, ...,
  Child, ...,
  End;

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