Re-exports
pub use super::dock::DockImpl;pub use super::dock::DockImplExt;pub use super::frame::PanelFrameImpl;pub use super::frame_header::FrameHeaderImpl;pub use super::frame_header::FrameHeaderImplExt;pub use super::grid::PanelGridImpl;pub use super::grid::PanelGridImplExt;pub use super::omni_bar::PanelOmniBarImpl;pub use super::save_delegate::SaveDelegateImpl;pub use super::save_delegate::SaveDelegateImplExt;pub use super::widget::PanelWidgetImpl;pub use super::widget::PanelWidgetImplExt;
Structs
Traits
- Trait for defining boxed types.
- Trait implemented by structs that implement a
GObjectC class struct. - A trait for setting up template children inside
class_init. This trait is implemented automatically by theCompositeTemplatemacro. - A trait for setting up template callbacks inside
class_init. This trait is implemented automatically by thetemplate_callbacksmacro. - An extension trait for
ClassStructtypes to allow binding private template callbacks directly onself. This is a convenience wrapper around theCompositeTemplateCallbackstrait. - An extension trait for
ClassStructtypes to allow binding a composite template directly onself. This is a convenience wrapper around theCompositeTemplatetrait. - An extension trait for
ClassStructtypes to allow binding the instance template callbacks directly onself. This is a convenience wrapper around theCompositeTemplateCallbackstrait. - Trait implemented by structs that implement a
GObjectC instance struct. - Trait for implementable interfaces.
- Trait for subclassable class structs.
- Extension trait for
glib::Object’s class struct. - Trait for implementors of
glib::Objectsubclasses. - The central trait for defining a
GObjectinterface. - Type methods required for an
ObjectInterfaceimplementation. - The central trait for subclassing a
GObjecttype. - Extension methods for all
ObjectSubclassimpls. - Trait implemented by any type implementing
ObjectSubclassIsto return the implementation, private Rust struct. - Type methods required for an
ObjectSubclassimplementation. - Trait for defining shared types.