Struct gtk::builders::PlugAccessibleBuilder
source · [−]pub struct PlugAccessibleBuilder { /* private fields */ }
gdk_backend="x11"
and crate feature v3_24_30
only.Expand description
A builder-pattern type to construct PlugAccessible
objects.
Implementations
sourceimpl PlugAccessibleBuilder
impl PlugAccessibleBuilder
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new PlugAccessibleBuilder
.
sourcepub fn build(self) -> PlugAccessible
pub fn build(self) -> PlugAccessible
Build the PlugAccessible
.
pub fn accessible_description(self, accessible_description: &str) -> Self
pub fn accessible_name(self, accessible_name: &str) -> Self
pub fn accessible_parent(self, accessible_parent: &impl IsA<Object>) -> Self
pub fn accessible_role(self, accessible_role: Role) -> Self
Table caption. Since 1.3. Use table-caption-object instead.
sourcepub fn accessible_table_column_description(
self,
accessible_table_column_description: &str
) -> Self
pub fn accessible_table_column_description(
self,
accessible_table_column_description: &str
) -> Self
Accessible table column description.
Since 2.12. Use atk_table_get_column_description()
and atk_table_set_column_description()
instead.
sourcepub fn accessible_table_column_header(
self,
accessible_table_column_header: &impl IsA<Object>
) -> Self
pub fn accessible_table_column_header(
self,
accessible_table_column_header: &impl IsA<Object>
) -> Self
Accessible table column header.
Since 2.12. Use atk_table_get_column_header()
and
atk_table_set_column_header()
instead.
sourcepub fn accessible_table_row_description(
self,
accessible_table_row_description: &str
) -> Self
pub fn accessible_table_row_description(
self,
accessible_table_row_description: &str
) -> Self
Accessible table row description.
Since 2.12. Use atk_table_get_row_description()
and
atk_table_set_row_description()
instead.
sourcepub fn accessible_table_row_header(
self,
accessible_table_row_header: &impl IsA<Object>
) -> Self
pub fn accessible_table_row_header(
self,
accessible_table_row_header: &impl IsA<Object>
) -> Self
Accessible table row header.
Since 2.12. Use atk_table_get_row_header()
and
atk_table_set_row_header()
instead.
pub fn accessible_table_summary(
self,
accessible_table_summary: &impl IsA<Object>
) -> Self
sourcepub fn accessible_value(self, accessible_value: f64) -> Self
pub fn accessible_value(self, accessible_value: f64) -> Self
Numeric value of this object, in case being and AtkValue.
Since 2.12. Use atk_value_get_value_and_text()
to get
the value, and value-changed signal to be notified on their value
changes.
Trait Implementations
sourceimpl Clone for PlugAccessibleBuilder
impl Clone for PlugAccessibleBuilder
sourcefn clone(&self) -> PlugAccessibleBuilder
fn clone(&self) -> PlugAccessibleBuilder
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more