doc: Add a section for theme related libraries
This commit is contained in:
parent
ded35502d5
commit
cdeafeff94
|
@ -96,6 +96,7 @@ new_type("layoutmod" , "Widget layouts" , true)
|
|||
new_type("coreclassmod", "Core components" , true)
|
||||
new_type("popupmod" , "Popups and bars" , true)
|
||||
new_type("utillib" , "Utility libraries", true)
|
||||
new_type("themelib" , "Theme related libraries", true)
|
||||
|
||||
file = {
|
||||
-- C parts of libraries
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--
|
||||
-- @author Yauheni Kirylau <yawghen@gmail.com>
|
||||
-- @copyright 2016-2017 Yauheni Kirylau
|
||||
-- @module beautiful.gtk
|
||||
-- @themelib beautiful.gtk
|
||||
---------------------------------------------------------------------------
|
||||
local get_dpi = require("beautiful.xresources").get_dpi
|
||||
local gears_debug = require("gears.debug")
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
-- @author Damien Leone <damien.leone@gmail.com>
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
-- @copyright 2008-2009 Damien Leone, Julien Danjou
|
||||
-- @module beautiful
|
||||
-- @themelib beautiful
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
-- Grab environment
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
--
|
||||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @module gears.color
|
||||
-- @themelib gears.color
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
--
|
||||
-- @author Emmanuel Lepage Vallee
|
||||
-- @copyright 2011-2016 Emmanuel Lepage Vallee
|
||||
-- @module gears.shape
|
||||
-- @themelib gears.shape
|
||||
---------------------------------------------------------------------------
|
||||
local g_matrix = require( "gears.matrix" )
|
||||
local unpack = unpack or table.unpack -- luacheck: globals unpack (compatibility with Lua 5.1)
|
||||
|
|
Loading…
Reference in New Issue