WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-OptionsPanel
    from Rev 52 to Rev 58
    Reverse comparison

Rev 52 → Rev 58

PhanxConfig-OptionsPanel.lua
48,7 → 48,7
end
 
function lib.CreateOptionsPanel( name, parent, construct, refresh )
if type( name ) ~= "string" then return end
assert( type( name ) == "string", "PhanxConfig-OptionsPanel: Name is not a string!" )
if type( parent ) ~= "string" then parent = nil end
if type( construct ) ~= "function" then construct = nil end
if type( refresh ) ~= "function" then refresh = nil end