Method

PanelFrameadd

Declaration [src]

void
panel_frame_add (
  PanelFrame* self,
  PanelWidget* panel
)

Description [src]

Adds a widget to the frame.

Parameters

panel PanelWidget
 

A widget to add.

 The data is owned by the caller of the function.