Package org.gnome.gtk
Interface Buildable
- All Superinterfaces:
Proxy
- All Known Implementing Classes:
AboutDialog
,AboutDialog
,AboutWindow
,Actionable.ActionableImpl
,ActionBar
,ActionRow
,AlertDialog
,AnyFilter
,AppChooser.AppChooserImpl
,AppChooserButton
,AppChooserDialog
,AppChooserWidget
,ApplicationWindow
,ApplicationWindow
,AspectFrame
,Assistant
,Avatar
,Banner
,Bin
,BottomSheet
,Box
,Breakpoint
,BreakpointBin
,Buildable.BuildableImpl
,Button
,ButtonContent
,ButtonRow
,Calendar
,Carousel
,CarouselIndicatorDots
,CarouselIndicatorLines
,CellArea
,CellArea.CellAreaImpl
,CellAreaBox
,CellEditable.CellEditableImpl
,CellView
,CenterBox
,CheckButton
,Clamp
,ClampScrollable
,ColorButton
,ColorChooserDialog
,ColorChooserWidget
,ColorDialogButton
,ColumnView
,ComboBox
,ComboBoxText
,ComboRow
,CompletionCell
,ConstraintLayout
,Dialog
,Dialog
,DragIcon
,DrawingArea
,DropDown
,Editable.EditableImpl
,EditableLabel
,EmojiChooser
,Entry
,EntryCompletion
,EntryRow
,EveryFilter
,Expander
,ExpanderRow
,FileChooserDialog
,FileChooserWidget
,FileFilter
,Fixed
,Flap
,FlowBox
,FlowBoxChild
,FontButton
,FontChooserDialog
,FontChooserWidget
,FontDialogButton
,Frame
,GLArea
,GraphicsOffload
,Grid
,GridView
,Gutter
,GutterRenderer
,GutterRenderer.GutterRendererImpl
,GutterRendererPixbuf
,GutterRendererText
,HeaderBar
,HeaderBar
,HoverDisplay
,IconView
,Image
,InfoBar
,InlineViewSwitcher
,Inscription
,Label
,Layout
,LayoutSlot
,Leaflet
,LevelBar
,LinkButton
,ListBase
,ListBase.ListBaseImpl
,ListBox
,ListBoxRow
,ListStore
,ListView
,LockButton
,Map
,MediaControls
,MenuButton
,MessageDialog
,MessageDialog
,MultiFilter
,MultiFilter.MultiFilterImpl
,MultiLayoutView
,MultiSorter
,Native.NativeImpl
,NavigationPage
,NavigationSplitView
,NavigationView
,Notebook
,Overlay
,OverlaySplitView
,PageSetupUnixDialog
,Paned
,PasswordEntry
,PasswordEntryRow
,Picture
,Popover
,PopoverMenu
,PopoverMenuBar
,PreferencesDialog
,PreferencesGroup
,PreferencesPage
,PreferencesRow
,PreferencesWindow
,PrintUnixDialog
,ProgressBar
,Range
,Revealer
,Root.RootImpl
,Scale
,ScaleButton
,Scrollbar
,ScrolledWindow
,SearchBar
,SearchEntry
,Separator
,ShortcutController
,ShortcutLabel
,ShortcutsGroup
,ShortcutsSection
,ShortcutsShortcut
,ShortcutsWindow
,SizeGroup
,SpinButton
,Spinner
,Spinner
,SpinRow
,SplitButton
,Squeezer
,Stack
,StackSidebar
,StackSwitcher
,Statusbar
,StatusPage
,StringList
,StyleSchemeChooserButton
,StyleSchemeChooserWidget
,StyleSchemePreview
,Swipeable.SwipeableImpl
,Switch
,SwitchRow
,TabBar
,TabButton
,TabOverview
,TabView
,Text
,TextTagTable
,TextView
,ToastOverlay
,ToggleButton
,ToggleGroup
,ToolbarView
,TreeExpander
,TreeStore
,TreeView
,TreeViewColumn
,Video
,View
,Viewport
,ViewStack
,ViewSwitcher
,ViewSwitcherBar
,ViewSwitcherTitle
,VolumeButton
,WebView
,WebViewBase
,Widget
,Widget.WidgetImpl
,Window
,Window
,WindowControls
,WindowHandle
,WindowTitle
,WrapBox
Allows objects to extend and customize deserialization from ui files.
The GtkBuildable
interface includes methods for setting names and
properties of objects, parsing custom tags and constructing child objects.
It 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 of these
functions directly.
An object only needs to implement this interface if it needs to extend the
GtkBuilder
XML format or run any extra routines at deserialization time.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Contains methods to letGtkBuilder
construct an object from aGtkBuilder
UI definition.static class
The BuildableImpl type represents a native instance of the Buildable interface. -
Method Summary
-
Method Details
-
getType
-
getBuildableId
Gets the ID of the this Buildable object.GtkBuilder
sets the name based on the ID attribute of the<object>
tag used to construct the this Buildable.- Returns:
- the ID of the buildable object
-