Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> GUI > Borders > Titled border properties

Titled border properties

Description of the titled borders properties.

Syntax

titledBorder = createBorder("titled", title)
titledBorder = createBorder("titled", border)
titledBorder = createBorder("titled", border, title)
titledBorder = createBorder("titled", border, title, justification, position)
titledBorder = createBorder("titled", border, title, justification, position, font)
titledBorder = createBorder("titled", border, title, justification, position, font, color)

Arguments

title

String

The title of the border.

If the border argument is not given, then a default border (based on current look and feel) will be created.

border

Border object

A border created by createBorder.

justification

"left" | "center" | "right" | {"leading"} | "trailing"

The justification of the title.

position

"above_top" | {"top"} | "below_top" | "above_bottom" | "bottom" | "below_bottom"

The vertical position of the title related to the border.

font

Font object

A border font created by createBorderFont.

color

String

The color of the title.

titledBorder

The created border.

Description

This function creates a titled border for frame uicontrols. See uicontrol properties for more details.

See Also

History

VersionDescription
5.5.0 Function createBorder introduced.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016