Hello everyone,
How to add and use a new icon in Inkscape in C/C++ according to {$prefix}/share/inkscape/icons/icons.svg ?
Maybe someone has already written an article on this issue.
In advance thank you
Hi Maggio, see this http://wiki.inkscape.org/wiki/index.php/Icons and in the sourcecode, for example in widgets/pencil-toolbar.cpp
Regards, Jabier.
El mié, 30-10-2013 a las 00:52 +0100, Maggio Mago escribió:
Hello everyone,
How to add and use a new icon in Inkscape in C/C++ according to {$prefix}/share/inkscape/icons/icons.svg ?
Maybe someone has already written an article on this issue.
In advance thank you
Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clk... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Em Qua, 2013-10-30 às 00:52 +0100, Maggio Mago escreveu:
How to add and use a new icon in Inkscape in C/C++ according to {$prefix}/share/inkscape/icons/icons.svg ?
About the icons.svg, make sure you respect these rules: http://wiki.inkscape.org/wiki/index.php/HowToEditIcons
About use them in the interface, if you are willing to write a new menu item, see how add a new verbhttp://wiki.inkscape.org/wiki/index.php/AddingInterfaceVerbs. They use the INKSCAPE_ICON macro.
participants (3)
-
Jabiertxo Arraiza Cenoz
-
Maggio Mago
-
Vinícius dos Santos Oliveira