Virtual Method
PanelFrameHeaderadd_suffix
Declaration [src]
void
add_suffix (
PanelFrameHeader* self,
int priority,
GtkWidget* child
)
Description [src]
Add a widget into a the suffix area with a priority. The highest the priority the closest to the start.
Parameters
priority |
int |
The priority. |
|
child |
GtkWidget |
A |
|
The data is owned by the caller of the function. |