0 Üye ve 1 Ziyaretçi konuyu incelemekte.
elseif wndClass == 'img' then elem = guiCreateStaticImage(relX, relY, relWidth, relHeight, wnd.src or '', true, parentWnd.element) elseif wndClass == 'btn' then elem = butonOlustur(relX, relY, relWidth, relHeight, wnd.text or wnd.id or 'Boş',wnd.r or butonRenkR,wnd.g or butonRenkG,wnd.b or butonRenkB,parentWnd.element) guiSetFont( elem, Fonte ) else elem = _G['guiCreate' .. classInfo[wndClass].className](relX, relY, relWidth, relHeight, wnd.text or wnd.id or '', true, parentWnd.element) Fonte = guiCreateFont("font.otf", 9) -- guiSetFont( elem, Fonte ) if wnd.align and wndClass == 'lbl' then guiLabelSetHorizontalAlign(elem, wnd.align, true) end end