Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nappgui-cr
master
Top Level Namespace
GUI
ActualGUIBuilder
Align
Application
Button
Style
Color
ColumnsBuilder
CountingBuilder
Edit
GUIBuilder
Image
ImageView
Label
Layout
Column
Columns
Row
Rows
Orientation
Popup
Progress
RootBuilder
Slider
State
TextView
VirtualField
Widget
Window
Generated using Crystal 1.14.0
2024-11-26 08:31:23 UTC
enum
GUI::
State
Defined in:
wrappers.cr
Enum Members
On
=
0
Off
=
1
Mixed
=
2
Constructors
.new
(v : LibGUI::GuiStateT)
Instance Method Summary
#mixed?
#off?
#on?
#to_unsafe
Constructor Detail
def self.
new
(v : LibGUI::GuiStateT)
#
[
View source
]
Instance Method Detail
def
mixed?
#
[
View source
]
def
off?
#
[
View source
]
def
on?
#
[
View source
]
def
to_unsafe
#
[
View source
]