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 ¶
var (
Ide *IDE //= &IDE{forms: make([]*IDEForm, 0, 0)}
)
func (*IDE) CreateForm ¶
func (*IDE) OnFormCreate ¶
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 (*IDEForm) CreateDialogOpen ¶
func (m *IDEForm) CreateDialogOpen() *IDEOpenDialog
func (*IDEForm) CreateEdit ¶
func (*IDEForm) CreateImage ¶
func (*IDEForm) CreateLabel ¶
func (*IDEForm) RemoveComponent ¶
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 }
Click to show internal directories.
Click to hide internal directories.