Difference between revisions of "UI Buttons"
From GiderosMobile
Line 15: | Line 15: | ||
* '''H''' = button Hover | * '''H''' = button Hover | ||
− | === Simple | + | === Button: Simple === |
Please follow this link: '''[[simple_button_class]]''' | Please follow this link: '''[[simple_button_class]]''' | ||
− | === Simple | + | === Button: Simple with Up, Down and Disabled state (UDD) === |
Please follow this link: '''[[simple_buttonudd_class]]''' | Please follow this link: '''[[simple_buttonudd_class]]''' | ||
− | === Text | + | === Button: Text === |
Please follow this link: '''[[button_text_class]]''' | Please follow this link: '''[[button_text_class]]''' | ||
− | === Button Hover Image Text === | + | === Button: Toggle === |
+ | Please follow this link: '''[[ButtonToggle_class]]''' | ||
+ | |||
+ | === Button: Hover Image Text === | ||
Please follow this link: '''[[button_hover_image_text_class]]''' | Please follow this link: '''[[button_hover_image_text_class]]''' | ||
− | === Button Image Text HUDD === | + | === Button: Image Text HUDD === |
Please follow this link: '''[[button_image_text_HUDD_class]]''' | Please follow this link: '''[[button_image_text_HUDD_class]]''' | ||
− | === Button Pixel Image Text Tooltip Up Down Disabled Hover (PITTUDDH) === | + | === Button: Pixel Image Text Tooltip Up Down Disabled Hover (PITTUDDH) === |
Please follow this link: '''[[ButtonPITTUDDH_class]]''' | Please follow this link: '''[[ButtonPITTUDDH_class]]''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |
Revision as of 04:06, 20 November 2023
Here you will find various resources to help you create buttons in Gideros Studio.
note: you may have to provide your own assets (fonts, gfx, …).
note2:
- P = button with a Pixel
- I = button with an Image
- T = button with a Text
- T = button with a tooltip
- U = button Up state
- D = button Down state
- D = button Disabled state
- H = button Hover
Button: Simple
Please follow this link: simple_button_class
Button: Simple with Up, Down and Disabled state (UDD)
Please follow this link: simple_buttonudd_class
Button: Text
Please follow this link: button_text_class
Button: Toggle
Please follow this link: ButtonToggle_class
Button: Hover Image Text
Please follow this link: button_hover_image_text_class
Button: Image Text HUDD
Please follow this link: button_image_text_HUDD_class
Button: Pixel Image Text Tooltip Up Down Disabled Hover (PITTUDDH)
Please follow this link: ButtonPITTUDDH_class