awesome/lib/wibox/widget
Emmanuel Lepage Vallee d7f6410e09 textbox: Add 3 properties.
The textbox API reflects the Pango layout API circa 2011, time to
bring this to 2022. This adds:

 * indent
 * justify
 * line_spacing_factor

It doesn't add `spacing` because it doesn't seem to do anything.
It also doesn't add the `is_*` methods to know if the text wraps
or ellipsize. We could, but nobody asked for them. The line spacing
is a feature request from Posix on Discord.
2022-09-06 16:09:26 -07:00
..
background.lua doc: Add documentation linting and fix all issues it found. 2022-08-29 22:48:54 -07:00
base.lua doc: Do not document the 16bit max widget size. 2022-08-29 22:54:09 -07:00
calendar.lua wibox.widget.calendar: Update the property documentation. 2022-08-29 22:49:47 -07:00
checkbox.lua wibox.widget.checkbox: Update the property documentation. 2022-08-29 22:49:47 -07:00
graph.lua wibox.widget.graph: Update the property documentation. 2022-08-29 22:49:47 -07:00
imagebox.lua wibox.widget.imagebox: Update the property documentation. 2022-08-29 22:49:47 -07:00
init.lua doc: Add a mandatory `@noreturn` for functions and methods. 2022-08-29 22:49:45 -07:00
piechart.lua wibox.widget.piechart: Update the property documentation. 2022-08-29 22:49:47 -07:00
progressbar.lua wibox.widget.progressbar: Update the property documentation. 2022-08-29 22:49:47 -07:00
separator.lua wibox.widget.separator: Update the property documentation. 2022-08-29 22:49:47 -07:00
slider.lua wibox.widget.slider: Update the property documentation. 2022-08-29 22:49:47 -07:00
systray.lua wibox.widget.systray: Update the property documentation. 2022-08-29 22:49:47 -07:00
textbox.lua textbox: Add 3 properties. 2022-09-06 16:09:26 -07:00
textclock.lua wibox.widget.textclock: Update the property documentation. 2022-08-29 22:49:47 -07:00