Updated docs

This commit is contained in:
Cooldude2606
2019-09-24 19:28:22 +01:00
parent 3609d07504
commit 2f1e22edd2
107 changed files with 3585 additions and 127 deletions

View File

@@ -2,15 +2,15 @@
@module ExpStyle
]]
local Gui = require 'expcore.gui' --- @dep expcore.gui
local Gui = require 'expcore.gui' -- @dep expcore.gui
Gui.require_concept 'frame' --- @dep gui.concept.table
Gui.require_concept 'frame' -- @dep gui.concept.table
local right_align =
Gui.new_concept('alignment')
--[[-- A frame that acts as a header to a section of content
@see frame
@see Gui.frame
@element header
@tparam string tooltip the tooltip to show on the title
@usage-- Concept Structure