INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES
indexing
title:
"GDI gallery"
project:
"Visual Eiffel"
revision:
"$Revision: 1.1 $"
copyright:
"Copyright (C) 1996-2005 Object Tools Group"
license:
"http://visual-eiffel.com/license"
cluster:
grape
class
GDI_GALLERY
creation
make
feature
make
-- This constructor is used only for ability to adapt
-- this class to another platform.
black_pen
:
PEN
white_pen
:
PEN
red_pen
:
PEN
green_pen
:
PEN
blue_pen
:
PEN
yelloy_pen
:
PEN
magenta_pen
:
PEN
cyan_pen
:
PEN
gray_pen
:
PEN
darkred_pen
:
PEN
darkgreen_pen
:
PEN
darkblue_pen
:
PEN
darkcyan_pen
:
PEN
lightbrown_pen
:
PEN
lightgray_pen
:
PEN
gray_brush
:
BRUSH
white_brush
:
BRUSH
color
(
i
:
INTEGER
):
COLOR
brush_count
:
INTEGER
brush
(
i
:
INTEGER
):
BRUSH
require
valid_index
:
i
> 0
feature
--
color_count
:
INTEGER
brush_style_count
:
INTEGER
end
-- class
GDI_GALLERY
INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES