Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Interface Gtk.Buildable

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkBuildable
Interface : Buildable
Implementations: EvinceView.View, EvinceView.ViewPresentation, GWeather.LocationEntry, GWeather.TimezoneMenu, Gkbd.Indicator, Gkbd.KeyboardDrawing, GnomeBluetooth.Chooser, GnomeBluetooth.ChooserButton, GnomeBluetooth.ChooserCombo, GnomeBluetooth.FilterWidget, Gtk.AboutDialog, Gtk.AccelLabel, Gtk.Action, Gtk.ActionGroup, Gtk.Alignment, Gtk.AppChooserButton, Gtk.AppChooserDialog, Gtk.AppChooserWidget, Gtk.Arrow, Gtk.AspectFrame, Gtk.Assistant, Gtk.Bin, Gtk.Box, Gtk.Button, Gtk.ButtonBox, Gtk.Calendar, Gtk.CellArea, Gtk.CellAreaBox, Gtk.CellView, Gtk.CheckButton, Gtk.CheckMenuItem, Gtk.ColorButton, Gtk.ColorSelection, Gtk.ColorSelectionDialog, Gtk.ComboBox, Gtk.ComboBoxText, Gtk.Container, Gtk.Dialog, Gtk.DrawingArea, Gtk.Entry, Gtk.EntryCompletion, Gtk.EventBox, Gtk.Expander, Gtk.FileChooserButton, Gtk.FileChooserDialog, Gtk.FileChooserWidget, Gtk.FileFilter, Gtk.Fixed, Gtk.FontButton, Gtk.FontSelection, Gtk.FontSelectionDialog, Gtk.Frame, Gtk.Grid, Gtk.HBox, Gtk.HButtonBox, Gtk.HPaned, Gtk.HSV, Gtk.HScale, Gtk.HScrollbar, Gtk.HSeparator, Gtk.HandleBox, Gtk.IconFactory, Gtk.IconView, Gtk.Image, Gtk.ImageMenuItem, Gtk.InfoBar, Gtk.Invisible, Gtk.Label, Gtk.Layout, Gtk.LinkButton, Gtk.ListStore, Gtk.Menu, Gtk.MenuBar, Gtk.MenuItem, Gtk.MenuShell, Gtk.MenuToolButton, Gtk.MessageDialog, Gtk.Misc, Gtk.Notebook, Gtk.OffscreenWindow, Gtk.Paned, Gtk.Plug, Gtk.ProgressBar, Gtk.RadioAction, Gtk.RadioButton, Gtk.RadioMenuItem, Gtk.RadioToolButton, Gtk.Range, Gtk.RecentAction, Gtk.RecentChooserDialog, Gtk.RecentChooserMenu, Gtk.RecentChooserWidget, Gtk.RecentFilter, Gtk.Scale, Gtk.ScaleButton, Gtk.Scrollbar, Gtk.ScrolledWindow, Gtk.Separator, Gtk.SeparatorMenuItem, Gtk.SeparatorToolItem, Gtk.SizeGroup, Gtk.Socket, Gtk.SpinButton, Gtk.Spinner, Gtk.Statusbar, Gtk.Switch, Gtk.Table, Gtk.TearoffMenuItem, Gtk.TextTagTable, Gtk.TextView, Gtk.ToggleAction, Gtk.ToggleButton, Gtk.ToggleToolButton, Gtk.ToolButton, Gtk.ToolItem, Gtk.ToolItemGroup, Gtk.ToolPalette, Gtk.Toolbar, Gtk.TreeStore, Gtk.TreeView, Gtk.TreeViewColumn, Gtk.UIManager, Gtk.VBox, Gtk.VButtonBox, Gtk.VPaned, Gtk.VScale, Gtk.VScrollbar, Gtk.VSeparator, Gtk.Viewport, Gtk.VolumeButton, Gtk.Widget, Gtk.Window
GtkBuildable allows objects to extend and customize thier deserialization
from GtkBuilder UI descriptions.
The interface includes methods for setting names and properties of objects,
parsing custom tags and constructing child objects.
The GtkBuildable interface is implemented by all widgets and
many of the non-widget objects that are provided by GTK+. The
main user of this interface is GtkBuilder. There should be
very little need for applications to call any
gtk_buildable_... functions.
An object only needs to implement this interface if it needs
to extend the GtkBuilder format or run any extra routines at deserialization time
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:40 GMT+0800 (HKT)