Skip to main content

CellRendererSpin

Struct CellRendererSpin 

Source
pub struct CellRendererSpin { /* private fields */ }
๐Ÿ‘ŽDeprecated:

Since 4.10

Expand description

List views use widgets to display their contents. You should use SpinButton instead Renders a spin button in a cell

CellRendererSpin renders text in a cell like CellRendererText from which it is derived. But while CellRendererText offers a simple entry to edit the text, CellRendererSpin offers a SpinButton widget. Of course, that means that the text has to be parseable as a floating point number.

The range of the spinbutton is taken from the adjustment property of the cell renderer, which can be set explicitly or mapped to a column in the tree model, like all properties of cell renders. CellRendererSpin also has properties for the GtkCellRendererSpin:climb-rate and the number of GtkCellRendererSpin:digits to display. Other SpinButton properties can be set in a handler for the GtkCellRenderer::editing-started signal.

ยงProperties

ยงadjustment

The adjustment that holds the value of the spinbutton. This must be non-None for the cell renderer to be editable.

Readable | Writable

ยงclimb-rate

The acceleration rate when you hold down a button.

Readable | Writable

ยงdigits

The number of decimal places to display.

Readable | Writable

CellRendererText

ยงalign-set

Readable | Writable

ยงalignment

Specifies how to align the lines of text with respect to each other.

Note that this property describes how to align the lines of text in case there are several of them. The โ€œxalignโ€ property of CellRenderer, on the other hand, sets the horizontal alignment of the whole text.

Readable | Writable

ยงattributes

Readable | Writable

ยงbackground

Writable

ยงbackground-rgba

Background color as a gdk::RGBA

Readable | Writable

ยงbackground-set

Readable | Writable

ยงeditable

Readable | Writable

ยงeditable-set

Readable | Writable

ยงellipsize

Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to [pango::EllipsizeMode::None][crate::pango::EllipsizeMode::None] turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.

Readable | Writable

ยงellipsize-set

Readable | Writable

ยงfamily

Readable | Writable

ยงfamily-set

Readable | Writable

ยงfont

Readable | Writable

ยงfont-desc

Readable | Writable

ยงforeground

Writable

ยงforeground-rgba

Foreground color as a gdk::RGBA

Readable | Writable

ยงforeground-set

Readable | Writable

ยงlanguage

Readable | Writable

ยงlanguage-set

Readable | Writable

ยงmarkup

Writable

ยงmax-width-chars

The desired maximum width of the cell, in characters. If this property is set to -1, the width will be calculated automatically.

For cell renderers that ellipsize or wrap text; this property controls the maximum reported width of the cell. The cell should not receive any greater allocation unless it is set to expand in its CellLayout and all of the cellโ€™s siblings have received their natural width.

Readable | Writable

ยงplaceholder-text

The text that will be displayed in the CellRenderer if GtkCellRendererText:editable is true and the cell is empty.

Readable | Writable

ยงrise

Readable | Writable

ยงrise-set

Readable | Writable

ยงscale

Readable | Writable

ยงscale-set

Readable | Writable

ยงsingle-paragraph-mode

Readable | Writable

ยงsize

Readable | Writable

ยงsize-points

Readable | Writable

ยงsize-set

Readable | Writable

ยงstretch

Readable | Writable

ยงstretch-set

Readable | Writable

ยงstrikethrough

Readable | Writable

ยงstrikethrough-set

Readable | Writable

ยงstyle

Readable | Writable

ยงstyle-set

Readable | Writable

ยงtext

Readable | Writable

ยงunderline

Readable | Writable

ยงunderline-set

Readable | Writable

ยงvariant

Readable | Writable

ยงvariant-set

Readable | Writable

ยงweight

Readable | Writable

ยงweight-set

Readable | Writable

ยงwidth-chars

The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.

Readable | Writable

ยงwrap-mode

Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.

Readable | Writable

ยงwrap-width

Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.

Readable | Writable

CellRenderer

ยงcell-background

Writable

ยงcell-background-rgba

Cell background as a gdk::RGBA

Readable | Writable

ยงcell-background-set

Readable | Writable

ยงediting

Readable

ยงheight

Readable | Writable

ยงis-expanded

Readable | Writable

ยงis-expander

Readable | Writable

ยงmode

Readable | Writable

ยงsensitive

Readable | Writable

ยงvisible

Readable | Writable

ยงwidth

Readable | Writable

ยงxalign

Readable | Writable

ยงxpad

Readable | Writable

ยงyalign

Readable | Writable

ยงypad

Readable | Writable

ยงImplements

CellRendererTextExt, CellRendererExt, [trait@glib::ObjectExt], [CellRendererExtManual][trait@crate::prelude::CellRendererExtManual]

GLib type: GObject with reference counted clone semantics.

Implementationsยง

Sourceยง

impl CellRendererSpin

Source

pub fn new() -> CellRendererSpin

๐Ÿ‘ŽDeprecated:

Since 4.10

Creates a new CellRendererSpin.

ยงDeprecated since 4.10
ยงReturns

a new CellRendererSpin

Source

pub fn builder() -> CellRendererSpinBuilder

๐Ÿ‘ŽDeprecated:

Since 4.10

Creates a new builder-pattern struct instance to construct CellRendererSpin objects.

This method returns an instance of CellRendererSpinBuilder which can be used to create CellRendererSpin objects.

Source

pub fn adjustment(&self) -> Option<Adjustment>

๐Ÿ‘ŽDeprecated:

Since 4.10

The adjustment that holds the value of the spinbutton. This must be non-None for the cell renderer to be editable.

Source

pub fn set_adjustment<P: IsA<Adjustment>>(&self, adjustment: Option<&P>)

๐Ÿ‘ŽDeprecated:

Since 4.10

The adjustment that holds the value of the spinbutton. This must be non-None for the cell renderer to be editable.

Source

pub fn climb_rate(&self) -> f64

๐Ÿ‘ŽDeprecated:

Since 4.10

The acceleration rate when you hold down a button.

Source

pub fn set_climb_rate(&self, climb_rate: f64)

๐Ÿ‘ŽDeprecated:

Since 4.10

The acceleration rate when you hold down a button.

Source

pub fn digits(&self) -> u32

๐Ÿ‘ŽDeprecated:

Since 4.10

The number of decimal places to display.

Source

pub fn set_digits(&self, digits: u32)

๐Ÿ‘ŽDeprecated:

Since 4.10

The number of decimal places to display.

Source

pub fn connect_adjustment_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Source

pub fn connect_climb_rate_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Source

pub fn connect_digits_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Trait Implementationsยง

Sourceยง

impl Clone for CellRendererSpin

Sourceยง

fn clone(&self) -> Self

Makes a clone of this shared reference.

This increments the strong reference count of the object. Dropping the object will decrement it again.

1.0.0 (const: unstable) ยท Sourceยง

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Sourceยง

impl Debug for CellRendererSpin

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Sourceยง

impl Default for CellRendererSpin

Sourceยง

fn default() -> Self

Returns the โ€œdefault valueโ€ for a type. Read more
Sourceยง

impl Eq for CellRendererSpin

Sourceยง

impl HasParamSpec for CellRendererSpin

Sourceยง

type ParamSpec = ParamSpecObject

Sourceยง

type SetValue = CellRendererSpin

Preferred value to be used as setter for the associated ParamSpec.
Sourceยง

type BuilderFn = fn(&str) -> ParamSpecObjectBuilder<'_, CellRendererSpin>

Sourceยง

fn param_spec_builder() -> Self::BuilderFn

Sourceยง

impl Hash for CellRendererSpin

Sourceยง

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Hashes the memory address of this object.

1.3.0 ยท Sourceยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Sourceยง

impl IsA<CellRenderer> for CellRendererSpin

Sourceยง

impl IsA<CellRendererText> for CellRendererSpin

Sourceยง

impl Ord for CellRendererSpin

Sourceยง

fn cmp(&self, other: &Self) -> Ordering

Comparison for two GObjects.

Compares the memory addresses of the provided objects.

1.21.0 (const: unstable) ยท Sourceยง

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) ยท Sourceยง

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) ยท Sourceยง

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Sourceยง

impl ParentClassIs for CellRendererSpin

Sourceยง

impl<OT: ObjectType> PartialEq<OT> for CellRendererSpin

Sourceยง

fn eq(&self, other: &OT) -> bool

Equality for two GObjects.

Two GObjects are equal if their memory addresses are equal.

1.0.0 (const: unstable) ยท Sourceยง

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Sourceยง

impl<OT: ObjectType> PartialOrd<OT> for CellRendererSpin

Sourceยง

fn partial_cmp(&self, other: &OT) -> Option<Ordering>

Partial comparison for two GObjects.

Compares the memory addresses of the provided objects.

1.0.0 (const: unstable) ยท Sourceยง

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) ยท Sourceยง

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Sourceยง

impl StaticType for CellRendererSpin

Sourceยง

fn static_type() -> Type

Returns the type identifier of Self.

Auto Trait Implementationsยง

Blanket Implementationsยง

Sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

Sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

Sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

Sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
ยง

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

ยง

fn upcast<T>(self) -> T
where T: ObjectType, Self: IsA<T>,

Upcasts an object to a superclass or interface T. Read more
ยง

fn upcast_ref<T>(&self) -> &T
where T: ObjectType, Self: IsA<T>,

Upcasts an object to a reference of its superclass or interface T. Read more
ยง

fn downcast<T>(self) -> Result<T, Self>
where T: ObjectType, Self: MayDowncastTo<T>,

Tries to downcast to a subclass or interface implementor T. Read more
ยง

fn downcast_ref<T>(&self) -> Option<&T>
where T: ObjectType, Self: MayDowncastTo<T>,

Tries to downcast to a reference of its subclass or interface implementor T. Read more
ยง

fn dynamic_cast<T>(self) -> Result<T, Self>
where T: ObjectType,

Tries to cast to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while upcast will do many checks at compile-time already. downcast will perform the same checks at runtime as dynamic_cast, but will also ensure some amount of compile-time safety. Read more
ยง

fn dynamic_cast_ref<T>(&self) -> Option<&T>
where T: ObjectType,

Tries to cast to reference to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while downcast and upcast will do many checks at compile-time already. Read more
ยง

unsafe fn unsafe_cast<T>(self) -> T
where T: ObjectType,

Casts to T unconditionally. Read more
ยง

unsafe fn unsafe_cast_ref<T>(&self) -> &T
where T: ObjectType,

Casts to &T unconditionally. Read more
Sourceยง

impl<O> CellRendererExt for O
where O: IsA<CellRenderer>,

Sourceยง

fn activate( &self, event: impl AsRef<Event>, widget: &impl IsA<Widget>, path: &str, background_area: &Rectangle, cell_area: &Rectangle, flags: CellRendererState, ) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Passes an activate event to the cell renderer for possible processing. Some cell renderers may use events; for example, CellRendererToggle toggles when it gets a mouse click. Read more
Sourceยง

fn aligned_area( &self, widget: &impl IsA<Widget>, flags: CellRendererState, cell_area: &Rectangle, ) -> Rectangle

๐Ÿ‘ŽDeprecated:

Since 4.10

Gets the aligned area used by @self inside @cell_area. Used for finding the appropriate edit and focus rectangle. Read more
Sourceยง

fn alignment(&self) -> (f32, f32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Fills in @xalign and @yalign with the appropriate values of @self. Read more
Sourceยง

fn fixed_size(&self) -> (i32, i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Fills in @width and @height with the appropriate size of @self. Read more
Sourceยง

fn is_expanded(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Checks whether the given CellRenderer is expanded. Read more
Sourceยง

fn is_expander(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Checks whether the given CellRenderer is an expander. Read more
Sourceยง

fn padding(&self) -> (i32, i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Fills in @xpad and @ypad with the appropriate values of @self. Read more
Sourceยง

fn preferred_height(&self, widget: &impl IsA<Widget>) -> (i32, i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Retrieves a rendererโ€™s natural size when rendered to @widget. Read more
Sourceยง

fn preferred_height_for_width( &self, widget: &impl IsA<Widget>, width: i32, ) -> (i32, i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Retrieves a cell renderersโ€™s minimum and natural height if it were rendered to @widget with the specified @width. Read more
Sourceยง

fn preferred_size( &self, widget: &impl IsA<Widget>, ) -> (Requisition, Requisition)

๐Ÿ‘ŽDeprecated:

Since 4.10

Retrieves the minimum and natural size of a cell taking into account the widgetโ€™s preference for height-for-width management. Read more
Sourceยง

fn preferred_width(&self, widget: &impl IsA<Widget>) -> (i32, i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Retrieves a rendererโ€™s natural size when rendered to @widget. Read more
Sourceยง

fn preferred_width_for_height( &self, widget: &impl IsA<Widget>, height: i32, ) -> (i32, i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Retrieves a cell renderersโ€™s minimum and natural width if it were rendered to @widget with the specified @height. Read more
Sourceยง

fn request_mode(&self) -> SizeRequestMode

๐Ÿ‘ŽDeprecated:

Since 4.10

Gets whether the cell renderer prefers a height-for-width layout or a width-for-height layout. Read more
Sourceยง

fn is_sensitive(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Returns the cell rendererโ€™s sensitivity. Read more
Sourceยง

fn state( &self, widget: Option<&impl IsA<Widget>>, cell_state: CellRendererState, ) -> StateFlags

๐Ÿ‘ŽDeprecated:

Since 4.10

Translates the cell renderer state to StateFlags, based on the cell renderer and widget sensitivity, and the given CellRendererState. Read more
Sourceยง

fn is_visible(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Returns the cell rendererโ€™s visibility. Read more
Sourceยง

fn is_activatable(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Checks whether the cell renderer can do something when activated. Read more
Sourceยง

fn set_alignment(&self, xalign: f32, yalign: f32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets the rendererโ€™s alignment within its available space. Read more
Sourceยง

fn set_fixed_size(&self, width: i32, height: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets the renderer size to be explicit, independent of the properties set. Read more
Sourceยง

fn set_is_expanded(&self, is_expanded: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets whether the given CellRenderer is expanded. Read more
Sourceยง

fn set_is_expander(&self, is_expander: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets whether the given CellRenderer is an expander. Read more
Sourceยง

fn set_padding(&self, xpad: i32, ypad: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets the rendererโ€™s padding. Read more
Sourceยง

fn set_sensitive(&self, sensitive: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets the cell rendererโ€™s sensitivity. Read more
Sourceยง

fn set_visible(&self, visible: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets the cell rendererโ€™s visibility. Read more
Sourceยง

fn snapshot( &self, snapshot: &impl IsA<Snapshot>, widget: &impl IsA<Widget>, background_area: &Rectangle, cell_area: &Rectangle, flags: CellRendererState, )

๐Ÿ‘ŽDeprecated:

Since 4.10

Invokes the virtual render function of the CellRenderer. The three passed-in rectangles are areas in @cr. Most renderers will draw within @cell_area; the xalign, yalign, xpad, and ypad fields of the CellRenderer should be honored with respect to @cell_area. @background_area includes the blank space around the cell, and also the area containing the tree expander; so the @background_area rectangles for all cells tile to cover the entire @window. Read more
Sourceยง

fn start_editing( &self, event: Option<impl AsRef<Event>>, widget: &impl IsA<Widget>, path: &str, background_area: &Rectangle, cell_area: &Rectangle, flags: CellRendererState, ) -> Option<CellEditable>

๐Ÿ‘ŽDeprecated:

Since 4.10

Starts editing the contents of this @self, through a new CellEditable widget created by the CellRendererClass.start_editing virtual function. Read more
Sourceยง

fn stop_editing(&self, canceled: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Informs the cell renderer that the editing is stopped. If @canceled is true, the cell renderer will emit the CellRenderer::editing-canceled signal. Read more
Sourceยง

fn set_cell_background(&self, cell_background: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn cell_background_rgba(&self) -> Option<RGBA>

๐Ÿ‘ŽDeprecated:

Since 4.10

Cell background as a gdk::RGBA
Sourceยง

fn set_cell_background_rgba(&self, cell_background_rgba: Option<&RGBA>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Cell background as a gdk::RGBA
Sourceยง

fn is_cell_background_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_editing(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn height(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_height(&self, height: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn mode(&self) -> CellRendererMode

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_mode(&self, mode: CellRendererMode)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn width(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_width(&self, width: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn xalign(&self) -> f32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_xalign(&self, xalign: f32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn xpad(&self) -> u32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_xpad(&self, xpad: u32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn yalign(&self) -> f32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_yalign(&self, yalign: f32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn ypad(&self) -> u32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_ypad(&self, ypad: u32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_editing_canceled<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

This signal gets emitted when the user cancels the process of editing a cell. For example, an editable cell renderer could be written to cancel editing when the user presses Escape. Read more
Sourceยง

fn connect_editing_started<F: Fn(&Self, &CellEditable, TreePath) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

This signal gets emitted when a cell starts to be edited. The intended use of this signal is to do special setup on @editable, e.g. adding a EntryCompletion or setting up additional columns in a ComboBox. Read more
Sourceยง

fn connect_cell_background_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_cell_background_rgba_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_cell_background_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_editing_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_height_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_is_expanded_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_is_expander_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_mode_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_sensitive_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_visible_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_width_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_xalign_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_xpad_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_yalign_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_ypad_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

impl<O> CellRendererTextExt for O
where O: IsA<CellRendererText>,

Sourceยง

fn set_fixed_height_from_font(&self, number_of_rows: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sets the height of a renderer to explicitly be determined by the โ€œfontโ€ and โ€œy_padโ€ property set on it. Further changes in these properties do not affect the height, so they must be accompanied by a subsequent call to this function. Using this function is inflexible, and should really only be used if calculating the size of a cell is too slow (ie, a massive number of cells displayed). If @number_of_rows is -1, then the fixed height is unset, and the height is determined by the properties again. Read more
Sourceยง

fn is_align_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn alignment(&self) -> Alignment

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies how to align the lines of text with respect to each other. Read more
Sourceยง

fn set_alignment(&self, alignment: Alignment)

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies how to align the lines of text with respect to each other. Read more
Sourceยง

fn attributes(&self) -> Option<AttrList>

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_attributes(&self, attributes: Option<&AttrList>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_background(&self, background: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn background_rgba(&self) -> Option<RGBA>

๐Ÿ‘ŽDeprecated:

Since 4.10

Background color as a gdk::RGBA
Sourceยง

fn set_background_rgba(&self, background_rgba: Option<&RGBA>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Background color as a gdk::RGBA
Sourceยง

fn is_background_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_editable(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_editable(&self, editable: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_editable_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn ellipsize(&self) -> EllipsizeMode

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to [pango::EllipsizeMode::None][crate::pango::EllipsizeMode::None] turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.
Sourceยง

fn set_ellipsize(&self, ellipsize: EllipsizeMode)

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to [pango::EllipsizeMode::None][crate::pango::EllipsizeMode::None] turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.
Sourceยง

fn is_ellipsize_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn family(&self) -> Option<GString>

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_family(&self, family: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_family_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn font(&self) -> Option<GString>

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_font(&self, font: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn font_desc(&self) -> Option<FontDescription>

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_font_desc(&self, font_desc: Option<&FontDescription>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_foreground(&self, foreground: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn foreground_rgba(&self) -> Option<RGBA>

๐Ÿ‘ŽDeprecated:

Since 4.10

Foreground color as a gdk::RGBA
Sourceยง

fn set_foreground_rgba(&self, foreground_rgba: Option<&RGBA>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Foreground color as a gdk::RGBA
Sourceยง

fn is_foreground_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn language(&self) -> Option<GString>

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_language(&self, language: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_language_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_markup(&self, markup: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn max_width_chars(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

The desired maximum width of the cell, in characters. If this property is set to -1, the width will be calculated automatically. Read more
Sourceยง

fn set_max_width_chars(&self, max_width_chars: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

The desired maximum width of the cell, in characters. If this property is set to -1, the width will be calculated automatically. Read more
Sourceยง

fn placeholder_text(&self) -> Option<GString>

๐Ÿ‘ŽDeprecated:

Since 4.10

The text that will be displayed in the CellRenderer if GtkCellRendererText:editable is true and the cell is empty.
Sourceยง

fn set_placeholder_text(&self, placeholder_text: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

The text that will be displayed in the CellRenderer if GtkCellRendererText:editable is true and the cell is empty.
Sourceยง

fn rise(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_rise(&self, rise: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_rise_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn scale(&self) -> f64

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_scale(&self, scale: f64)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_scale_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_single_paragraph_mode(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_single_paragraph_mode(&self, single_paragraph_mode: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn size(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_size(&self, size: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn size_points(&self) -> f64

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_size_points(&self, size_points: f64)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_size_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn stretch(&self) -> Stretch

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_stretch(&self, stretch: Stretch)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_stretch_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_strikethrough(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_strikethrough(&self, strikethrough: bool)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_strikethrough_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn style(&self) -> Style

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_style(&self, style: Style)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_style_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn text(&self) -> Option<GString>

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_text(&self, text: Option<&str>)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn underline(&self) -> Underline

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_underline(&self, underline: Underline)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_underline_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn variant(&self) -> Variant

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_variant(&self, variant: Variant)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_variant_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn weight(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn set_weight(&self, weight: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn is_weight_set(&self) -> bool

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn width_chars(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.
Sourceยง

fn set_width_chars(&self, width_chars: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

The desired width of the cell, in characters. If this property is set to -1, the width will be calculated automatically, otherwise the cell will request either 3 characters or the property value, whichever is greater.
Sourceยง

fn wrap_mode(&self) -> WrapMode

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.
Sourceยง

fn set_wrap_mode(&self, wrap_mode: WrapMode)

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.
Sourceยง

fn wrap_width(&self) -> i32

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.
Sourceยง

fn set_wrap_width(&self, wrap_width: i32)

๐Ÿ‘ŽDeprecated:

Since 4.10

Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.
Sourceยง

fn connect_edited<F: Fn(&Self, TreePath, &str) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

This signal is emitted after @renderer has been edited. Read more
Sourceยง

fn connect_align_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_alignment_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_attributes_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_background_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_background_rgba_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_background_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_editable_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_editable_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_ellipsize_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_ellipsize_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_family_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_family_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_font_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_font_desc_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_foreground_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_foreground_rgba_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_foreground_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_language_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_language_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_markup_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_max_width_chars_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_placeholder_text_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_rise_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_rise_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_scale_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_scale_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_single_paragraph_mode_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_size_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_size_points_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_size_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_stretch_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_stretch_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_strikethrough_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_strikethrough_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_style_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_style_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_text_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_underline_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_underline_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_variant_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_variant_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_weight_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_weight_set_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_width_chars_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_wrap_mode_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

fn connect_wrap_width_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

๐Ÿ‘ŽDeprecated:

Since 4.10

Sourceยง

impl<T> CloneToUninit for T
where T: Clone,

Sourceยง

unsafe fn clone_to_uninit(&self, dest: *mut u8)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Sourceยง

impl<T> From<T> for T

Sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

ยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_num_as_vec(ptr: *const GList, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_container_num_as_vec(_: *const GList, _: usize) -> Vec<T>

ยง

unsafe fn from_glib_full_num_as_vec(_: *const GList, _: usize) -> Vec<T>

ยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_num_as_vec(ptr: *const GPtrArray, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_container_num_as_vec( _: *const GPtrArray, _: usize, ) -> Vec<T>

ยง

unsafe fn from_glib_full_num_as_vec(_: *const GPtrArray, _: usize) -> Vec<T>

ยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_num_as_vec(ptr: *const GSList, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_container_num_as_vec(_: *const GSList, _: usize) -> Vec<T>

ยง

unsafe fn from_glib_full_num_as_vec(_: *const GSList, _: usize) -> Vec<T>

ยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_container_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_full_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

ยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_num_as_vec(ptr: *mut GPtrArray, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_container_num_as_vec( ptr: *mut GPtrArray, num: usize, ) -> Vec<T>

ยง

unsafe fn from_glib_full_num_as_vec(ptr: *mut GPtrArray, num: usize) -> Vec<T>

ยง

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_container_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

ยง

unsafe fn from_glib_full_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

ยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_as_vec(ptr: *const GList) -> Vec<T>

ยง

unsafe fn from_glib_container_as_vec(_: *const GList) -> Vec<T>

ยง

unsafe fn from_glib_full_as_vec(_: *const GList) -> Vec<T>

ยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_as_vec(ptr: *const GPtrArray) -> Vec<T>

ยง

unsafe fn from_glib_container_as_vec(_: *const GPtrArray) -> Vec<T>

ยง

unsafe fn from_glib_full_as_vec(_: *const GPtrArray) -> Vec<T>

ยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_as_vec(ptr: *const GSList) -> Vec<T>

ยง

unsafe fn from_glib_container_as_vec(_: *const GSList) -> Vec<T>

ยง

unsafe fn from_glib_full_as_vec(_: *const GSList) -> Vec<T>

ยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_as_vec(ptr: *mut GList) -> Vec<T>

ยง

unsafe fn from_glib_container_as_vec(ptr: *mut GList) -> Vec<T>

ยง

unsafe fn from_glib_full_as_vec(ptr: *mut GList) -> Vec<T>

ยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_as_vec(ptr: *mut GPtrArray) -> Vec<T>

ยง

unsafe fn from_glib_container_as_vec(ptr: *mut GPtrArray) -> Vec<T>

ยง

unsafe fn from_glib_full_as_vec(ptr: *mut GPtrArray) -> Vec<T>

ยง

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for T
where T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,

ยง

unsafe fn from_glib_none_as_vec(ptr: *mut GSList) -> Vec<T>

ยง

unsafe fn from_glib_container_as_vec(ptr: *mut GSList) -> Vec<T>

ยง

unsafe fn from_glib_full_as_vec(ptr: *mut GSList) -> Vec<T>

ยง

impl<'a, T, C, E> FromValueOptional<'a> for T
where T: FromValue<'a, Checker = C>, C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError<E>>, E: Error + Send + 'static,

Sourceยง

impl<O> GObjectPropertyExpressionExt for O
where O: IsA<Object>,

Sourceยง

fn property_expression(&self, property_name: &str) -> PropertyExpression

Create an expression looking up an objectโ€™s property.
Sourceยง

fn property_expression_weak(&self, property_name: &str) -> PropertyExpression

Create an expression looking up an objectโ€™s property with a weak reference.
Sourceยง

fn this_expression(property_name: &str) -> PropertyExpression

Create an expression looking up a property in the bound this object.
Sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

Sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

ยง

impl<T> IntoClosureReturnValue for T
where T: Into<Value>,

ยง

impl<U> IsSubclassableExt for U
where U: IsClass + ParentClassIs,

ยง

fn parent_class_init<T>(class: &mut Class<U>)
where T: ObjectSubclass, <U as ParentClassIs>::Parent: IsSubclassable<T>,

ยง

fn parent_instance_init<T>(instance: &mut InitializingObject<T>)
where T: ObjectSubclass, <U as ParentClassIs>::Parent: IsSubclassable<T>,

ยง

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

ยง

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

ยง

fn is<U>(&self) -> bool
where U: StaticType,

Returns true if the object is an instance of (can be cast to) T.
ยง

fn type_(&self) -> Type

Returns the type of the object.
ยง

fn object_class(&self) -> &Class<Object>

Returns the [ObjectClass] of the object. Read more
ยง

fn class(&self) -> &Class<T>
where T: IsClass,

Returns the class of the object.
ยง

fn class_of<U>(&self) -> Option<&Class<U>>
where U: IsClass,

Returns the class of the object in the given type T. Read more
ยง

fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>
where U: IsInterface,

Returns the interface T of the object. Read more
ยง

fn set_property(&self, property_name: &str, value: impl Into<Value>)

Sets the property property_name of the object to value value. Read more
ยง

fn set_property_from_value(&self, property_name: &str, value: &Value)

Sets the property property_name of the object to value value. Read more
ยง

fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])

Sets multiple properties of the object at once. Read more
ยง

fn set_properties_from_value(&self, property_values: &[(&str, Value)])

Sets multiple properties of the object at once. Read more
ยง

fn property<V>(&self, property_name: &str) -> V
where V: for<'b> FromValue<'b> + 'static,

Gets the property property_name of the object and cast it to the type V. Read more
ยง

fn property_value(&self, property_name: &str) -> Value

Gets the property property_name of the object. Read more
ยง

fn has_property(&self, property_name: &str) -> bool

Check if the object has a property property_name.
ยง

fn has_property_with_type(&self, property_name: &str, type_: Type) -> bool

Check if the object has a property property_name of the given type_.
ยง

fn property_type(&self, property_name: &str) -> Option<Type>

Get the type of the property property_name of this object. Read more
ยง

fn find_property(&self, property_name: &str) -> Option<ParamSpec>

Get the ParamSpec of the property property_name of this object.
ยง

fn list_properties(&self) -> PtrSlice<ParamSpec>

Return all ParamSpec of the properties of this object.
ยง

fn freeze_notify(&self) -> PropertyNotificationFreezeGuard

Freeze all property notifications until the return guard object is dropped. Read more
ยง

unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)
where QD: 'static,

Set arbitrary data on this object with the given key. Read more
ยง

unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>
where QD: 'static,

Return previously set arbitrary data of this object with the given key. Read more
ยง

unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>
where QD: 'static,

Retrieve previously set arbitrary data of this object with the given key. Read more
ยง

unsafe fn set_data<QD>(&self, key: &str, value: QD)
where QD: 'static,

Set arbitrary data on this object with the given key. Read more
ยง

unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>
where QD: 'static,

Return previously set arbitrary data of this object with the given key. Read more
ยง

unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>
where QD: 'static,

Retrieve previously set arbitrary data of this object with the given key. Read more
ยง

fn block_signal(&self, handler_id: &SignalHandlerId)

Block a given signal handler. Read more
ยง

fn unblock_signal(&self, handler_id: &SignalHandlerId)

Unblock a given signal handler.
ยง

fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)

Stop emission of the currently emitted signal.
ยง

fn stop_signal_emission_by_name(&self, signal_name: &str)

Stop emission of the currently emitted signal by the (possibly detailed) signal name.
ยง

fn connect<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + Send + Sync + 'static,

Connect to the signal signal_name on this object. Read more
ยง

fn connect_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + Send + Sync + 'static,

Connect to the signal signal_id on this object. Read more
ยง

fn connect_local<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + 'static,

Connect to the signal signal_name on this object. Read more
ยง

fn connect_local_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + 'static,

Connect to the signal signal_id on this object. Read more
ยง

unsafe fn connect_unsafe<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value>,

Connect to the signal signal_name on this object. Read more
ยง

unsafe fn connect_unsafe_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value>,

Connect to the signal signal_id on this object. Read more
ยง

fn connect_closure( &self, signal_name: &str, after: bool, closure: RustClosure, ) -> SignalHandlerId

Connect a closure to the signal signal_name on this object. Read more
ยง

fn connect_closure_id( &self, signal_id: SignalId, details: Option<Quark>, after: bool, closure: RustClosure, ) -> SignalHandlerId

Connect a closure to the signal signal_id on this object. Read more
ยง

fn watch_closure(&self, closure: &impl AsRef<Closure>)

Limits the lifetime of closure to the lifetime of the object. When the objectโ€™s reference count drops to zero, the closure will be invalidated. An invalidated closure will ignore any calls to invoke_with_values, or invoke when using Rust closures.
ยง

fn emit<R>(&self, signal_id: SignalId, args: &[&dyn ToValue]) -> R
where R: TryFromClosureReturnValue,

Emit signal by signal id. Read more
ยง

fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>

Same as [Self::emit] but takes Value for the arguments.
ยง

fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> R
where R: TryFromClosureReturnValue,

Emit signal by its name. Read more
ยง

fn emit_by_name_with_values( &self, signal_name: &str, args: &[Value], ) -> Option<Value>

Emit signal by its name. Read more
ยง

fn emit_by_name_with_details<R>( &self, signal_name: &str, details: Quark, args: &[&dyn ToValue], ) -> R
where R: TryFromClosureReturnValue,

Emit signal by its name with details. Read more
ยง

fn emit_by_name_with_details_and_values( &self, signal_name: &str, details: Quark, args: &[Value], ) -> Option<Value>

Emit signal by its name with details. Read more
ยง

fn emit_with_details<R>( &self, signal_id: SignalId, details: Quark, args: &[&dyn ToValue], ) -> R
where R: TryFromClosureReturnValue,

Emit signal by signal id with details. Read more
ยง

fn emit_with_details_and_values( &self, signal_id: SignalId, details: Quark, args: &[Value], ) -> Option<Value>

Emit signal by signal id with details. Read more
ยง

fn disconnect(&self, handler_id: SignalHandlerId)

Disconnect a previously connected signal handler.
ยง

fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
where F: Fn(&T, &ParamSpec) + Send + Sync + 'static,

Connect to the notify signal of the object. Read more
ยง

fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
where F: Fn(&T, &ParamSpec) + 'static,

Connect to the notify signal of the object. Read more
ยง

unsafe fn connect_notify_unsafe<F>( &self, name: Option<&str>, f: F, ) -> SignalHandlerId
where F: Fn(&T, &ParamSpec),

Connect to the notify signal of the object. Read more
ยง

fn notify(&self, property_name: &str)

Notify that the given property has changed its value. Read more
ยง

fn notify_by_pspec(&self, pspec: &ParamSpec)

Notify that the given property has changed its value. Read more
ยง

fn downgrade(&self) -> WeakRef<T>

Downgrade this object to a weak reference.
ยง

fn add_weak_ref_notify<F>(&self, f: F) -> WeakRefNotify<T>
where F: FnOnce() + Send + 'static,

Add a callback to be notified when the Object is disposed.
ยง

fn add_weak_ref_notify_local<F>(&self, f: F) -> WeakRefNotify<T>
where F: FnOnce() + 'static,

Add a callback to be notified when the Object is disposed. Read more
ยง

fn bind_property<'a, 'f, 't, O>( &'a self, source_property: &'a str, target: &'a O, target_property: &'a str, ) -> BindingBuilder<'a, 'f, 't>
where O: ObjectType,

Bind property source_property on this object to the target_property on the target object. Read more
ยง

fn ref_count(&self) -> u32

Returns the strong reference count of this object.
ยง

unsafe fn run_dispose(&self)

Runs the dispose mechanism of the object. Read more
ยง

impl<T> Property for T
where T: HasParamSpec,

ยง

type Value = T

ยง

impl<T> PropertyGet for T
where T: HasParamSpec,

ยง

type Value = T

ยง

fn get<R, F>(&self, f: F) -> R
where F: Fn(&<T as PropertyGet>::Value) -> R,

ยง

impl<T> StaticTypeExt for T
where T: StaticType,

ยง

fn ensure_type()

Ensures that the type has been registered with the type system.
Sourceยง

impl<T> ToOwned for T
where T: Clone,

Sourceยง

type Owned = T

The resulting type after obtaining ownership.
Sourceยง

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Sourceยง

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
ยง

impl<T> TransparentType for T
where T: TransparentPtrType,

ยง

type GlibType = <T as GlibPtrDefault>::GlibType

Sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Sourceยง

type Error = Infallible

The type returned in the event of a conversion error.
Sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
ยง

impl<T> TryFromClosureReturnValue for T
where T: for<'a> FromValue<'a> + StaticType + 'static,

ยง

fn try_from_closure_return_value(v: Option<Value>) -> Result<T, BoolError>

Sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Sourceยง

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

The type returned in the event of a conversion error.
Sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.