Documentation
¶
Index ¶
- Constants
- Variables
- func Blur()
- func Destroy()
- func Display(w gtk.IWidget)
- func HeaderDisplay(w gtkutils.ExtendedWidget)
- func HeaderShowAll()
- func Notify(id string, notification *glib.Notification)
- func PreferDarkTheme(value bool)
- func Resize(w, h int)
- func SetTitle(title string)
- func Show()
- func ShowAll()
- func Unblur()
- func WithApplication(app *gtk.Application) error
- type Container
- type Header
Constants ¶
View Source
const CSS = `` /* 3501-byte string literal not displayed */
Variables ¶
View Source
var CustomCSS string
Functions ¶
func HeaderDisplay ¶
func HeaderDisplay(w gtkutils.ExtendedWidget)
func HeaderShowAll ¶
func HeaderShowAll()
func Notify ¶
func Notify(id string, notification *glib.Notification)
func PreferDarkTheme ¶
func PreferDarkTheme(value bool)
func WithApplication ¶
func WithApplication(app *gtk.Application) error
Types ¶
type Container ¶
type Container struct { *gtk.ApplicationWindow App *gtk.Application Accel *gtk.AccelGroup Root *gdk.Window Widget gtk.IWidget Header *Header CSS *gtk.CssProvider Clipboard *gtk.Clipboard Settings *gtk.Settings }
var Window *Container
Click to show internal directories.
Click to hide internal directories.