Method
PanelOmniBaradd_suffix
Declaration [src]
void
panel_omni_bar_add_suffix (
PanelOmniBar* self,
int priority,
GtkWidget* widget
)
Description [src]
Add a widget towards the end of the container, ordered by priority. The highest the priority, the closest to the start.
Parameters
priority |
int |
The priority. |
|
widget |
GtkWidget |
The widget to add toward the end. |
|
The data is owned by the caller of the function. |