Box.getNthChild

Gets the nth child of @self.

class Box
Widget
getNthChild
(
uint nth
)

Parameters

nth
Type: uint

the index of the child starting from 0

Return Value

Type: Widget

A #GtkWidget or %NULL

Meta