- width >= 1
- height >= 1
- std_width > 0
- std_height > 0
require
- text /= Void
- menu /= Void
set_background_color (c:
COLOR)
effective procedure
set_background_pixmap (p:
PIXMAP)
effective procedure
require
- x >= pos_x
- x < pos_x + width
require
- y >= pos_y
- y < pos_y + height
require
- l /= Void
- l.container = Void
ensure
require
- w > 0
- h > 0
- area.include(x, y)
- area.include(x + w - 1, y + h - 1)
child_requisition_changed
effective procedure
frozen
effective function
frozen
effective function
frozen
effective function
frozen
effective function
frozen
effective function
ensure
-
good_hash_value: Result >= 0
is_equal (other: MENU_BAR):
BOOLEAN
deferred function
require
ensure
- Result implies hash_code = other.hash_code
-
commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)