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 > Matte border properties

Matte border properties

Description of the matte borders properties.

Syntax

matteBorder = createBorder("matte", top, left, bottom, right, color)

Arguments

top

Real integer value

The width (in pixels) of the top of the border.

left

Real integer value

The width (in pixels) of the left of the border.

bottom

Real integer value

The width (in pixels) of the bottom of the border.

right

Real integer value

The width (in pixels) of the right of the border.

color

String

The name of the color of the border.

matteBorder

The created border.

Description

This function creates a matte 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