Method

PanelFrameHeaderadd_suffix

Declaration [src]

void
panel_frame_header_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

Type: int

The priority.

child

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the method.