summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget-box.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-011-1/+2
| | | | | | | | | Renders a Gtk::TextView that automatically fills the available space in the extension's preferences dialog and can be used to accept longer multi-line strings. Newlines in the string value will be passed as "\\n" to the extension script (i.e. literal '\n' with the backspace escaped).
* Add new widget "spacer" which adds an empty space between widgetsPatrick Storz2019-08-311-0/+6
| | | | | | | The attribute "size" allows to define the spacing in px. The special value "expand" can be used to make the spacer consume all available space in the parent.
* Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz2019-08-311-0/+108