| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── VikStatusbar
VikStatusbar *
vik_statusbar_new (guint scale);
Creates a new VikStatusbar widget.
void vik_statusbar_set_message (VikStatusbar *vs,vik_statusbar_type_t field,const gchar *message);
Update the message of the given field.
“clicked” signalvoid user_function (VikStatusbar *vikstatusbar, int arg1, gpointer user_data)
Flags: Run First