Struct gtk::builders::SocketAccessibleBuilder  
source · [−]pub struct SocketAccessibleBuilder { /* private fields */ }gdk_backend="x11" and crate feature v3_24_30 only.Expand description
A builder-pattern type to construct SocketAccessible objects.
Implementations
sourceimpl SocketAccessibleBuilder
 
impl SocketAccessibleBuilder
sourcepub fn new() -> Self
 
pub fn new() -> Self
Create a new SocketAccessibleBuilder.
sourcepub fn build(self) -> SocketAccessible
 
pub fn build(self) -> SocketAccessible
Build the SocketAccessible.
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
sourcepub fn accessible_table_caption(self, accessible_table_caption: &str) -> Self
 
pub fn accessible_table_caption(self, accessible_table_caption: &str) -> Self
Table caption. Since 1.3. Use table-caption-object instead.
pub fn accessible_table_caption_object(
    self,
    accessible_table_caption_object: &impl IsA<Object>
) -> Self
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 SocketAccessibleBuilder
 
impl Clone for SocketAccessibleBuilder
sourcefn clone(&self) -> SocketAccessibleBuilder
 
fn clone(&self) -> SocketAccessibleBuilder
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
source. Read more