summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 741870e)
raw | patch | inline | side by side (parent: 741870e)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 27 Jun 2007 06:27:59 +0000 (06:27 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 27 Jun 2007 06:27:59 +0000 (06:27 +0000) |
Adding some functions for future expansion.
src/extension/prefdialog.cpp | patch | blob | history | |
src/extension/prefdialog.h | patch | blob | history |
index db9d6b7d7345ce5322a93a3ebf4939419223cbb4..7c3b766391735df675158ced38c8ee370cade300 100644 (file)
return resp;
}
+void
+PrefDialog::setPreviewState (Glib::ustring state) {
+
+}
+
+void
+PrefDialog::setPinned (bool in_pin) {
+ set_modal(!in_pin);
+}
+
}; }; /* namespace Inkscape, Extension */
/*
index 8092a83d9c1715409755f9ef50a95ece789184b9..4b7aa67b57294c9e72765031b19c757c2a8071a6 100644 (file)
PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * controls);
int run (void);
+ void setPreviewState (Glib::ustring state);
+ void setPinned (bool in_pin);
};