Skip to contents

Enum values for gui_control_property.

Usage

gui_control_property

Format

An object of class list of length 16.

Details

NameValue
border_color_normal0
base_color_normal1
text_color_normal2
border_color_focused3
base_color_focused4
text_color_focused5
border_color_pressed6
base_color_pressed7
text_color_pressed8
border_color_disabled9
base_color_disabled10
text_color_disabled11
border_width12
text_padding13
text_alignment14
baseprop1615

Examples

gui_control_property$border_color_normal
#> [1] 0
gui_control_property$base_color_pressed
#> [1] 7
gui_control_property$baseprop16
#> [1] 15