mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added more styles
This commit is contained in:
@@ -10,6 +10,7 @@ local right_align =
|
|||||||
Gui.new_concept('alignment')
|
Gui.new_concept('alignment')
|
||||||
|
|
||||||
--[[-- A frame that acts as a header to a section of content
|
--[[-- A frame that acts as a header to a section of content
|
||||||
|
@see frame
|
||||||
@element header
|
@element header
|
||||||
@tparam string tooltip the tooltip to show on the title
|
@tparam string tooltip the tooltip to show on the title
|
||||||
@usage-- Concept Structure
|
@usage-- Concept Structure
|
||||||
@@ -17,6 +18,8 @@ Gui.new_concept('alignment')
|
|||||||
--> [header] - the header frame
|
--> [header] - the header frame
|
||||||
-->> header_caption - the lable with the title in it
|
-->> header_caption - the lable with the title in it
|
||||||
-->> header_content - the area to contain butons
|
-->> header_content - the area to contain butons
|
||||||
|
Gui.new_concept('header')
|
||||||
|
:set_title('Example Header')
|
||||||
]]
|
]]
|
||||||
|
|
||||||
Gui.new_concept('frame')
|
Gui.new_concept('frame')
|
||||||
|
|||||||
Reference in New Issue
Block a user