Code

switch from invokeBbox to getBounds (need to fix problems with empty
[inkscape.git] / src / extension / prefdialog.h
index 4324bedfdaffd677f1ca71e74383dc583ff208b1..8092a83d9c1715409755f9ef50a95ece789184b9 100644 (file)
@@ -20,6 +20,7 @@
 namespace Inkscape {
 namespace Extension {
 
+/** \brief  A class to represent the preferences for an extension */
 class PrefDialog : public Gtk::Dialog {
     /** \brief  Help string if it exists */
     gchar const * _help;
@@ -28,6 +29,8 @@ class PrefDialog : public Gtk::Dialog {
 
 public:
     PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * controls);
+    int run (void);
+
 };