Quantcast

Moved SetTooltipScripts() and GenericCreateButton() toward the top of the file, just under the frame cache code.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-27 02:03:02
Author local date 2009-11-27 02:03:02 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-27 02:03:02
Committer local date 2009-11-27 02:03:02 +0000
Commit 781bc6c448283893ba16868d736139b21182a269
Tree 9f3fcb78e130b7d1b35e8ea50099ea509fd438d3
Parent 3b8ddd4a00cd6d0431aa6ba606f5667920eee94f
Moved SetTooltipScripts() and GenericCreateButton() toward the top of the file, just under the frame cache code.
In GenericCreateButton(): Removed the setting of global frame names and removed anchoring parameters - everywhere this function was called now also has a :SetPoint() call for the returned button.
Removed several button:SetText() calls, since the call to GenericCreateButton() directly above them took care of this.
Renamed CreateExpandedPanelcheckButton() to CreateFilterMenuButton().
ARL_FilterButton is now MainPanel.filter_toggle and is created in the main file body instead of addon:InitializeFrame().