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 StyleContextBuilder
impl !Send for StyleContextBuilder
impl !Sync for StyleContextBuilder
impl Unpin for StyleContextBuilder
impl UnwindSafe for StyleContextBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more