Quantcast

Set MainPanel to be clamped to the screen.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-28 17:19:19
Author local date 2009-11-28 17:19:19 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-28 17:19:19
Committer local date 2009-11-28 17:19:19 +0000
Commit 2d0b369acbb193fcb10b285c5f9192126231f1a8
Tree 6eb60d6950298d0ee40379ed6c5c21561b52050c
Parent 885be31b91405a688a9b3c576bff440b4aa90615
Set MainPanel to be clamped to the screen.
Lowercased all of the MainPanel.filter_menu members (general, obtain, etc)
Moved Generic_MakeCheckButton() to just after the creation of MainPanel.filter_menu
Moved creation of MainPanel.filter_menu.general and its check-buttons to the main file body from addon:InitializeFrame()
All of the CheckButtons for the General filter menu have been moved out of the global namespace and into MainPanel.filter_menu.general - they also no longer inherit from UICheckButtonTemplate.
In Generic_MakecheckButton(): Create a FontString and Normal/Pushed/Highlight/Disabled/Checked textures for the CheckButton, since it will no longer inherit from UICheckButtonTemplate.
Updated references to the General filter checkbuttons in FilterValueMap.
Re-wrote the OnClick script for MainPanel.filter_menu.general.class_toggle for clarity/efficiency.