![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Description of an OpenUI/CloseUI PPD selection. More...
Data Fields | |
| enum caps_ppd_option_type | option_type |
| const char * | option |
| const char * | description |
| size_t | entry_count |
| size_t | default_entry |
| const struct caps_ppd_selection_entry * | entries |
Used by the dynamic PPD file generator to populate a 'PPD selection'
| enum caps_ppd_option_type option_type |
Three types are available
| const char* option |
Option to select
| const char* description |
Translateable description, can be NULL
| size_t entry_count |
Index of the count of entries in the caps_ppd_selection.entries list
| size_t default_entry |
Index the default entry in the caps_ppd_selection.entries list
| const struct caps_ppd_selection_entry* entries |