Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
libui
master
Top Level Namespace
CUI
ComponentWrapper
Exception
Menu
MenuDesc
MsgBox
MsgBoxType
OpenFile
SaveFile
Libui
UIComponent
Built with Crystal 1.9.2
2023-10-07 23:18:14 UTC
class
CUI::ComponentWrapper
CUI::ComponentWrapper
Reference
Object
Defined in:
libui/cui.cr
Constructors
.new
(component : Pointer(UI::Control), attributes : Hash(String, String))
Instance Method Summary
#attributes
: Hash(String, String)
#component
: Pointer(UI::Control)
Constructor Detail
def self.
new
(component : Pointer(UI::Control), attributes : Hash(String, String))
#
[
View source
]
Instance Method Detail
def
attributes
: Hash(String, String)
#
[
View source
]
def
component
: Pointer(UI::Control)
#
[
View source
]