Method

Gtk.Range.get_range_rect

Declaration [src]

void
gtk_range_get_range_rect (
  GtkRange* range,
  GdkRectangle* range_rect
)

Description [src]

This function returns the area that contains the range’s trough, in coordinates relative to ranges origin.

This function is useful mainly for GtkRange subclasses.

Parameters

range_rect GdkRectangle*
 

return location for the range rectangle

 Direction: out
 Ownership is not transferred to the callee