awesome/lib/awful/widget
mqus bd5f0dd3fc Fix calendar_popup.lua documentation
There were multiple things which stood out to me, as I was trying to setup a simple calendar popup for my textclock:
1.: The functions in https://awesomewm.org/doc/api/classes/awful.widget.calendar_popup.html#Functions were not named correctly (calendar vs calendar_popup) which (naturally) produced an error when used as awful.widget.calendar.month() .
2.: The example for calendar_popup.month() was obviously missing a line (where does the month_calendar come from?) . Resolved by copying the line from the attach-example
3.: The same examples also only refer to the function as calendar.month() which should be changed to awful.widget.calendar_popup.month()
2017-07-19 17:22:31 +02:00
..
button.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
calendar_popup.lua Fix calendar_popup.lua documentation 2017-07-19 17:22:31 +02:00
clienticon.lua Remove deprecated calls in tests 2017-03-30 23:07:20 -05:00
common.lua Remove @release @AWESOME_VERSION@ everywhere (#1157) 2016-10-09 22:36:20 +02:00
graph.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
init.lua Add missing awful.widget.common require (#1850) 2017-06-15 18:47:48 +02:00
keyboardlayout.lua Fix single layout not appearing in the keyboardlayout widget (#1771) 2017-05-13 23:25:09 +02:00
launcher.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
layoutbox.lua layoutbox: Use a textbox as the fallback when no images are found 2017-06-20 18:22:23 -04:00
only_on_screen.lua gears: Move awful.util.table to gears.table (#1641) 2017-03-08 15:18:33 -05:00
progressbar.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
prompt.lua Move filesystem functions out of awful.util into new gears.filesystem 2017-03-15 13:46:33 -05:00
taglist.lua doc: Fix a taglist copy/paste oversaw 2017-06-11 01:23:36 -04:00
tasklist.lua Move string functions out of awful.util into new gears.string (#1584) 2017-03-11 18:57:32 -05:00
textclock.lua Move awful.util.deprecate and awful.util.deprecate_class to gears.debug 2017-03-15 20:08:22 -05:00
watch.lua awful.widget.watch: return timer too 2017-02-08 14:53:40 +01:00