doc: Move all popups to a section.
This commit is contained in:
parent
9d0c2200b2
commit
f1dceb02f6
|
@ -94,6 +94,7 @@ new_type("widgetmod" , "Widgets" , true)
|
|||
new_type("containermod", "Widget containers", true)
|
||||
new_type("layoutmod" , "Widget layouts" , true)
|
||||
new_type("coreclassmod", "Core components" , true)
|
||||
new_type("popupmod" , "Popups and bars" , true)
|
||||
|
||||
file = {
|
||||
-- C parts of libraries
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
-- @author Yauheni Kirylau <yawghen@gmail.com>
|
||||
-- @copyright 2014-2015 Yauheni Kirylau
|
||||
-- @module awful.hotkeys_popup.widget
|
||||
-- @popupmod awful.hotkeys_popup.widget
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local capi = {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
--
|
||||
-- @author Emmanuel Lepage Vallee
|
||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||
-- @classmod awful.popup
|
||||
-- @popupmod awful.popup
|
||||
---------------------------------------------------------------------------
|
||||
local wibox = require( "wibox" )
|
||||
local util = require( "awful.util" )
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
--
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2012 Uli Schlachter
|
||||
-- @classmod awful.titlebar
|
||||
-- @popupmod awful.titlebar
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local error = error
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
--
|
||||
-- @author Sébastien Gross <seb•ɱɩɲʋʃ•awesome•ɑƬ•chezwam•ɖɵʈ•org>
|
||||
-- @copyright 2009 Sébastien Gross
|
||||
-- @classmod awful.tooltip
|
||||
-- @popupmod awful.tooltip
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
local timer = require("gears.timer")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--
|
||||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||
-- @classmod awful.wibar
|
||||
-- @popupmod awful.wibar
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
-- Grab environment we need
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
--
|
||||
-- @author getzze
|
||||
-- @copyright 2017 getzze
|
||||
-- @classmod awful.widget.calendar_popup
|
||||
-- @popupmod awful.widget.calendar_popup
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||
-- @copyright 2008 koniu
|
||||
-- @copyright 2017 Emmanuel Lepage Vallee
|
||||
-- @classmod naughty.layout.legacy
|
||||
-- @popupmod naughty.layout.legacy
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
local capi = { screen = screen, awesome = awesome }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @coreclassmod wibox
|
||||
-- @popupmod wibox
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local capi = {
|
||||
|
|
Loading…
Reference in New Issue