Package: gtk

Interface gtk:buildable

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

gtk:about-dialog, gtk:action-bar, gtk:any-filter, gtk:app-chooser-button, gtk:app-chooser-dialog, gtk:app-chooser-widget, gtk:application-window, gtk:aspect-frame, gtk:assistant, gtk:box, gtk:button, gtk:calendar, gtk:cell-area, gtk:cell-area-box, gtk:cell-view, gtk:center-box, gtk:check-button, gtk:color-button, gtk:color-chooser-dialog, gtk:color-chooser-widget, gtk:color-dialog-button, gtk:column-view, gtk:combo-box, gtk:combo-box-text, gtk:dialog, gtk:drag-icon, gtk:drawing-area, gtk:drop-down, gtk:editable-label, gtk:emoji-chooser, gtk:entry, gtk:entry-completion, gtk:every-filter, gtk:expander, gtk:file-chooser-dialog, gtk:file-chooser-widget, gtk:file-filter, gtk:fixed, gtk:flow-box, gtk:flow-box-child, gtk:font-button, gtk:font-chooser-dialog, gtk:font-chooser-widget, gtk:font-dialog-button, gtk:frame, gtk:gl-area, gtk:graphics-offload, gtk:grid, gtk:grid-view, gtk:header-bar, gtk:icon-view, gtk:image, gtk:info-bar, gtk:inscription, gtk:label, gtk:level-bar, gtk:link-button, gtk:list-base, gtk:list-box, gtk:list-box-row, gtk:list-store, gtk:lock-button, gtk:media-controls, gtk:menu-button, gtk:message-dialog, gtk:multi-filter, gtk:multi-sorter, gtk:notebook, gtk:overlay, gtk:page-setup-unix-dialog, gtk:paned, gtk:password-entry, gtk:picture, gtk:popover, gtk:popover-menu, gtk:popover-menu-bar, gtk:print-unix-dialog, gtk:progress-bar, gtk:range, gtk:revealer, gtk:scale, gtk:scale-button, gtk:scrollbar, gtk:scrolled-window, gtk:search-bar, gtk:search-entry, gtk:separator, gtk:shortcut-controller, gtk:shortcut-label, gtk:shortcuts-group, gtk:shortcuts-section, gtk:shortcuts-shortcut, gtk:shortcuts-window, gtk:size-group, gtk:spin-button, gtk:spinner, gtk:stack, gtk:stack-sidebar, gtk:stack-switcher, gtk:statusbar, gtk:string-list, gtk:switch, gtk:text, gtk:text-tag-table, gtk:text-view, gtk:toggle-button, gtk:tree-expander, gtk:tree-store, gtk:tree-view, gtk:tree-view-column, gtk:video, gtk:viewport, gtk:volume-button, gtk:widget, gtk:window, gtk:window-controls, gtk:window-handle

Direct Slots

None

Details

The gtk:buildable interface allows objects to extend and customize their deserialization from gtk:builder UI descriptions. The interface includes methods for setting names and properties of objects, parsing custom tags and constructing child objects.

The gtk:buildable 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 the gtk:builder class. 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 gtk:builder format or run any extra routines at deserialization time.
 

Inherited Slot Access Functions

See also

2023-8-7