Trait gtk4::prelude::CellLayoutExtManual
source · [−]pub trait CellLayoutExtManual: 'static {
fn set_attributes(
&self,
cell: &impl IsA<CellRenderer>,
attributes: &[(&str, i32)]
);
fn unset_cell_data_func(&self, cell: &impl IsA<CellRenderer>);
}
Expand description
Trait containing manually implemented methods of CellLayout
.
Required Methods
sourcefn set_attributes(
fn set_attributes(
&self,
cell: &impl IsA<CellRenderer>,
attributes: &[(&str, i32)]
)
source