module Gtk::Buildable
Overview
Allows objects to extend and customize deserialization from ui files.
The Gtk::Buildable
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 Gtk::Builder
.
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
XML format or run any extra routines at deserialization time.
Direct including types
- Adw::AboutDialog
- Adw::AboutWindow
- Adw::ActionRow
- Adw::AlertDialog
- Adw::ApplicationWindow
- Adw::Avatar
- Adw::Banner
- Adw::Bin
- Adw::BottomSheet
- Adw::Breakpoint
- Adw::BreakpointBin
- Adw::ButtonContent
- Adw::ButtonRow
- Adw::Carousel
- Adw::CarouselIndicatorDots
- Adw::CarouselIndicatorLines
- Adw::Clamp
- Adw::ClampScrollable
- Adw::ComboRow
- Adw::Dialog
- Adw::EntryRow
- Adw::ExpanderRow
- Adw::Flap
- Adw::HeaderBar
- Adw::InlineViewSwitcher
- Adw::Layout
- Adw::LayoutSlot
- Adw::Leaflet
- Adw::MessageDialog
- Adw::MultiLayoutView
- Adw::NavigationPage
- Adw::NavigationSplitView
- Adw::NavigationView
- Adw::OverlaySplitView
- Adw::PasswordEntryRow
- Adw::PreferencesDialog
- Adw::PreferencesGroup
- Adw::PreferencesPage
- Adw::PreferencesRow
- Adw::PreferencesWindow
- Adw::Spinner
- Adw::SpinRow
- Adw::SplitButton
- Adw::Squeezer
- Adw::StatusPage
- Adw::SwitchRow
- Adw::TabBar
- Adw::TabButton
- Adw::TabOverview
- Adw::TabView
- Adw::ToastOverlay
- Adw::ToggleGroup
- Adw::ToolbarView
- Adw::ViewStack
- Adw::ViewSwitcher
- Adw::ViewSwitcherBar
- Adw::ViewSwitcherTitle
- Adw::Window
- Adw::WindowTitle
- Adw::WrapBox
- Gtk::AboutDialog
- Gtk::ActionBar
- Gtk::AnyFilter
- Gtk::AppChooserButton
- Gtk::AppChooserDialog
- Gtk::AppChooserWidget
- Gtk::ApplicationWindow
- Gtk::AspectFrame
- Gtk::Assistant
- Gtk::Box
- Gtk::Button
- Gtk::Calendar
- Gtk::CellArea
- Gtk::CellAreaBox
- Gtk::CellView
- Gtk::CenterBox
- Gtk::CheckButton
- Gtk::ColorButton
- Gtk::ColorChooserDialog
- Gtk::ColorChooserWidget
- Gtk::ColorDialogButton
- Gtk::ColumnView
- Gtk::ComboBox
- Gtk::ComboBoxText
- Gtk::ConstraintLayout
- Gtk::Dialog
- Gtk::DragIcon
- Gtk::DrawingArea
- Gtk::DropDown
- Gtk::EditableLabel
- Gtk::EmojiChooser
- Gtk::Entry
- Gtk::EntryCompletion
- Gtk::EveryFilter
- Gtk::Expander
- Gtk::FileChooserDialog
- Gtk::FileChooserWidget
- Gtk::FileFilter
- Gtk::Fixed
- Gtk::FlowBox
- Gtk::FlowBoxChild
- Gtk::FontButton
- Gtk::FontChooserDialog
- Gtk::FontChooserWidget
- Gtk::FontDialogButton
- Gtk::Frame
- Gtk::GLArea
- Gtk::GraphicsOffload
- Gtk::Grid
- Gtk::GridView
- Gtk::HeaderBar
- Gtk::IconView
- Gtk::Image
- Gtk::InfoBar
- Gtk::Inscription
- Gtk::Label
- Gtk::LevelBar
- Gtk::LinkButton
- Gtk::ListBase
- Gtk::ListBox
- Gtk::ListBoxRow
- Gtk::ListStore
- Gtk::ListView
- Gtk::LockButton
- Gtk::MediaControls
- Gtk::MenuButton
- Gtk::MessageDialog
- Gtk::MultiFilter
- Gtk::MultiSorter
- Gtk::Notebook
- Gtk::Overlay
- Gtk::PageSetupUnixDialog
- Gtk::Paned
- Gtk::PasswordEntry
- Gtk::Picture
- Gtk::Popover
- Gtk::PopoverMenu
- Gtk::PopoverMenuBar
- Gtk::PrintUnixDialog
- Gtk::ProgressBar
- Gtk::Range
- Gtk::Revealer
- Gtk::Scale
- Gtk::ScaleButton
- Gtk::Scrollbar
- Gtk::ScrolledWindow
- Gtk::SearchBar
- Gtk::SearchEntry
- Gtk::Separator
- Gtk::ShortcutController
- Gtk::ShortcutLabel
- Gtk::ShortcutsGroup
- Gtk::ShortcutsSection
- Gtk::ShortcutsShortcut
- Gtk::ShortcutsWindow
- Gtk::SizeGroup
- Gtk::SpinButton
- Gtk::Spinner
- Gtk::Stack
- Gtk::StackSidebar
- Gtk::StackSwitcher
- Gtk::Statusbar
- Gtk::StringList
- Gtk::Switch
- Gtk::Text
- Gtk::TextTagTable
- Gtk::TextView
- Gtk::ToggleButton
- Gtk::TreeExpander
- Gtk::TreeStore
- Gtk::TreeView
- Gtk::TreeViewColumn
- Gtk::Video
- Gtk::Viewport
- Gtk::VolumeButton
- Gtk::Widget
- Gtk::Window
- Gtk::WindowControls
- Gtk::WindowHandle
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/buildable.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.