awesome/lib/wibox/widget
Uli Schlachter cdd8d2ed5f Textbox: Add API for queriying preferred size (#466)
This adds :get_preferred_size() and :get_preferred_size_at_dpi() which return
the size (=width, height) that the textbox would need if unlimited space is
available.

This also adds :get_height_for_width() and :get_height_for_width_at_dpi() which
return the height that the textbox would need if the given width is available.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-10-17 19:13:26 +02:00
..
background.lua Explicitly track dependencies between widgets 2015-09-17 18:17:05 +02:00
base.lua doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
imagebox.lua doc: fix unintentional rendering as code due to indent 2015-10-14 00:22:26 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
systray.lua systray: Make sure the widget is only placed in a wibox 2015-10-10 20:30:08 +02:00
textbox.lua Textbox: Add API for queriying preferred size (#466) 2015-10-17 19:13:26 +02:00