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 - downloadIndex: ┃ T V ┃
Length: 647 (0x287) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
with Easy_Y; with Message; with Object; package Requester_Old is function Choice (X, Y : Object.Index; Screen : String; The_Message : Message.Unary; Str : Object.Tiny_String) return Object.Index; procedure Close; private procedure Rectangle (X, Y : Object.Index; Title : Object.Tiny_String); procedure Push (X, Y : Object.Index; Title : Object.Tiny_String); function In_Area (X, Y : Object.Index; Title : Object.Tiny_String) return Boolean; Number_Button : Object.Index := 0; Window_Requester : Easy_Y.Window_Type; end Requester_Old;