Struct gtk::builders::SocketAccessibleBuilder
source · [−]pub struct SocketAccessibleBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct SocketAccessible
objects.
Implementations
sourceimpl SocketAccessibleBuilder
impl SocketAccessibleBuilder
sourcepub fn new() -> Self
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn new() -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.Create a new SocketAccessibleBuilder
.
sourcepub fn build(self) -> SocketAccessible
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn build(self) -> SocketAccessible
gdk_backend="x11"
and crate feature v3_24_30
only.Build the SocketAccessible
.
pub fn accessible_description(self, accessible_description: &str) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.pub fn accessible_name(self, accessible_name: &str) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.pub fn accessible_parent(self, accessible_parent: &impl IsA<Object>) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.pub fn accessible_role(self, accessible_role: Role) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.Available on gdk_backend="x11"
and crate feature v3_24_30
only.
gdk_backend="x11"
and crate feature v3_24_30
only.Table caption. Since 1.3. Use table-caption-object instead.
gdk_backend="x11"
and crate feature v3_24_30
only.sourcepub fn accessible_table_column_description(
self,
accessible_table_column_description: &str
) -> Self
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn accessible_table_column_description(
self,
accessible_table_column_description: &str
) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.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
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn accessible_table_column_header(
self,
accessible_table_column_header: &impl IsA<Object>
) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.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
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn accessible_table_row_description(
self,
accessible_table_row_description: &str
) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.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
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn accessible_table_row_header(
self,
accessible_table_row_header: &impl IsA<Object>
) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.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
gdk_backend="x11"
and crate feature v3_24_30
only.sourcepub fn accessible_value(self, accessible_value: f64) -> Self
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
pub fn accessible_value(self, accessible_value: f64) -> Self
gdk_backend="x11"
and crate feature v3_24_30
only.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
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
impl Clone for SocketAccessibleBuilder
gdk_backend="x11"
and crate feature v3_24_30
only.sourcefn clone(&self) -> SocketAccessibleBuilder
fn clone(&self) -> SocketAccessibleBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for SocketAccessibleBuilder
Available on gdk_backend="x11"
and crate feature v3_24_30
only.
impl Default for SocketAccessibleBuilder
gdk_backend="x11"
and crate feature v3_24_30
only.sourcefn default() -> SocketAccessibleBuilder
fn default() -> SocketAccessibleBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SocketAccessibleBuilder
impl !Send for SocketAccessibleBuilder
impl !Sync for SocketAccessibleBuilder
impl Unpin for SocketAccessibleBuilder
impl UnwindSafe for SocketAccessibleBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more