home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
emulation
/
d64edir.lha
/
inc
/
lib
/
intuition.lib
< prev
Wrap
Text File
|
1995-04-12
|
4KB
|
81 lines
{$if not def INTUITION_LIB}
Const INTUITION_LIB=26731;
{$if not def INTUITION_INTUITION_H;incl"intuition/intuition.h";endif}
{$if not def INTUITION_SCREENS_H; incl"intuition/screens.h"; endif}
Var IntBase:ptr;
Library Intbase:
-42: Function AddGadget(a0:p_Window; a1:p_Gadget; d0:long): long; { 12/23/92 }
-48: Procedure ClearDMRequest(a0:p_Window);
-54: Procedure ClearMenuStrip(a0:p_Window);
-60: Procedure ClearPointer(a0:p_Window);
-66: Procedure CloseScreen(a0:p_Screen);
-72: Procedure Closewindow(a0:p_Window);
-78: Procedure CloseWorkbench;
-84: Procedure CurrentTime(a0,a1:Long);
-90: Function DisplayAlert(d0:Long; a0:stryng; d1:Long):Boolean;
-96: Procedure DisplayBeep(a0:p_Screen);
-102:Function DoubleClick(d0, d1, d2, d3: Long): Boolean; { 12/25/92 }
-108:Procedure DrawBorder(a0:ptr; a1:p_Border; d0,d1:Integer);
-114:Procedure DrawImage(a0:ptr; a1:p_Image; d0,d1:Integer);
-120:Procedure EndRequest(a0:p_Requester; a1:p_Window);
-126:Procedure GetDefPrefs(a0:Ptr; d0:Long);
-132:Procedure GetPrefs(a0:Ptr; d0:Long);
-138:Procedure InitRequester(a0:p_Requester);
-144:Function ItemAdress(a0:p_Menu; d0:Long):p_MenuItem;
-150:Procedure ModifyIDCMP(a0:P_Window; d0:Long);
-156:Procedure ModifyProp(a0:p_Gadget; a1:p_Window; a2:ptr; d0,d1,d2,d3,d4: Integer);
-162:Procedure MoveScreen(a0:p_Screen; d0,d1:Integer);
-168:Procedure MoveWindow(a0:p_Window; d0,d1:Integer);
-174:Procedure OffGadget(a0:p_Gadget; a1:p_Window; a2:ptr);
-180:Procedure OffMenu(a0:p_Window; d0:Long);
-186:Procedure OnGadget(a0:p_Gadget; a1:p_Window; a2:ptr);
-192:Procedure OnMenu(a0:p_Window; d0:Long);
-198:Function OpenScreen(a0:p_NewScreen):p_Screen;
-204:Function Openwindow(a0:p_NewWindow):p_Window;
-210:Procedure OpenWorkbench;
-216:Procedure PrintIText(a0:ptr; a1:p_IntuiText; d0,d1:Integer);
-222:Procedure RefreshGadgets(a0:p_Gadget; a1,a2:ptr);
-228:Procedure RemoveGadgets(a0:ptr; a1:p_Gadget);
-234:Procedure ReportMouse(a0:p_Window; d0:Long);
-240:Procedure request(a0:p_Requester; a1:p_Window);
-246:Procedure ScreenToBack(a0:p_Screen);
-252:Procedure ScreenToFront(a0:p_Screen);
-258:Procedure SetDMRequest(a0:p_Window; a1:p_Requester);
-264:Procedure SetMenuStrip(a0:ptr; a1:p_Menu);
-270:Procedure SetPointer(a0:p_Window; a1:ptr; d0,d1,d2,ed3:Integer);
-276:Procedure SetWindowTitles(a0:p_Window; a1,a2:stryng);
-282:Procedure ShowTitle(a0:p_Screen; d0:Long);
-288:Procedure SizeWindow(a0:p_Window; d0,d1:integer);
-294:Function ViewAddress:ptr;
-300:Function ViewPortAddress(a0:p_Window):ptr;
-306:Procedure WindowToBack(a0:p_Window);
-312:Procedure WindowToFront(a0:p_Window);
-318:Procedure WindowLimits(a0:p_Window; d0,d1,d2,d3:Integer);
-324:Procedure SetPrefs(a0:Ptr; d0,d1:Long);
-330:Function IntuiTextLength(a0:p_Intuitext):Integer;
-336:Procedure WBenchToBack;
-342:Procedure WBenchToFront;
-348:Function AutoRequest(a0:p_Window; a1,a2,a3:p_IntuiText; d0,d1:Long; d2,d3:Integer):Boolean;
-354:Procedure BeginRefresh(a0:p_Window);
-360:Function BuildSysRequest(a0:p_Window; a1,a2,a3:p_Intuitext; d0:Long; d1,d2:Integer):p_Window;
-366:Procedure EndRefresh(a0:p_Window; d0:Long);
-372:Procedure FreeSysRequest(a0:p_Window);
-378:Procedure MakeScreen(a0:p_Screen);
-382:Procedure RemakeDisplay;
-390:Procedure RethinkDisplay;
-396:Function AllocRemember(a0:ptr; d0,d1:Long):stryng;
-402:Procedure AlohaWorkbench(a0:ptr);
-408:Procedure FreeRemember(a0:Ptr; d0:Long);
-414:Procedure LockIBase(d0:Long);
-420:Procedure UnlockIBase(a0:ptr);
{ following not part of original acquisition }
-432:Procedure RefreshGList(a1:p_Gadget; a2:p_Window; a3:p_Requester; d0:Long);
-438:Procedure AddGList(a0:p_Window; a1:p_Gadget; d0,d1:Long; a2:p_Requester);
-444:Function RemoveGList(a0:p_Window; a1:p_Gadget; d0:Long): ptr;
-462:Function ActivateGadget(a0:p_Gadget; a1:p_Window; a2:p_Requester): boolean
End;
{$endif}