1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
rofi/include/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.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
container.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
icon.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
listview.h Cleanups based on cppcheck. 2021-12-01 13:14:36 +01:00
scrollbar.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
textbox.h #1437 - Fix sizing logic for widgets and textboxes. (#1444) 2021-09-07 19:40:07 +02:00
widget-internal.h Add support for setting tabs stops on textboxes (#1571) 2022-01-24 22:20:41 +01:00
widget.h Cleanups based on cppcheck. 2021-12-01 13:14:36 +01:00