home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- amigaguide.datatype/amigaguide.datatype
- amigaguide.datatype/amigaguide.datatypemigaguide.datatype/amigaguide.datatype
-
- NAME
- amigaguide.datatype -- data type for AmigaGuide databases.
-
- FUNCTION
- The amigaguide.datatype is the DataTypes class for AmigaGuide
- databases.
-
- METHODS
- OM_NEW -- Create a new AmigaGuide object.
-
- OM_GET -- Obtain the value of an attribute.
-
- OM_SET -- Set the values of multiple attributes.
-
- OM_UPDATE -- Update the values of multiple attributes.
-
- OM_DISPOSE -- Dispose of an AmigaGuide object.
-
- GM_LAYOUT -- Layout the object and notify the application of the
- title and size.
-
- GM_HITTEST -- Determine if the object has been hit with the
- mouse.
-
- GM_GOACTIVE -- Tell the object to go active.
-
- GM_HANDLEINPUT -- Handle input.
-
- GM_RENDER -- Cause the AmigaGuide database to render.
-
- DTM_GOTO -- Cause the AmigaGuide database to load and display
- document.
-
- DTM_TRIGGER -- Trigger an event.
-
- STM_COMMAND - Invoke an AmigaGuide command.
-
- STM_CONTENTS - Display the table of contents.
-
- STM_INDEX - Display the index.
-
- STM_HELP - Display the help file.
-
- STM_RETRACE - Retrace.
-
- STM_BROWSE_PREV - Go to the previous sequential document.
-
- STM_BROWSE_NEXT - Go to the next sequential document.
-
- DTM_PROCLAYOUT -- Layout (remap) the AmigaGuide database on the
- application's process.
-
- DTM_FRAMEBOX -- Obtain the display environment that the
- AmigaGuide database requires.
-
- DTM_SELECT -- Select an area in the AmigaGuide database.
-
- DTM_CLEARSELECTED -- Deselect the selected area of the
- AmigaGuide database.
-
- DTM_COPY -- Copy the selected area of the text to the clipboard
- as FTXT. If no area is selected, then the entire text
- is copied.
-
- DTM_PRINT -- Print the selected area of the text. If no area
- is selected, then the entire text is printed.
-
- DTM_WRITE -- Write the selected area of the text to a file.
- If no area is selected, then the entire text is saved.
-
- TAGS
- DTA_TriggerMethods -- List of the trigger methods supported.
-
- Applicability is (G).
-
- DTA_Methods -- List of the methods supported.
-
- Applicability is (G).
-
- DTA_TextAttr (struct TextAttr *) -- Text attribute to use for
- the AmigaGuide database.
-
- Applicability is (ISG).
-
- DTA_Name (STRPTR) -- Name of the AmigaGuide database.
-
- Applicability is (I).
-
- DTA_Handle (BPTR) -- File handle for the AmigaGuide database.
-
- Applicability is (I).
-
- DTA_NodeName (STRPTR) -- Document to display.
-
- Applicability is (I).
-
- TDTA_WordDelim (STRPTR) -- Characters used to deliminate words.
-
- Applicability is (IS).
-
- AGA_HelpGroup (ULONG) -- Help group that the AmigaGuide object
- belongs in.
-
- Applicability is (I).
-
-