Dialog API structures
Dialog API 1.0 supports the following structures.
Structure | Description |
---|---|
FarDialogItem | Dialog item |
FarDialogItemData | Passing data to a dialog item |
FarList | The DI_LISTBOX list |
FarListColors | Describes a color scheme for DI_COMBOBOX and DI_LISTBOX controls |
FarListDelete | Parameters for deletion from DI_COMBOBOX or DI_LISTBOX |
FarListFind | Search in a DI_COMBOBOX or DI_LISTBOX |
FarListGetItem | Retrieval of one element from a DI_COMBOBOX or DI_LISTBOX |
FarListInfo | Retrieval of information about a DI_COMBOBOX or DI_LISTBOX |
FarListInsert | Item insertion into a DI_COMBOBOX or DI_LISTBOX |
FarListItem | List item |
FarListPos | Positioning in the list |
FarListItemData | Association of a list item with data |
FarListTitles | Set or get list labels |
FarListUpdate | List item update data |
See also: