home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- egb/gbselect.library/EGB_CreateSelectGadget
- egb/gbselect.library/EGB_CreateTextSelectGadget
- egb/gbselect.library/EGB_ModifySelectGadget
- egb/gbselect.library/EGB_CreateSelectGadgetegb/gbselect.library/EGB_CreateSelectGadget
-
- NAME
- EGB_CreateSelectGadget -- create a gadbox select gadget
-
- SYNOPSIS
- EGB_CreateSelectGadget(con, id, elems)
- A0 D0 A1
-
- EB_GadBoxPtr EGB_CreateSelectGadget(EB_GadContext, LONG, EGB_GadBoxArrayPtr)
-
- FUNCTION
- Creates a gadbox select gadget. These gadgets offer several choices,
- one of them is active at any time. The active one is displayed. If
- the user clicks on the gadget, the next (or prev using shift) one
- becomes active and displayed.
-
- INPUTS
- con : The associated gadget context
- id : The gadgets id
- elems : An array of EB_GadBoxPtr. Each of them represents one choice.
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbselect.library/EGB_CreateTextSelectGadgetegb/gbselect.library/EGB_CreateTextSelectGadget
-
- NAME
- EGB_CreateTextSelectGadget -- creates a select gadget with text items
-
- SYNOPSIS
- EGB_CreateTextSelectGadget(con, id, elems)
- A0 D0 A1
-
- EB_GadBoxPtr EGB_CreateTextSelectGadget(EB_GadContext, LONG, EB_StrArrayPtr)
-
- FUNCTION
- Creates a gadbox select gadget with text choices. (see
- EGB_CreateSelectGadget for more information).
-
- INPUTS
- con : Associated gadget context
- id : The gadgets id
- elems : An array of strings, each representing one choice.
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbselect.library/EGB_ModifySelectGadgetegb/gbselect.library/EGB_ModifySelectGadget
-
- NAME
- EGB_ModifySelectGadget --
-
- SYNOPSIS
- EGB_ModifySelectGadget(win, gad, sel)
- A0 A1 D0
-
- void EGB_ModifySelectGadget(EI_WindowPtr, EI_GadgetPtr, WORD)
-
- FUNCTION
- Changes the active element of a select gadget.
-
- INPUTS
- win : The window, that contains the gadget; if NULL, no refresh is done
- gad : The select gadget
- num : The number of the element to become the active one
-
- RESULT
-
- SEE ALSO
-
-
-