Documentation ¶
Index ¶
Constants ¶
View Source
const ( Ext_Panel_GetBevelColor = iota Ext_Panel_SetBevelColor Ext_ReadStringProperty Ext_Form_Activate Ext_Form_Deactivate Ext_Assigned )
Variables ¶
This section is empty.
Functions ¶
func ReadObjectStringProperty ¶
func ReadObjectStringProperty(sender lcl.IObject) map[string]ObjectProperty
Types ¶
type ObjectProperty ¶
type ObjectProperty struct { Type ObjectPropertyType PropertyName string PropertyType string PropertyValue string }
type ObjectPropertyType ¶
type ObjectPropertyType int8
const ( ObjPropTypeClass ObjectPropertyType = iota ObjPropTypeMethod ObjPropTypeSet ObjPropTypeEnum ObjPropTypeField )
type TForm ¶ added in v2.4.0
func NewForm ¶ added in v2.4.0
func NewForm(owner lcl.IComponent) *TForm
func (*TForm) FormActivate ¶ added in v2.4.0
func (m *TForm) FormActivate()
func (*TForm) FormDeactivate ¶ added in v2.4.0
func (m *TForm) FormDeactivate()
type TImage ¶ added in v2.4.0
func NewImage ¶ added in v2.4.0
func NewImage(owner lcl.IComponent) *TImage
func (*TImage) SetOnPaint ¶ added in v2.4.0
func (m *TImage) SetOnPaint(fn lcl.TNotifyEvent)
func (*TImage) SetOnPictureChanged ¶ added in v2.4.0
func (m *TImage) SetOnPictureChanged(fn lcl.TNotifyEvent)
type TPanel ¶ added in v2.4.0
func NewPanel ¶ added in v2.4.0
func NewPanel(owner lcl.IComponent) *TPanel
func (*TPanel) PanelBevelColor ¶ added in v2.4.0
func (*TPanel) SetPanelBevelColor ¶ added in v2.4.0
Click to show internal directories.
Click to hide internal directories.