comparison verbage.lua @ 122:fb4bda3ad05c

Various trivial cleanups.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 17 Aug 2012 01:04:38 -0400
parents dbdab3780757
children a9cf9b2fbf9b
comparison
equal deleted inserted replaced
121:4dd67f8116f4 122:fb4bda3ad05c
625 -- Some way of just reusing the same Label widget when clicking 625 -- Some way of just reusing the same Label widget when clicking
626 -- different topics? 626 -- different topics?
627 treeg:ReleaseChildren() 627 treeg:ReleaseChildren()
628 local txt = AceGUI:Create("Label") 628 local txt = AceGUI:Create("Label")
629 txt:SetFullWidth(true) 629 txt:SetFullWidth(true)
630 txt:SetFontObject(GameFontNormal)--Highlight) 630 txt:SetFontObject(GameFontNormal)
631 txt:SetText(helptext[category]) 631 txt:SetText(helptext[category])
632 local sf = AceGUI:Create("ScrollFrame") 632 local sf = AceGUI:Create("ScrollFrame")
633 sf:SetStatusTable(status_for_scroll) 633 sf:SetStatusTable(status_for_scroll)
634 sf:SetLayout("Fill") 634 sf:SetLayout("Fill")
635 -- This forces the scrolling area to be bigger than the visible area; else 635 -- This forces the scrolling area to be bigger than the visible area; else