Documentation
¶
Index ¶
- Variables
- func Unwrap(o interface{}) interface{}
- func UnwrapLocal(o interface{}) (interface{}, bool)
- func Wrap(o interface{}) interface{}
- func WrapLocal(o interface{}) (interface{}, bool)
- type RealGtk
- func (*RealGtk) AboutDialogNew() (gtki.AboutDialog, error)
- func (*RealGtk) AccelGroupNew() (gtki.AccelGroup, error)
- func (*RealGtk) AcceleratorParse(acc string) (uint, gdki.ModifierType)
- func (*RealGtk) AddProviderForScreen(s gdki.Screen, provider gtki.StyleProvider, prio uint)
- func (*RealGtk) ApplicationNew(appId string, flags glibi.ApplicationFlags) (gtki.Application, error)
- func (*RealGtk) BuilderNew() (gtki.Builder, error)
- func (*RealGtk) CellRendererTextNew() (gtki.CellRendererText, error)
- func (*RealGtk) CheckButtonNewWithMnemonic(label string) (gtki.CheckButton, error)
- func (*RealGtk) CheckMenuItemNewWithMnemonic(label string) (gtki.CheckMenuItem, error)
- func (*RealGtk) CssProviderNew() (gtki.CssProvider, error)
- func (*RealGtk) EntryNew() (gtki.Entry, error)
- func (*RealGtk) FileChooserDialogNewWith2Buttons(title string, parent gtki.Window, action gtki.FileChooserAction, ...) (gtki.FileChooserDialog, error)
- func (*RealGtk) Init(args *[]string)
- func (*RealGtk) LabelNew(str string) (gtki.Label, error)
- func (*RealGtk) ListStoreNew(types ...glibi.Type) (gtki.ListStore, error)
- func (*RealGtk) MenuItemNew() (gtki.MenuItem, error)
- func (*RealGtk) MenuItemNewWithLabel(label string) (gtki.MenuItem, error)
- func (*RealGtk) MenuItemNewWithMnemonic(label string) (gtki.MenuItem, error)
- func (*RealGtk) MenuNew() (gtki.Menu, error)
- func (*RealGtk) SeparatorMenuItemNew() (gtki.SeparatorMenuItem, error)
- func (*RealGtk) SettingsGetDefault() (gtki.Settings, error)
- func (*RealGtk) TextBufferNew(table gtki.TextTagTable) (gtki.TextBuffer, error)
- func (*RealGtk) TextTagNew(name string) (gtki.TextTag, error)
- func (*RealGtk) TextTagTableNew() (gtki.TextTagTable, error)
- func (*RealGtk) TextViewNew() (gtki.TextView, error)
- func (*RealGtk) TreePathNew() gtki.TreePath
- func (*RealGtk) WindowSetDefaultIcon(icon gdki.Pixbuf)
Constants ¶
This section is empty.
Variables ¶
View Source
var Real = &RealGtk{}
Functions ¶
func Unwrap ¶
func Unwrap(o interface{}) interface{}
func Wrap ¶
func Wrap(o interface{}) interface{}
Types ¶
type RealGtk ¶
type RealGtk struct{}
func (*RealGtk) AboutDialogNew ¶
func (*RealGtk) AboutDialogNew() (gtki.AboutDialog, error)
func (*RealGtk) AccelGroupNew ¶
func (*RealGtk) AccelGroupNew() (gtki.AccelGroup, error)
func (*RealGtk) AcceleratorParse ¶
func (*RealGtk) AcceleratorParse(acc string) (uint, gdki.ModifierType)
func (*RealGtk) AddProviderForScreen ¶
func (*RealGtk) ApplicationNew ¶
func (*RealGtk) ApplicationNew(appId string, flags glibi.ApplicationFlags) (gtki.Application, error)
func (*RealGtk) CellRendererTextNew ¶
func (*RealGtk) CellRendererTextNew() (gtki.CellRendererText, error)
func (*RealGtk) CheckButtonNewWithMnemonic ¶
func (*RealGtk) CheckButtonNewWithMnemonic(label string) (gtki.CheckButton, error)
func (*RealGtk) CheckMenuItemNewWithMnemonic ¶
func (*RealGtk) CheckMenuItemNewWithMnemonic(label string) (gtki.CheckMenuItem, error)
func (*RealGtk) CssProviderNew ¶
func (*RealGtk) CssProviderNew() (gtki.CssProvider, error)
func (*RealGtk) FileChooserDialogNewWith2Buttons ¶
func (*RealGtk) FileChooserDialogNewWith2Buttons(title string, parent gtki.Window, action gtki.FileChooserAction, first_button_text string, first_button_id gtki.ResponseType, second_button_text string, second_button_id gtki.ResponseType) (gtki.FileChooserDialog, error)
func (*RealGtk) ListStoreNew ¶
func (*RealGtk) MenuItemNewWithLabel ¶
func (*RealGtk) MenuItemNewWithMnemonic ¶
func (*RealGtk) SeparatorMenuItemNew ¶
func (*RealGtk) SeparatorMenuItemNew() (gtki.SeparatorMenuItem, error)
func (*RealGtk) SettingsGetDefault ¶ added in v0.3.2
func (*RealGtk) TextBufferNew ¶
func (*RealGtk) TextBufferNew(table gtki.TextTagTable) (gtki.TextBuffer, error)
func (*RealGtk) TextTagTableNew ¶
func (*RealGtk) TextTagTableNew() (gtki.TextTagTable, error)
Source Files
¶
- about_dialog.go
- accel_group.go
- adjustment.go
- application.go
- application_window.go
- bin.go
- box.go
- builder.go
- button.go
- cell_renderer.go
- cell_renderer_text.go
- cell_renderer_toggle.go
- check_button.go
- check_menu_item.go
- combo_box.go
- combo_box_text.go
- container.go
- css_provider.go
- data_init.go
- dialog.go
- entry.go
- file_chooser_dialog.go
- grid.go
- gtk_iface_testers.go
- header_bar.go
- info_bar.go
- label.go
- list_store.go
- menu.go
- menu_bar.go
- menu_item.go
- menu_shell.go
- message_dialog.go
- notebook.go
- real_gtk.go
- revealer.go
- scrolled_window.go
- separator_menu_item.go
- settings.go
- spin_button.go
- style_context.go
- style_provider.go
- text_buffer.go
- text_iter.go
- text_mark.go
- text_tag.go
- text_tag_table.go
- text_view.go
- toggle_button.go
- tree_iter.go
- tree_model.go
- tree_path.go
- tree_selection.go
- tree_store.go
- tree_view.go
- tree_view_column.go
- widget.go
- window.go
- wrap_map.go
Click to show internal directories.
Click to hide internal directories.