Jump to content

ToolTipText Color


Go to solution Solved by Koray,

Recommended Posts

  • Former Staff

How can I put color in here

 

		self.Teleporter = ui.Button()
		self.Teleporter.SetParent(self.menu_bg) 
		self.Teleporter.SetPosition(9, 135)
		self.Teleporter.SetToolTipText("Warp Ring", -38, 6)
		self.Teleporter.SetUpVisual("zeta/9.tga")
		self.Teleporter.SetOverVisual("zeta/10.tga")
		self.Teleporter.SetDownVisual("zeta/9.tga")
		self.Teleporter.SetEvent(self.__activare_teleporter)
		self.Teleporter.Show()
Thanks.
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.