Method
GtkAccessibleget_widget
since: 2.22
Declaration [src]
GtkWidget*
gtk_accessible_get_widget (
GtkAccessible* accessible
)
Description [src]
Gets the GtkWidget
corresponding to the GtkAccessible
.
The returned widget does not have a reference added, so
you do not need to unref it.
Available since: 2.22
Gets property | Gtk.Accessible:widget |
Return value
Type: GtkWidget
Pointer to the GtkWidget
corresponding to the GtkAccessible
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |