19 #ifndef BAKERY_UTILITIES_BUSYCURSOR_H
20 #define BAKERY_UTILITIES_BUSYCURSOR_H
22 #include <gtkmm/window.h>
23 #include <gdkmm/cursor.h>
37 BusyCursor(Gtk::Window& window, Gdk::CursorType cursor_type = Gdk::WATCH);
41 BusyCursor(Gtk::Window* window, Gdk::CursorType cursor_type = Gdk::WATCH);
62 #endif //BAKERY_UTILITIES_BUSYCURSOR_H