Signal

StGenericAccessible::get-minimum-increment

since: 14

Declaration

gdouble
get_minimum_increment (
  StGenericAccessible* self,
  gpointer user_data
)

Description [src]

Emitted when atk_value_get_minimum_increment() is called on self. Right now we only care about doubles, so the value is directly returned by the signal.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 14

Return value

Type: gdouble

Value of the current element.