DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦ffa44ca79⟧ TextFile

    Length: 647 (0x287)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

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;