Struct sourceview5::CompletionCell[][src]

pub struct CompletionCell(_);

Implementations

impl CompletionCell[src]

pub fn get_column(&self) -> CompletionColumn[src]

pub fn get_widget(&self) -> Option<Widget>[src]

Gets the child gtk::Widget, if any.

Feature: v5_0

Returns

a gtk::Widget or None

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

pub fn set_icon_name(&self, icon_name: &str)[src]

pub fn set_markup(&self, markup: &str)[src]

pub fn set_paintable<P: IsA<Paintable>>(&self, paintable: &P)[src]

pub fn set_text(&self, text: &str)[src]

pub fn set_text_with_attributes(&self, text: &str, attrs: &AttrList)[src]

pub fn set_widget<P: IsA<Widget>>(&self, child: &P)[src]

pub fn get_property_markup(&self) -> Option<GString>[src]

pub fn get_property_paintable(&self) -> Option<Paintable>[src]

pub fn get_property_text(&self) -> Option<GString>[src]

pub fn get_property_widget(&self) -> Option<Widget>[src]

pub fn connect_property_markup_notify<F: Fn(&CompletionCell) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_paintable_notify<F: Fn(&CompletionCell) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_text_notify<F: Fn(&CompletionCell) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_widget_notify<F: Fn(&CompletionCell) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Trait Implementations

impl Clone for CompletionCell[src]

impl Debug for CompletionCell[src]

impl Display for CompletionCell[src]

impl Eq for CompletionCell[src]

impl Hash for CompletionCell[src]

impl IsA<Accessible> for CompletionCell[src]

impl IsA<Buildable> for CompletionCell[src]

impl IsA<ConstraintTarget> for CompletionCell[src]

impl IsA<Widget> for CompletionCell[src]

impl Ord for CompletionCell[src]

impl ParentClassIs for CompletionCell[src]

type Parent = Widget

impl<T: ObjectType> PartialEq<T> for CompletionCell[src]

impl<T: ObjectType> PartialOrd<T> for CompletionCell[src]

impl StaticType for CompletionCell[src]

impl StructuralEq for CompletionCell[src]

Auto Trait Implementations

impl RefUnwindSafe for CompletionCell

impl !Send for CompletionCell

impl !Sync for CompletionCell

impl Unpin for CompletionCell

impl UnwindSafe for CompletionCell

Blanket Implementations

impl<O> AccessibleExt for O where
    O: IsA<Accessible>, 

impl<O> AccessibleExtManual for O where
    O: IsA<Accessible>, 

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<O> BuildableExt for O where
    O: IsA<Buildable>, 

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

impl<T> Cast for T where
    T: ObjectType, 

impl<O> ConstraintTargetExt for O where
    O: IsA<ConstraintTarget>, 

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

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

impl<T> ObjectExt for T where
    T: ObjectType, 

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: SetValue + Send + ToValue + ?Sized

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized

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.

impl<O> WidgetExt for O where
    O: IsA<Widget>, 

impl<O> WidgetExtManual for O where
    O: IsA<Widget>,