Signal
PanelDock::create-frame
Declaration
PanelFrame*
create_frame (
PanelDock* self,
PanelPosition* position,
gpointer user_data
)
Description [src]
This signal is emitted when a new frame is needed.
Default handler: | The default handler is called after the handlers added via |
Available since: | 1.2 |
Parameters
position |
PanelPosition |
The position for the frame. |
|
The data is owned by the caller of the function. |
Return value
Returns: | PanelFrame |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |