ide

package
v1.109.1184 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	HTLEFT        = 10
	HTRIGHT       = 11
	HTTOP         = 12
	HTTOPLEFT     = 13
	HTTOPRIGHT    = 14
	HTBOTTOM      = 15
	HTBOTTOMLEFT  = 16
	HTBOTTOMRIGHT = 17
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IDE

type IDE struct {
	*lcl.TForm
	// contains filtered or unexported fields
}
var (
	Ide *IDE //= &IDE{forms: make([]*IDEForm, 0, 0)}

)

func (*IDE) CreateForm

func (m *IDE) CreateForm() *IDEForm

func (*IDE) OnFormCreate

func (m *IDE) OnFormCreate(sender lcl.IObject)

type IDEButton

type IDEButton struct {
	*IDEComponent
	Component *lcl.TButton
}

type IDEComponent

type IDEComponent struct {
	Id int
	// contains filtered or unexported fields
}

type IDEEdit

type IDEEdit struct {
	*IDEComponent
	Component *lcl.TEdit
}

type IDEForm

type IDEForm struct {
	IDEComponent
	// contains filtered or unexported fields
}

func (*IDEForm) CreateButton

func (m *IDEForm) CreateButton() *IDEButton

func (*IDEForm) CreateDialogOpen

func (m *IDEForm) CreateDialogOpen() *IDEOpenDialog

func (*IDEForm) CreateEdit

func (m *IDEForm) CreateEdit() *IDEEdit

func (*IDEForm) CreateImage

func (m *IDEForm) CreateImage() *IDEImage

func (*IDEForm) CreateLabel

func (m *IDEForm) CreateLabel() *IDELabel

func (*IDEForm) RemoveComponent

func (m *IDEForm) RemoveComponent(index int)

type IDEImage

type IDEImage struct {
	*IDEComponent
	Component *lcl.TImage
}

type IDELabel

type IDELabel struct {
	*IDEComponent
	Component *lcl.TLabel
}

type IDEOpenDialog

type IDEOpenDialog struct {
	*IDEComponent
	Component *lcl.TImage
}

Jump to

Keyboard shortcuts

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