[Window] Add more hardcoded settings for testing
[tilda-gobject.git] / tomboyutil.h
1
2 #ifndef __TOMBOY_UTIL_H__
3 #define __TOMBOY_UTIL_H__
4
5 #include <gdk/gdkpixmap.h>
6 #include <gtk/gtkwidget.h>
7 #include <gtk/gtkwindow.h>
8
9 G_BEGIN_DECLS
10
11 gint tomboy_window_get_workspace (GtkWindow *window);
12
13 void tomboy_window_move_to_current_workspace (GtkWindow *window);
14
15 void tomboy_window_present_hardcore (GtkWindow *window);
16
17 G_END_DECLS
18
19 #endif /* __TOMBOY_UTIL_H__ */