[][src]Struct sourceview::GutterRendererPixbufBuilder

pub struct GutterRendererPixbufBuilder { /* fields omitted */ }

Implementations

impl GutterRendererPixbufBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> GutterRendererPixbuf[src]

pub fn gicon<P: IsA<Icon>>(self, gicon: &P) -> Self[src]

pub fn icon_name(self, icon_name: &str) -> Self[src]

pub fn pixbuf(self, pixbuf: &Pixbuf) -> Self[src]

pub fn stock_id(self, stock_id: &str) -> Self[src]

pub fn alignment_mode(self, alignment_mode: GutterRendererAlignmentMode) -> Self[src]

pub fn background_rgba(self, background_rgba: &RGBA) -> Self[src]

pub fn background_set(self, background_set: bool) -> Self[src]

pub fn size(self, size: i32) -> Self[src]

pub fn visible(self, visible: bool) -> Self[src]

pub fn xalign(self, xalign: f32) -> Self[src]

pub fn xpad(self, xpad: i32) -> Self[src]

pub fn yalign(self, yalign: f32) -> Self[src]

pub fn ypad(self, ypad: i32) -> Self[src]

Trait Implementations

impl Clone for GutterRendererPixbufBuilder[src]

impl Default for GutterRendererPixbufBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.