Titan Property ====== Windows.windowId.ButtonSize ====== ^ API | ./. | ^ description | size of the buttons in the window | ^ [[:macros:namespace]] | [[macros:namespace:windows.windowid]] | ^ type | [[:macros:type:enum]] | ^ values | "Tiny, "Small", "Normal", "Large", "Huge", "Global", "Fixed" | ^ | (fixed: not applicable to all windows. Set fixed number of button rows/columns with [[macros:property:windows.windowid.fixedrows]]/[[macros:property:windows.windowid.fixedcolumns]]) | Strictly this is an element of the respective window. windowId refers to the workspace window as explained in [[macros:identifier:windows]]. This means there are properties like ''Windows.Playbacks.ButtonSize'', ''Windows.Colours.ButtonSize'' and more == example == ActionScript.SetProperty.Enum("Windows.Playbacks.ButtonSize", "Fixed") ActionScript.SetProperty.Integer("Windows.Playbacks.FixedColumns", 12) ActionScript.SetProperty.Integer("Windows.Playbacks.FixedRows", 12) This sets the playbacks window to show a fixed number of button rows/columns, which are then defined as 12/12. == used in == {{backlinks>.}}