class FILL_RECTANGLE

Features exported to ANY

Direct parents

conformant parents

RECTANGLE

Summary

creation features

exported features

Details

make (min_w: INTEGER, min_h: INTEGER, std_w: INTEGER, std_h: INTEGER)
min_width: INTEGER
min_height: INTEGER
std_width: INTEGER
std_height: INTEGER
width: INTEGER
height: INTEGER
style: DRAW_STYLE
set_style (s: DRAW_STYLE)

Change the style used to draw the rectangle. NOTE: The screen is not updated. --TODO: change this ?

require

  • s /= Void

reset_default_style

The renderer will be used to draw the line. NOTE: The screen is not updated. --TODO: change this ?

parent: CONTAINER
pos_x: INTEGER
pos_y: INTEGER
x_shrink_allowed: BOOLEAN
x_expand_allowed: BOOLEAN
y_shrink_allowed: BOOLEAN
y_expand_allowed: BOOLEAN
valid_width (w: INTEGER): BOOLEAN
valid_height (h: INTEGER): BOOLEAN
area: RECT
root_area: RECT
set_x_shrink (b: BOOLEAN)
set_x_expand (b: BOOLEAN)
set_y_shrink (b: BOOLEAN)
set_y_expand (b: BOOLEAN)
set_shrink (b: BOOLEAN)

change both x and y shrink state

set_expand (b: BOOLEAN)

change both x and y expand state

state: INTEGER

use values from STATE_CONSTANTS

frozen is_state_normal: BOOLEAN
frozen is_state_active: BOOLEAN
frozen is_state_prelight: BOOLEAN
frozen is_state_selected: BOOLEAN
frozen is_state_insensitive: BOOLEAN

Class invariant