summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7dff81)
raw | patch | inline | side by side (parent: d7dff81)
author | glimmer07 <glimmer07@users.sourceforge.net> | |
Sun, 12 Jul 2009 17:02:17 +0000 (17:02 +0000) | ||
committer | glimmer07 <glimmer07@users.sourceforge.net> | |
Sun, 12 Jul 2009 17:02:17 +0000 (17:02 +0000) |
src/inkscape.h | patch | blob | history |
diff --git a/src/inkscape.h b/src/inkscape.h
index ca2894227c1d8589c30cf54497058fa9a80dda63..d820927542f8dbaf072a366dadec3c20235d0adc 100644 (file)
--- a/src/inkscape.h
+++ b/src/inkscape.h
Inkscape::Application *inkscape_get_instance();
+SPDesktop * inkscape_find_desktop_by_dkey (unsigned int dkey);
+
#define SP_ACTIVE_EVENTCONTEXT inkscape_active_event_context ()
SPEventContext * inkscape_active_event_context (void);
gchar *profile_path(const char *filename);
/* Inkscape desktop stuff */
+void inkscape_activate_desktop (SPDesktop * desktop);
void inkscape_switch_desktops_next ();
void inkscape_switch_desktops_prev ();
void inkscape_get_all_desktops (std::list< SPDesktop* >& listbuf);