Documentation ¶
Index ¶
- type CanvasCtrl
- type Dialog
- type FormAbsLayout
- type FormButton
- type FormCanvas
- type FormCheckBox
- type FormColorPicker
- type FormComboBox
- type FormContextMenu
- type FormDateTimePicker
- type FormDialog
- type FormDialogColor
- type FormDialogDirectory
- type FormDialogFile
- type FormDialogFont
- type FormFont
- type FormGrid
- type FormGridLayout
- type FormImageBox
- type FormListView
- type FormMenu
- type FormMessageBox
- type FormProgressBar
- type FormRadioButton
- type FormSpinBox
- type FormSplitPanel
- type FormStatusBar
- type FormTabControl
- type FormTable
- type FormTextBlock
- type FormTextBox
- type FormToolBar
- type FormTreeView
- type MainForm
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanvasCtrl ¶
type CanvasCtrl struct {
uicontrols.Control
}
func NewCanvasCtrl ¶
func NewCanvasCtrl(parent uiinterfaces.Widget) *CanvasCtrl
func (*CanvasCtrl) Draw ¶
func (c *CanvasCtrl) Draw(ctx *canvas.CanvasDirect)
type Dialog ¶
type Dialog struct {
uicontrols.Dialog
}
func NewDialog ¶
func NewDialog(parent uiinterfaces.Widget) *Dialog
type FormAbsLayout ¶
func (*FormAbsLayout) OnInit ¶
func (c *FormAbsLayout) OnInit()
type FormButton ¶
func (*FormButton) OnInit ¶
func (c *FormButton) OnInit()
type FormCanvas ¶
func (*FormCanvas) OnInit ¶
func (c *FormCanvas) OnInit()
type FormCheckBox ¶
func (*FormCheckBox) OnInit ¶
func (c *FormCheckBox) OnInit()
type FormColorPicker ¶
func (*FormColorPicker) OnInit ¶
func (c *FormColorPicker) OnInit()
type FormComboBox ¶
func (*FormComboBox) OnInit ¶
func (c *FormComboBox) OnInit()
type FormContextMenu ¶
func (*FormContextMenu) OnInit ¶
func (c *FormContextMenu) OnInit()
type FormDateTimePicker ¶
func (*FormDateTimePicker) OnInit ¶
func (c *FormDateTimePicker) OnInit()
type FormDialog ¶
func (*FormDialog) OnInit ¶
func (c *FormDialog) OnInit()
type FormDialogColor ¶
func (*FormDialogColor) OnInit ¶
func (c *FormDialogColor) OnInit()
type FormDialogDirectory ¶
func (*FormDialogDirectory) OnInit ¶
func (c *FormDialogDirectory) OnInit()
type FormDialogFile ¶
func (*FormDialogFile) OnInit ¶
func (c *FormDialogFile) OnInit()
type FormDialogFont ¶
func (*FormDialogFont) OnInit ¶
func (c *FormDialogFont) OnInit()
type FormGridLayout ¶
func (*FormGridLayout) OnInit ¶
func (c *FormGridLayout) OnInit()
type FormImageBox ¶
func (*FormImageBox) OnInit ¶
func (c *FormImageBox) OnInit()
type FormListView ¶
func (*FormListView) OnInit ¶
func (c *FormListView) OnInit()
type FormMessageBox ¶
func (*FormMessageBox) OnInit ¶
func (c *FormMessageBox) OnInit()
type FormProgressBar ¶
func (*FormProgressBar) OnInit ¶
func (c *FormProgressBar) OnInit()
type FormRadioButton ¶
func (*FormRadioButton) OnInit ¶
func (c *FormRadioButton) OnInit()
type FormSpinBox ¶
func (*FormSpinBox) OnInit ¶
func (c *FormSpinBox) OnInit()
type FormSplitPanel ¶
func (*FormSplitPanel) OnInit ¶
func (c *FormSplitPanel) OnInit()
type FormStatusBar ¶
func (*FormStatusBar) OnInit ¶
func (c *FormStatusBar) OnInit()
type FormTabControl ¶
func (*FormTabControl) OnInit ¶
func (c *FormTabControl) OnInit()
type FormTextBlock ¶
func (*FormTextBlock) OnInit ¶
func (c *FormTextBlock) OnInit()
type FormTextBox ¶
func (*FormTextBox) OnInit ¶
func (c *FormTextBox) OnInit()
type FormToolBar ¶
func (*FormToolBar) OnInit ¶
func (c *FormToolBar) OnInit()
type FormTreeView ¶
func (*FormTreeView) FillNode ¶
func (c *FormTreeView) FillNode(node *uicontrols.TreeNode)
func (*FormTreeView) OnInit ¶
func (c *FormTreeView) OnInit()
Source Files ¶
- form_abslayout.go
- form_button.go
- form_canvas.go
- form_checkbox.go
- form_colorpicker.go
- form_combobox.go
- form_contextmenu.go
- form_datetimepicker.go
- form_dialog.go
- form_dialog_color.go
- form_dialog_directory.go
- form_dialog_file.go
- form_dialog_font.go
- form_font.go
- form_grid.go
- form_gridlayout.go
- form_imagebox.go
- form_listview.go
- form_menu.go
- form_messagebox.go
- form_progressbar.go
- form_radiobutton.go
- form_spinbox.go
- form_splitpanel.go
- form_statusbar.go
- form_tabcontrol.go
- form_table.go
- form_textblock.go
- form_textbox.go
- form_toolbar.go
- form_treeview.go
- mainform.go
Click to show internal directories.
Click to hide internal directories.