ext

package
v2.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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 Assigned added in v2.3.1

func Assigned(ptr uintptr) bool

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

type TForm struct {
	*lcl.TForm
}

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

type TImage struct {
	*lcl.TImage
}

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

type TPanel struct {
	*lcl.TPanel
}

func NewPanel added in v2.4.0

func NewPanel(owner lcl.IComponent) *TPanel

func (*TPanel) PanelBevelColor added in v2.4.0

func (m *TPanel) PanelBevelColor() types.TColor

func (*TPanel) SetPanelBevelColor added in v2.4.0

func (m *TPanel) SetPanelBevelColor(colors types.TColor)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL