rofi/source/widgets
Jakub Jirutka 6e3feee179
Add support for setting tabs stops on textboxes (#1571)
* 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
2022-01-24 22:20:41 +01:00
..
box.c #1437 - Fix sizing logic for widgets and textboxes. (#1444) 2021-09-07 19:40:07 +02:00
container.c #1437 - Fix sizing logic for widgets and textboxes. (#1444) 2021-09-07 19:40:07 +02:00
icon.c #1437 - Fix sizing logic for widgets and textboxes. (#1444) 2021-09-07 19:40:07 +02:00
listview.c Cleanups based on cppcheck. 2021-12-01 13:14:36 +01:00
scrollbar.c #1437 - Fix sizing logic for widgets and textboxes. (#1444) 2021-09-07 19:40:07 +02:00
textbox.c Add support for setting tabs stops on textboxes (#1571) 2022-01-24 22:20:41 +01:00
widget.c Add support for setting tabs stops on textboxes (#1571) 2022-01-24 22:20:41 +01:00