Added more styles

This commit is contained in:
Cooldude2606
2019-09-24 18:43:19 +01:00
parent ad4b870b59
commit 2cd9c80804

View File

@@ -10,6 +10,7 @@ local right_align =
Gui.new_concept('alignment')
--[[-- A frame that acts as a header to a section of content
@see frame
@element header
@tparam string tooltip the tooltip to show on the title
@usage-- Concept Structure
@@ -17,6 +18,8 @@ Gui.new_concept('alignment')
--> [header] - the header frame
-->> header_caption - the lable with the title in it
-->> header_content - the area to contain butons
Gui.new_concept('header')
:set_title('Example Header')
]]
Gui.new_concept('frame')