summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget-box.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-01Add appearance="multiline" to parameters of type stringPatrick Storz1-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).
2019-08-31Add new widget "spacer" which adds an empty space between widgetsPatrick Storz1-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.
2019-08-31Add new widgets "hbox" and "vbox" for layouting purposesPatrick Storz1-0/+108