From c140c53e787b4fa24534bd4eab6b1cead0ef28ae Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sun, 2 Jun 2019 11:45:23 +0200 Subject: Add popup with CSS properties --- src/attributes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/attributes.h') 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 #include /** @@ -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 sp_attribute_name_list(bool cssattr = false, bool attr = false); + #endif -- cgit v1.2.3