Documentation ¶
Index ¶
- Constants
- func Assigned(ptr uintptr) bool
- func FormActivate(form *lcl.TForm)
- func FormDeactivate(form *lcl.TForm)
- func PanelBevelColor(panel *lcl.TPanel) types.TColor
- func ReadObjectStringProperty(sender lcl.IObject) map[string]ObjectProperty
- func SetPanelBevelColor(panel *lcl.TPanel, colors types.TColor)
- type ObjectProperty
- type ObjectPropertyType
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 FormActivate ¶ added in v2.2.4
func FormDeactivate ¶ added in v2.2.4
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 )
Click to show internal directories.
Click to hide internal directories.