mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
6e3feee179
* Document new array of values type * Move WIDGET_PADDING_INIT from widget.c to widget-internal.h * Refactor WIDGET_PADDING_INIT macro * Add support for setting tab stops on textbox This allows to emulate a multi-column layout inside the text boxes. The implementation is kinda hackish due to the limitations of the theme parser. The only property type that can contain multiple distance values is Padding, so I used that. * Use new array syntax for tab-stops |
||
---|---|---|
.. | ||
box.c | ||
container.c | ||
icon.c | ||
listview.c | ||
scrollbar.c | ||
textbox.c | ||
widget.c |