LavishGUI:frame (Element Type)

From Lavish Software Wiki
Revision as of 23:22, 20 September 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

Introduction

What is a Frame?

A frame is a box to contain other elements.

Using Frames

Frames are descendants of the base element type. Any attributes of the base element type may be applied in addition to the frame-specific properties described below.

Frame-Specific Properties

BackgroundColor

Background color

Border

Size of border around the element. This border is included in the size of the element

BorderColor

Border color

Texture

Texture, if any

Examples

Example code

  <frame name='TestFrame'>
      <X>30%</X>
      <Y>30%</Y>
      <Height>250</Height>
      <Width>200</Width>
  </frame>

See Also