diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 09:45:23 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 09:50:17 +0000 |
| commit | c140c53e787b4fa24534bd4eab6b1cead0ef28ae (patch) | |
| tree | ffcc02426c65478537a17d89e542706333154498 /src/attributes.h | |
| parent | fixes for:update multiple objects, refersh strike on named colors and refersh... (diff) | |
| download | inkscape-c140c53e787b4fa24534bd4eab6b1cead0ef28ae.tar.gz inkscape-c140c53e787b4fa24534bd4eab6b1cead0ef28ae.zip | |
Add popup with CSS properties
Diffstat (limited to 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 512c00499..f49d8d2f9 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -14,6 +14,7 @@ * * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#include <vector> #include <glibmm/value.h> /** @@ -574,6 +575,11 @@ SPAttributeEnum sp_attribute_lookup(gchar const *key); */ gchar const *sp_attribute_name(SPAttributeEnum id); +/** + * Get attribute name css list. + */ +std::vector<Glib::ustring> sp_attribute_name_list(bool cssattr = false, bool attr = false); + #endif |
