Photon microGUI widgets library 0.6.0
PhWidgets::Label::ThisArgs::ArgPChar Struct Reference

Contains resource IDs for Label arguments of type char*. More...

#include <Label.h>

Inheritance diagram for PhWidgets::Label::ThisArgs::ArgPChar:
PhWidgets::Label::ArgPChar PhWidgets::Label::Arguments PhWidgets::Button::Arguments PhWidgets::TextWidget::Arguments PhWidgets::OnOffButton::Arguments PhWidgets::ToggleButton::Arguments PhWidgets::ComboBox::Arguments

Public Types

enum  eArgPChar { accel_key , balloon_text , text_font , text_string }
 Resource IDs for Label arguments of type char*. More...
 

Detailed Description

Contains resource IDs for Label arguments of type char*.

Member Enumeration Documentation

◆ eArgPChar

Resource IDs for Label arguments of type char*.

Aliases

PhWidgets::Label::Arguments::eArgPChar, PhWidgets::Label::ArgPChar::eArgPChar

See Widget::resource for usage description.

Enumerator
accel_key 

The accelerator key to underline within the widget's text string. You typically use this resource for hotkeys.

balloon_text 

The text string to display in the balloon. If left blank, the Label::Text is used for balloons.

text_font 

The font used for the label's text string. See Label::Font.

text_string 

The text string to be displayed if Label::Arguments::label_type is LabelType::String or LabelType::Image, as well as the text to display in the balloon if Label::Arguments::balloon_text is blank. See Label::Text.


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