Method
PanelFrameadd
Declaration [src]
void
panel_frame_add (
PanelFrame* self,
PanelWidget* panel
)
Parameters
panel
-
Type:
PanelWidget
A
PanelWidget
to add.The data is owned by the caller of the method.
void
panel_frame_add (
PanelFrame* self,
PanelWidget* panel
)
panel
Type: PanelWidget
A PanelWidget
to add.
The data is owned by the caller of the method. |