]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikstatus.h
Allow zoom to 1/32.
[andy/viking.git] / src / vikstatus.h
index 3f158d54e6f97d46cca061a377f1e13056964c1a..c5fd5ba711bd3cbba98cb8a3b074d53f307a2fb3 100644 (file)
@@ -40,6 +40,9 @@ typedef struct _VikStatusbarClass VikStatusbarClass;
 struct _VikStatusbarClass
 {
   GtkStatusbarClass statusbar_class;
+
+  void (* clicked)  (VikStatusbar *vs,
+                     gint          item);
 };
 
 GType vik_statusbar_get_type ();
@@ -57,5 +60,6 @@ typedef enum {
 VikStatusbar *vik_statusbar_new ();
 void vik_statusbar_set_message ( VikStatusbar *vs, vik_statusbar_type_t field, const gchar *message );
 
+G_END_DECLS
 
 #endif