Method

BisHuggeradd

[]

Declaration [src]

BisHuggerPage*
bis_hugger_add (
  BisHugger* self,
  GtkWidget* child
)
[]

Description [src]

Adds a child to self.

Available since:1.0
[]

Parameters

child GtkWidget
 

The widget to add.

 The data is owned by the caller of the function.
[]

Return value

Returns: BisHuggerPage
 

The BisHuggerPage for child.

 The data is owned by the instance.