Photon microGUI widgets library 0.6.0
PhWidgets::ComboBox::ThisArgs::ArgUnsignedShort Struct Reference

Contains resource IDs for ComboBox arguments of type unsigned short. More...

#include <ComboBox.h>

Public Types

enum  eArgUnsignedShort { button_width , max_visible_count , selected_item }
 Resource IDs for ComboBox arguments of type unsigned short. More...
 

Detailed Description

Contains resource IDs for ComboBox arguments of type unsigned short.

Member Enumeration Documentation

◆ eArgUnsignedShort

Resource IDs for ComboBox arguments of type unsigned short.

Aliases

PhWidgets::ComboBox::Arguments::eArgUnsignedShort, PhWidgets::ComboBox::ArgUnsignedShort::eArgUnsignedShort

See Widget::resource for usage description.

Enumerator
button_width 

The width of the drop button, in pixels. Default is 13.

max_visible_count 

The maximum number of list items that may be visible before scrollbars appear. If this is 0, the entire list is displayed without scrollbars.

selected_item 

An index into List::Arguments::items that indicates which list item is currently selected.


The documentation for this struct was generated from the following file: