[][src]Struct gtk::TreeViewColumnBuilder

pub struct TreeViewColumnBuilder { /* fields omitted */ }

Implementations

impl TreeViewColumnBuilder[src]

pub fn new() -> Self[src]

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

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

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

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

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

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

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

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

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

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

pub fn sizing(self, sizing: TreeViewColumnSizing) -> Self[src]

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

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

pub fn sort_order(self, sort_order: SortType) -> Self[src]

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

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

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

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

Trait Implementations

impl Clone for TreeViewColumnBuilder[src]

impl Default for TreeViewColumnBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for TreeViewColumnBuilder

impl !Send for TreeViewColumnBuilder

impl !Sync for TreeViewColumnBuilder

impl Unpin for TreeViewColumnBuilder

impl UnwindSafe for TreeViewColumnBuilder

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.