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

⟦f25e02af8⟧ TextFile

    Length: 735 (0x2df)
    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 is
    function Choice (The_Message : Message.Unary) return Object.Index;
    procedure Open (X, Y : Object.Index;
                    Screen : String;
                    The_Message : Message.Unary;
                    Str : Object.Tiny_String);
    procedure Close;
private
    procedure Clear;
    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;
    Dx : Object.Index := 0;
    Number_Button : Object.Index := 0;
    Requester_Window : Easy_Y.Window_Type;
end Requester;