Documentation
¶
Index ¶
Constants ¶
View Source
const ApplicationName = "Seabird"
View Source
const GtkInvalidListPosition uint = 4294967295
Variables ¶
View Source
var Version string = "dev"
Functions ¶
This section is empty.
Types ¶
type AboutWindow ¶
type AboutWindow struct {
*adw.AboutWindow
}
func NewAboutWindow ¶
func NewAboutWindow(parent *gtk.Window) *AboutWindow
type Application ¶
type Application struct {
*adw.Application
// contains filtered or unexported fields
}
func NewApplication ¶
func NewApplication(version string) (*Application, error)
func (*Application) Run ¶
func (a *Application) Run()
type ClusterPrefPage ¶
type ClusterPrefPage struct {
// contains filtered or unexported fields
}
func NewClusterPrefPage ¶
func NewClusterPrefPage(parent *gtk.Window, b *behavior.Behavior, prefs observer.Property[api.ClusterPreferences]) *ClusterPrefPage
type ClusterWindow ¶
type ClusterWindow struct {
*widget.UniversalApplicationWindow
// contains filtered or unexported fields
}
func NewClusterWindow ¶
func NewClusterWindow(app *gtk.Application, behavior *behavior.ClusterBehavior) *ClusterWindow
type DetailView ¶
type DetailView struct {
// contains filtered or unexported fields
}
func NewDetailView ¶
func NewDetailView(parent *gtk.Window, behavior *behavior.DetailBehavior) *DetailView
type ListHeader ¶
type ListHeader struct {
*gtk.Box
}
func NewListHeader ¶
func NewListHeader(b *behavior.ListBehavior) *ListHeader
type ListView ¶
type ListView struct {
*gtk.Box
// contains filtered or unexported fields
}
func NewListView ¶
func NewListView(parent *gtk.Window, behavior *behavior.ListBehavior) *ListView
type Navigation ¶
type Navigation struct {
// contains filtered or unexported fields
}
func NewNavigation ¶
func NewNavigation(b *behavior.ClusterBehavior) *Navigation
type PanicWindow ¶
type PanicWindow struct {
*gtk.Window
}
func NewPanicWindow ¶
func NewPanicWindow(err any) *PanicWindow
type PrefsWindow ¶
type PrefsWindow struct {
*adw.PreferencesWindow
// contains filtered or unexported fields
}
func NewPreferencesWindow ¶
func NewPreferencesWindow(behavior *behavior.ClusterBehavior) *PrefsWindow
type WelcomeWindow ¶
type WelcomeWindow struct {
*widget.UniversalApplicationWindow
// contains filtered or unexported fields
}
func NewWelcomeWindow ¶
func NewWelcomeWindow(app *gtk.Application, behavior *behavior.Behavior) *WelcomeWindow
Click to show internal directories.
Click to hide internal directories.