Documentation ¶
Index ¶
- func Dialog_About(w *gtk.Window, version, author, mail, repository, more string, ...)
- func GTK_Childs(w GTK_RemoveDestroyAble, remove_all bool, destroy_all bool) []gtk.IWidget
- func GTK_ColorOfSelected() [4]float64
- func GTK_ColorsLoad(win *gtk.Window)
- func GTK_Dialog(w *gtk.Window, title string) (*gtk.Dialog, *gtk.Box)
- func GTK_DialogMessage(w *gtk.Window, msg_type gtk.MessageType, btns_type gtk.ButtonsType, ...) (*gtk.MessageDialog, *gtk.Box)
- func GTK_GetVersion() string
- func GTK_GetVersionWrapper() string
- func GTK_Image_From_File(fname string, ftype string) *gtk.Image
- func GTK_Image_From_Name(name string, size gtk.IconSize) *gtk.Image
- func GTK_Image_From_PixBuf(pixbuf *gdk.Pixbuf) *gtk.Image
- func GTK_KEY_Enter() uint
- func GTK_KeyboardCtrlState(state uint) bool
- func GTK_KeyboardKeyOfEvent(event *gdk.Event) (uint, uint, uint16)
- func GTK_LabelPair(title string, value string) (*gtk.Box, *gtk.Label)
- func GTK_LabelWrapMode(label *gtk.Label, lines int)
- func GTK_MenuItem(rightmenu *gtk.Menu, title string, func_event func()) *gtk.MenuItem
- func GTK_MenuItemIcon(rightmenu *gtk.Menu, title string, iconname string, func_event func()) *gtk.MenuItem
- func GTK_MenuSeparator(rightmenu *gtk.Menu)
- func GTK_MenuSub(rightmenu interface{ ... }, title string) *gtk.Menu
- func GTK_MouseKeyOfEvent(event *gdk.Event) (int, int, int, uint)
- func GTK_OptionsWidget(optst *OptionsStorage, key string, changed_event func(key string)) gtk.IWidget
- func GTK_PixBuf_From_Bytes(data *[]byte, ftype string) *gdk.Pixbuf
- func GTK_PixBuf_From_RGBA(img image.Image) *gdk.Pixbuf
- func GTK_ScrollGetValues(scroll *gtk.ScrolledWindow) (int, int)
- func GTK_ScrollReset(scroll *gtk.ScrolledWindow)
- func GTK_SpinnerActive(spinner *gtk.Spinner, def bool) bool
- func GTK_WidgetExist(w interface{ ... }) bool
- func GetFlag_Russian() *gdk.Pixbuf
- type GTK_DestroyAble
- type GTK_RemoveAble
- type GTK_RemoveDestroyAble
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dialog_About ¶
func GTK_Childs ¶
func GTK_Childs(w GTK_RemoveDestroyAble, remove_all bool, destroy_all bool) []gtk.IWidget
func GTK_ColorOfSelected ¶
func GTK_ColorOfSelected() [4]float64
func GTK_ColorsLoad ¶
https://github.com/surajmandalcell/Gtk-Theming-Guide/blob/master/creating_gtk_themes.md
func GTK_DialogMessage ¶
func GTK_DialogMessage(w *gtk.Window, msg_type gtk.MessageType, btns_type gtk.ButtonsType, title string, msg string) (*gtk.MessageDialog, *gtk.Box)
func GTK_GetVersion ¶
func GTK_GetVersion() string
func GTK_GetVersionWrapper ¶
func GTK_GetVersionWrapper() string
func GTK_KEY_Enter ¶
func GTK_KEY_Enter() uint
func GTK_KeyboardCtrlState ¶
func GTK_LabelWrapMode ¶
func GTK_MenuItem ¶
func GTK_MenuItemIcon ¶
func GTK_MenuSeparator ¶
func GTK_MenuSub ¶
func GTK_OptionsWidget ¶
func GTK_ScrollGetValues ¶
func GTK_ScrollGetValues(scroll *gtk.ScrolledWindow) (int, int)
func GTK_ScrollReset ¶
func GTK_ScrollReset(scroll *gtk.ScrolledWindow)
func GTK_WidgetExist ¶
Types ¶
type GTK_DestroyAble ¶
type GTK_DestroyAble interface {
Destroy()
}
type GTK_RemoveAble ¶
Click to show internal directories.
Click to hide internal directories.