ext

package
v2.3.3 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 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 FormActivate added in v2.2.4

func FormActivate(form *lcl.TForm)

func FormDeactivate added in v2.2.4

func FormDeactivate(form *lcl.TForm)

func PanelBevelColor

func PanelBevelColor(panel *lcl.TPanel) types.TColor

func ReadObjectStringProperty

func ReadObjectStringProperty(sender lcl.IObject) map[string]ObjectProperty

func SetPanelBevelColor

func SetPanelBevelColor(panel *lcl.TPanel, colors types.TColor)

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
)

Jump to

Keyboard shortcuts

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