Struct gtk::StyleContextBuilder [−][src]
pub struct StyleContextBuilder { /* fields omitted */ }Expand description
A builder-pattern type to construct StyleContext objects.
Implementations
Create a new StyleContextBuilder.
Build the StyleContext.
Sets or gets the style context’s parent. See StyleContextExt::set_parent()
for details.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StyleContextBuilderimpl !Send for StyleContextBuilderimpl !Sync for StyleContextBuilderimpl Unpin for StyleContextBuilderimpl UnwindSafe for StyleContextBuilderBlanket Implementations
Mutably borrows from an owned value. Read more