Open Sidebar
Close Sidebar
uing
main
UIng
Align
Area
Attribute
Type
Underline
UnderlineColor
AttributedString
Draw
Brush
GradientStop
Type
Context
FillMode
LineCap
LineJoin
Matrix
Params
Path
StrokeParams
TextAlign
TextLayout
Params
ExtKey
Handler
KeyEvent
Modifiers
MouseEvent
WindowResizeEdge
At
BlockConstructor
Box
Button
Checkbox
ColorButton
Combobox
Control
DateTimePicker
EditableCombobox
Entry
FontButton
FontDescriptor
Form
Grid
Group
Image
Label
Menu
MenuItem
MultilineEntry
OpenTypeFeatures
ProgressBar
RadioButtons
Separator
Slider
Spinbox
Tab
Table
Model
Handler
Params
Selection
Mode
SortIndicator
TextColumnOptionalParams
Value
Type
TextItalic
TextStretch
TextWeight
TM
Window
class
UIng::
Separator
UIng::Separator
UIng::Control
Reference
Object
Defined in:
uing/separator.cr
Constructors
.new
(*args, &)
.new
(*args, **kwargs, &)
.new
(orientation : Symbol | String)
Instance Method Summary
#destroy
#to_unsafe
: Pointer(Void)
Instance methods inherited from class
UIng::Control
__parent__
__parent__
,
__set_parent__(parent) : Nil
__set_parent__
,
delete(child : Control)
delete
,
destroy : Nil
destroy
,
disable : Nil
disable
,
enable : Nil
enable
,
enabled? : Bool
enabled?
,
enabled_to_user? : Bool
enabled_to_user?
,
handle
handle
,
hide : Nil
hide
,
parent : Control | Nil
parent
,
show : Nil
show
,
to_unsafe
to_unsafe
,
toplevel? : Bool
toplevel?
,
verify_set_parent(parent) : Nil
verify_set_parent
,
visible? : Bool
visible?
Macros inherited from module
UIng::BlockConstructor
block_constructor
block_constructor
Constructor Detail
def self.
new
(*args, &)
#
[
View source
]
def self.
new
(*args, **kwargs, &)
#
[
View source
]
def self.
new
(orientation : Symbol | String)
#
[
View source
]
Instance Method Detail
def
destroy
#
[
View source
]
def
to_unsafe
: Pointer(Void)
#
[
View source
]