Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkAccessibleRangeInterface Struct Reference

#include <gtkaccessiblerange.h>

Data Fields

GTypeInterface g_iface
 
gboolean(* set_current_value )(GtkAccessibleRange *self, double value)
 

Detailed Description

Definition at line 21 of file gtkaccessiblerange.h.

Field Documentation

◆ g_iface

GTypeInterface _GtkAccessibleRangeInterface::g_iface

Definition at line 23 of file gtkaccessiblerange.h.

◆ set_current_value

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.


The documentation for this struct was generated from the following file: