class TipBoard(ui.Bar): // İÇİNDE ARAT self.__CreateTextBar() # ÜSTÜNE EKLE self.__LoadBackgroundImage() class TipBoard(ui.Bar): // İÇİNDE ARAT def __CreateTextBar(self): #üstüne EKLE def __LoadBackgroundImage(self): self.imgBg = ui.ImageBox( ) self.imgBg.SetParent( self ) self.imgBg.SetPosition( 0, 0 ) self.imgBg.LoadImage("d:/ymir work/ui/game/noticebar/msgbox.tga") self.imgBg.Show( )