diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-11 20:12:00 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-31 14:50:39 +0000 |
| commit | f7414de1bfeb11007f6cb02ce730c38b660bcc73 (patch) | |
| tree | 2258e60484b5a8cde5095d149b6d152b17085426 /src/extension/CMakeLists.txt | |
| parent | Add base_directory for extensions loaded from a file. (diff) | |
| download | inkscape-f7414de1bfeb11007f6cb02ce730c38b660bcc73.tar.gz inkscape-f7414de1bfeb11007f6cb02ce730c38b660bcc73.zip | |
Add new widget "image" which allows to display an image file
* The node's content is the file path.
Absolute paths should work, the preferred way is to specify a
relative path, though, which will be interpreted relatively to the
.inx file's location
* The attributes "width/height" allows to override the native size
of the image.
Diffstat (limited to 'src/extension/CMakeLists.txt')
| -rw-r--r-- | src/extension/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt index 032b9cd4c..be8ee38f1 100644 --- a/src/extension/CMakeLists.txt +++ b/src/extension/CMakeLists.txt @@ -63,6 +63,7 @@ set(extension_SRC prefdialog/parameter-string.cpp prefdialog/widget.cpp prefdialog/widget-box.cpp + prefdialog/widget-image.cpp prefdialog/widget-label.cpp prefdialog/widget-separator.cpp prefdialog/widget-spacer.cpp @@ -141,6 +142,7 @@ set(extension_SRC prefdialog/parameter-string.h prefdialog/widget.h prefdialog/widget-box.h + prefdialog/widget-image.h prefdialog/widget-label.h prefdialog/widget-separator.h prefdialog/widget-spacer.h |
