Documentation
¶
Index ¶
- func ShowWarning(window *gtk.Window, info string)
- type DBListWidget
- type ExportUi
- func (ui ExportUi) AddDBList(dbNames []string)
- func (ui ExportUi) AddDBToList(dbName string)
- func (ui ExportUi) GetBox() *gtk.Grid
- func (ui ExportUi) GetConfirmButton() *gtk.Button
- func (ui ExportUi) GetContent() gtk.IWidget
- func (ui ExportUi) GetDBListRefreshButton() *gtk.Button
- func (ui ExportUi) GetDbNames() string
- func (ui ExportUi) GetIpPort() string
- func (ui ExportUi) GetPassword() string
- func (ui ExportUi) GetSqlType() string
- func (ui ExportUi) GetStoreLocation() string
- func (ui ExportUi) GetUsername() string
- type Face
- type FormInputWidget
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowWarning ¶ added in v0.4.1
Types ¶
type DBListWidget ¶ added in v0.4.1
type DBListWidget struct {
// contains filtered or unexported fields
}
func NewDBListWidget ¶ added in v0.4.1
func NewDBListWidget() *DBListWidget
func (*DBListWidget) AddDB ¶ added in v0.4.1
func (widget *DBListWidget) AddDB(dbName string) error
func (DBListWidget) GetDBList ¶ added in v0.4.1
func (widget DBListWidget) GetDBList() []string
type ExportUi ¶
type ExportUi struct {
// contains filtered or unexported fields
}
func NewExportUi ¶
func NewExportUi() *ExportUi
func (ExportUi) AddDBToList ¶ added in v0.4.1
func (ExportUi) GetConfirmButton ¶
func (ExportUi) GetContent ¶ added in v0.4.1
func (ExportUi) GetDBListRefreshButton ¶ added in v0.4.1
func (ExportUi) GetDbNames ¶
func (ExportUi) GetPassword ¶
func (ExportUi) GetSqlType ¶ added in v0.4.1
func (ExportUi) GetStoreLocation ¶
func (ExportUi) GetUsername ¶
type FormInputWidget ¶
type FormInputWidget struct {
// contains filtered or unexported fields
}
func NewFormInputWidget ¶
func NewFormInputWidget(labelName string) FormInputWidget
func (FormInputWidget) GetInputEntry ¶
func (widget FormInputWidget) GetInputEntry() *gtk.Entry
func (FormInputWidget) GetInputText ¶
func (widget FormInputWidget) GetInputText() string
func (FormInputWidget) GetRow ¶
func (widget FormInputWidget) GetRow() *gtk.Grid
Click to show internal directories.
Click to hide internal directories.