|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 1136 (0x470)
Types: TextFile
Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
-- Messages Unaires :
-- Petite_Taille
-- Moyenne_Taille
-- Grande_Taille
-- Ta_Fenetre
-- Rentre_Chez_Toi
-- Ton_X
-- Ton_Y
-- Ta_Taille
-- Duplique_Toi
-- En_Texte
-- Messages a Selecteurs :
-- Ta_Fenetre:
-- Va_En_X: Y:
-- Ecrit:
with Easy_Y;
with Message;
with Object;
package Class_Pen is
function Send (This_Message : Message.Unary; To : Object.Reference)
return Object.Reference;
function Send (This_Message : Message.Binary; To : Object.Reference)
return Object.Reference;
function Send (This_Message : Message.Keyword; To : Object.Reference)
return Object.Reference;
function Create (From : Object.Reference) return Object.Reference;
procedure Create;
procedure Put (An_Object : Object.Reference);
private
type Pen is
record
X : Object.Index := 0;
Y : Object.Index := 0;
Taille : Easy_Y.Fonts := Easy_Y.Small_Font;
Fenetre : Object.Index := 1;
end record;
Table : array (Object.Index range 1 .. Object.Max_Pen) of Pen;
Last : Object.Index := 0;
end Class_Pen;