Skip to contents

Enum values for gui_control.

Usage

gui_control

Format

An object of class list of length 16.

Details

NameValue
default0
label1
button2
toggle3
slider4
progressbar5
checkbox6
combobox7
dropdownbox8
textbox9
valuebox10
tabbar11
listview12
colorpicker13
scrollbar14
statusbar15

Examples

gui_control$default
#> [1] 0
gui_control$combobox
#> [1] 7
gui_control$statusbar
#> [1] 15