Trait gtk4::subclass::cell_layout::CellLayoutImplExt
source · pub trait CellLayoutImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_add_attribute<R: IsA<CellRenderer>>(
&self,
cell: &R,
attribute: &str,
column: i32
) { ... }
fn parent_clear_attributes<R: IsA<CellRenderer>>(&self, cell: &R) { ... }
fn parent_cells(&self) -> Vec<CellRenderer> { ... }
fn parent_set_cell_data_func<R: IsA<CellRenderer>>(
&self,
cell: &R,
callback: Option<CellLayoutDataCallback>
) { ... }
fn parent_reorder<R: IsA<CellRenderer>>(&self, cell: &R, position: i32) { ... }
fn parent_clear(&self) { ... }
fn parent_pack_start<R: IsA<CellRenderer>>(&self, cell: &R, expand: bool) { ... }
fn parent_pack_end<R: IsA<CellRenderer>>(&self, cell: &R, expand: bool) { ... }
fn parent_area(&self) -> Option<CellArea> { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
sourcefn parent_add_attribute<R: IsA<CellRenderer>>(
&self,
cell: &R,
attribute: &str,
column: i32
)
fn parent_add_attribute<R: IsA<CellRenderer>>( &self, cell: &R, attribute: &str, column: i32 )
👎Deprecated: Since 4.10
sourcefn parent_clear_attributes<R: IsA<CellRenderer>>(&self, cell: &R)
fn parent_clear_attributes<R: IsA<CellRenderer>>(&self, cell: &R)
👎Deprecated: Since 4.10
sourcefn parent_cells(&self) -> Vec<CellRenderer>
fn parent_cells(&self) -> Vec<CellRenderer>
👎Deprecated: Since 4.10
sourcefn parent_set_cell_data_func<R: IsA<CellRenderer>>(
&self,
cell: &R,
callback: Option<CellLayoutDataCallback>
)
fn parent_set_cell_data_func<R: IsA<CellRenderer>>( &self, cell: &R, callback: Option<CellLayoutDataCallback> )
👎Deprecated: Since 4.10
sourcefn parent_reorder<R: IsA<CellRenderer>>(&self, cell: &R, position: i32)
fn parent_reorder<R: IsA<CellRenderer>>(&self, cell: &R, position: i32)
👎Deprecated: Since 4.10
sourcefn parent_clear(&self)
fn parent_clear(&self)
👎Deprecated: Since 4.10
sourcefn parent_pack_start<R: IsA<CellRenderer>>(&self, cell: &R, expand: bool)
fn parent_pack_start<R: IsA<CellRenderer>>(&self, cell: &R, expand: bool)
👎Deprecated: Since 4.10
sourcefn parent_pack_end<R: IsA<CellRenderer>>(&self, cell: &R, expand: bool)
fn parent_pack_end<R: IsA<CellRenderer>>(&self, cell: &R, expand: bool)
👎Deprecated: Since 4.10
sourcefn parent_area(&self) -> Option<CellArea>
fn parent_area(&self) -> Option<CellArea>
👎Deprecated: Since 4.10