Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkaccessiblerange.h>
Data Fields | |
GTypeInterface | g_iface |
gboolean(* | set_current_value )(GtkAccessibleRange *self, double value) |
Definition at line 21 of file gtkaccessiblerange.h.
GTypeInterface _GtkAccessibleRangeInterface::g_iface |
Definition at line 23 of file gtkaccessiblerange.h.
gboolean(* _GtkAccessibleRangeInterface::set_current_value) (GtkAccessibleRange *self, double value) |
GtkAccessibleRangeInterface::set_current_value: @self: a GtkAccessibleRange
@value: the value to set
Sets the current value of the accessible range.
This operation should behave similarly as if the user performed the action.
Returns: true if the operation was performed, false otherwise
Since: 4.10
Definition at line 39 of file gtkaccessiblerange.h.