titleWidth | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | labelwidth | ||||||
Associations | button | ||||||
Summary | Specifies the amount of a button's width used to display the button's name or label property to the left of the button. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: integer, button Property: label, menuMode, name, width Object: button Glossary: property, non-negative, popup menu | ||||||
Description | Use the titleWidth property to create popup menus with a title. The titleWidth is taken from the total width of the button. This means that setting a titleWidth makes the button narrower, and you may have to increase the width property to accommodate both title and button. | ||||||
Tags | ui |