Popup list dialog functions
A popup list dialog displays a simple popup list along with a title, selected items, and buttons.
dialog_event_get_popuplist_selected_indices()
Get the array of selected indices from a
DIALOG_RESPONSE
event.
dialog_create_popuplist()
Create a popup list dialog.
dialog_set_popuplist_disabled_indices()
Set the indices of the initially disabled items in a popup list dialog.
dialog_set_popuplist_header_indices()
Set the indices of the list items that are formatted as headers.
dialog_set_popuplist_items()
Set the items to display in a popup list dialog.
dialog_set_popuplist_multiselect()
Specify whether users can select multiple items in a popup list dialog.
dialog_set_popuplist_scroll_to_index()
Set the index of the first visible item in a popup list dialog.
dialog_set_popuplist_selected_indices()
Set the indices of the initially selected items in a popup list dialog.
dialog_set_popuplist_separator_indices()
Set the indices of the list items that are formatted as separators.
Parent topic:
Functions in dialog.h