WoWInterface SVN PocketPlot

[/] [trunk/] [PocketPlot/] [libs/] [AceGUI-3.0/] [widgets/] [AceGUIContainer-Window.lua] - Diff between revs 84 and 86

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 84 Rev 86
Line 19... Line 19...
                OnClose
                OnClose
 
 
]]
]]
do
do
        local Type = "Window"
        local Type = "Window"
        local Version = 5
        local Version = 6
 
 
        local function frameOnShow(this)
        local function frameOnShow(this)
                this.obj:Fire("OnShow")
                this.obj:Fire("OnShow")
        end
        end
 
 
        local function frameOnClose(this)
        local function frameOnClose(this)
                this.obj:Fire("OnClose")
                this.obj:Fire("OnClose")
        end
        end
 
 
        local function closeOnClick(this)
        local function closeOnClick(this)
                PlaySound("gsTitleOptionExit")
                PlaySound(PlaySoundKitID and "gsTitleOptionExit" or 799) -- SOUNDKIT.GS_TITLE_OPTION_EXIT
                this.obj:Hide()
                this.obj:Hide()
        end
        end
 
 
        local function frameOnMouseDown(this)
        local function frameOnMouseDown(this)
                AceGUI:ClearFocus()
                AceGUI:ClearFocus()