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: ┃ B T ┃
Length: 535 (0x217) Types: TextFile Names: »B«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00 └─ ⟦0c20f784e⟧ »DATA« └─⟦1abbe589f⟧ └─⟦ada0be243⟧ └─⟦this⟧
separate (Xev_Main) procedure Do_Reparentnotify (E : X_Reparent_Notify_Event) is use Text_Io; use S_Long_Io; begin Put (" event="); Put (E.Reparent.Event); Put (", window="); Put (E.Reparent.Window); Put (", parent="); Put (E.Reparent.Parent); Put (','); New_Line; Put (" x/y=("); Put (E.Reparent.X); Put (','); Put (E.Reparent.Y); Put ("), override="); Put (E.Reparent.Override_Redirect); New_Line; end Do_Reparentnotify;