diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2012-10-11 17:54:14 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2012-10-11 17:54:14 +0000 |
| commit | f304ab600788b02cb02a4413f68f466e35cf1539 (patch) | |
| tree | 0dc39d0d1075471992d1adb4cb75fae7d75ee396 /src/selection-chemistry.h | |
| parent | Fix for 1058402 : Inconsistent opacity indication (diff) | |
| download | inkscape-f304ab600788b02cb02a4413f68f466e35cf1539.tar.gz inkscape-f304ab600788b02cb02a4413f68f466e35cf1539.zip | |
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
(bzr r11782)
Diffstat (limited to 'src/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 3c9c1aea9..5b35ded09 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -11,7 +11,7 @@ * Jon A. Cruz <jon@joncruz.org> * Abhishek Sharma * - * Copyright (C) 1999-2010 authors + * Copyright (C) 1999-2012 authors * Copyright (C) 2001-2002 Ximian, Inc. * * Released under GNU GPL, read the file 'COPYING' for more information @@ -67,6 +67,9 @@ void sp_selection_clone_original_path_lpe(SPDesktop *desktop); void sp_selection_to_marker(SPDesktop *desktop, bool apply = true); void sp_selection_to_guides(SPDesktop *desktop); +void sp_selection_symbol(SPDesktop *desktop, bool apply = true); +void sp_selection_unsymbol(SPDesktop *desktop); + void sp_selection_tile(SPDesktop *desktop, bool apply = true); void sp_selection_untile(SPDesktop *desktop); |
