Method
Gtk.Widget.get_next_sibling
Declaration [src]
GtkWidget*
gtk_widget_get_next_sibling (
  GtkWidget* widget
)
Description [src]
Returns the widgets next sibling.
This API is primarily meant for widget implementations.
Return value
| Returns: GtkWidget | |
| The widget’s next sibling | |
| Ownership is not transferred to the caller | |
| Can be NULL | |