diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-01-03 20:11:22 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-01-03 20:11:22 +0000 |
| commit | bf44672bbf004a4c0501e3c524dcee3c88d79bce (patch) | |
| tree | 18160695a0bdfacc82e055a9a0db63771d075183 /src/dialogs/item-properties.h | |
| parent | Janitorial tasks: get rid of deprecated repr wrapper functions (diff) | |
| download | inkscape-bf44672bbf004a4c0501e3c524dcee3c88d79bce.tar.gz inkscape-bf44672bbf004a4c0501e3c524dcee3c88d79bce.zip | |
documentation of item properties dialog and SPAttributeTable
header stuff
(bzr r10831)
Diffstat (limited to 'src/dialogs/item-properties.h')
| -rw-r--r-- | src/dialogs/item-properties.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/dialogs/item-properties.h b/src/dialogs/item-properties.h index 1be25f46f..1c978bd29 100644 --- a/src/dialogs/item-properties.h +++ b/src/dialogs/item-properties.h @@ -15,14 +15,21 @@ #include <gtk/gtk.h> #include <gtkmm.h> +#include <glibmm/i18n.h> #include "dialog-events.h" -#include "../widgets/sp-attribute-widget.h" -GtkWidget *sp_item_widget_new(void); +#include "../widgets/sp-attribute-widget.h" void sp_item_dialog(void); class SPItemDialog : public Gtk::Widget { +/** + * \class SPItemDialog + * \brief A dialog widget to show object properties. + * + * A widget to enter an ID, label, title and description for an object. + * In addition it allows to edit the properties of an object. + */ public: SPItemDialog (); ~SPItemDialog (); |
