Method

GtkListBoxRowget_child

Declaration [src]

GtkWidget*
gtk_list_box_row_get_child (
  GtkListBoxRow* row
)

Description [src]

Gets the child widget of row.

Gets propertyGtk.ListBoxRow:child

Return value

Type: GtkWidget

The child widget of row.

The returned data is owned by the instance.
The return value can be NULL.