pub trait BuildableExt: 'static {
    fn buildable_id(&self) -> Option<GString>;
}
Expand description

Trait containing all Buildable methods.

Implementors

AboutDialog, ActionBar, AnyFilter, AppChooserButton, AppChooserDialog, AppChooserWidget, ApplicationWindow, AspectFrame, Assistant, Box, Buildable, Button, Calendar, CellAreaBox, CellArea, CellView, CenterBox, CheckButton, ColorButton, ColorChooserDialog, ColorChooserWidget, ColorDialogButton, ColumnView, ComboBoxText, ComboBox, ConstraintLayout, Dialog, DragIcon, DrawingArea, DropDown, EditableLabel, EmojiChooser, EntryCompletion, Entry, EveryFilter, Expander, FileChooserDialog, FileChooserWidget, FileFilter, Fixed, FlowBoxChild, FlowBox, FontButton, FontChooserDialog, FontChooserWidget, FontDialogButton, Frame, GLArea, GridView, Grid, HeaderBar, IconView, Image, InfoBar, Inscription, Label, LevelBar, LinkButton, ListBase, ListBoxRow, ListBox, ListStore, ListView, LockButton, MediaControls, MenuButton, MessageDialog, MultiFilter, MultiSorter, Notebook, Overlay, PageSetupUnixDialog, Paned, PasswordEntry, Picture, PopoverMenuBar, PopoverMenu, Popover, PrintUnixDialog, ProgressBar, Range, Revealer, ScaleButton, Scale, Scrollbar, ScrolledWindow, SearchBar, SearchEntry, Separator, ShortcutController, ShortcutLabel, ShortcutsGroup, ShortcutsSection, ShortcutsShortcut, ShortcutsWindow, SizeGroup, SpinButton, Spinner, StackSidebar, StackSwitcher, Stack, Statusbar, StringList, Switch, TextTagTable, TextView, Text, ToggleButton, TreeExpander, TreeStore, TreeViewColumn, TreeView, Video, Viewport, VolumeButton, Widget, WindowControls, WindowHandle, Window

Required Methods§

Gets the ID of the @self object.

Builder sets the name based on the ID attribute of the tag used to construct the @self.

Returns

the ID of the buildable object

Implementors§