[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

Reference for unit 'Intuition': Procedures and functions

ActivateGadget

  

Activate a (string or custom) gadget.

ActivateWindow

  

Activate an Intuition window.

AddClass

  

Make a public class available

AddGadget

  

Add a gadget to the gadget list of a window.

AddGList

  

Add a linked list of gadgets to a window or requester.

AllocIntuiMessage

  

Allocate memory for an IntuiMessage

AllocRemember

  

Allocate Memory with tracking to make freeing easy.

AllocScreenBuffer

  

Get a ScreenBuffer for double-buffering.

AlohaWorkbench

  

The WorkBench program wants to call this function to signal Intuition that it is active or shutting down.

AutoRequest

  

Automatically build and get response from a requester.

BASEOBJECT

  

Get "public" handle on baseclass instance from real beginning of obj data

BeginRefresh

  

Sets up a window for optimized refreshing.

BuildEasyRequest

  

VarArgs Version of BuildEasyRequestArgs

BuildEasyRequestArgs

  

Simple creation of system request.

BuildSysRequest

  

Build and display a system requester.

ChangeScreenBuffer

  

Swap the screen's BitMap.

ChangeWindowBox

  

Change window position and dimensions.

ChangeWindowShape

  

ClearDMRequest

  

Clear (detaches) the DMRequest of the window.

ClearMenuStrip

  

Clear (detach) the menu strip from the window.

ClearPointer

  

Clear the mouse pointer definition from a window.

CloseScreen

  

Close an Intuition screen.

CloseWindow

  

Close an Intuition window.

CloseWorkBench

  

Closes the Workbench screen.

CoerceMethod

  

VarArgs Version of CoerceMethodA()

CoerceMethodA

  

Perform method on coerced object.

CurrentTime

  

Get the current time values.

CUSTOM_HOOK

  

Casts MutualExclude for easy assignment of a hook pointer to the unused MutualExclude field of a custom gadget

DisplayAlert

  

Create the display of an alert message.

DisplayBeep

  

Flash the video display.

DisposeObject

  

Deletes a 'boopsi' object.

DoGadgetMethod

  

VarArgs Version of DoGadgetMethodA

DoGadgetMethodA

  

Invoke method on a boopsi gadget.

DoMethod

  

VarArgs Version of DoMethodA()

DoMethodA

  

Perform method on object.

DoNotify

  

DoSuperMethod

  

VarArgs Version of DoSuperMethodA()

DoSuperMethodA

  

Perform method on object coerced to superclass.

DoubleClick

  

Test two time values for double-click timing.

DrawBorder

  

Draw the specified Border structure into a RastPort.

DrawImage

  

Draw the specified Image structure into a RastPort.

DrawImageState

  

Draw an (extended) Intuition Image with special visual state.

EasyRequest

  

VarArgs Version of EasyRequestArgs()

EasyRequestArgs

  

Easy alternative to AutoRequest()

EndRefresh

  

End the optimized refresh state of the window.

EndRequest

  

Remove a currently active requester.

EraseImage

  

Erases an Image.

FindClass

  

Find a registered class

FreeClass

  

Frees a boopsi class created by MakeClass().

FreeICData

  

FreeIntuiMessage

  

Free an previously allocated Intuimessage

FreeRemember

  

Free memory allocated by calls to AllocRemember().

FreeScreenBuffer

  

Free a ScreenBuffer structure.

FreeScreenDrawInfo

  

Finish using a DrawInfo structure.

FreeSysRequest

  

Free resources gotten by a call to BuildSysRequest().

FULLMENUNUM

  

Menu helper macro

GadgetMouse

  

Calculate gadget-relative mouse position.

GADGET_BOX

  

Get bounding box of a gadget

GetAttr

  

Inquire the value of some attribute of an object.

GetDefaultPubScreen

  

Get name of default public screen.

GetDefPrefs

  

Get a copy of the the Intuition default Preferences.

GetDrawInfoAttr

GetPrefs

  

Get the current Intuition Preferences structure.

GetScreenData

  

Get copy of a screen data structure.

GetScreenDrawInfo

  

Get pointer to rendering information.

Has_Children

  

Window has an other windows as Children

HelpControl

  

Enable/disable Gadget-Help feature.

HideWindow

  

Make a window invisible.

IAM_Resolution

  

Pack two Words into one LongWord

IM_BGPEN

  

Set Image Background Pen

IM_BOX

  

Get Image bounding rectangle

IM_FGPEN

  

Set Image Foreground pen

InitRequester

  

Initialize a Requester structure.

INST_DATA

  

Finds Object local instance data

IntuiTextLength

  

Return the length (pixel-width) of an IntuiText.

IsWindowVisible

  

Is_Children

  

Window is a children of an other Window

ItemAddress

  

Returns the address of the specified MenuItem.

ITEMNUM

  

Menu helper macro

LendMenus

  

Lend window's menu action to another window.

LockIBase

  

Invoke semaphore arbitration of IntuitionBase.

LockPubScreen

  

Prevent a public screen from closing.

LockPubScreenList

  

Prevent changes to the system list.

MakeClass

  

Create and initialize a boopsi class.

MakeScreen

  

Do an Intuition-integrated MakeVPort() of a screen.

MENUNUM

  

Menu helper macro

ModifyIDCMP

  

Modify the state of a window's IDCMPFlags.

ModifyProp

  

Modify the current parameters of a proportional gadget.

MoveScreen

  

Attempt to move the screen by the increments provided.

MoveWindow

  

Ask Intuition to move a window.

MoveWindowInFrontOf

  

Arrange the relative depth of a window.

NewModifyProp

  

ModifyProp(), but with selective refresh.

NewObject

  

Varargs version of NewObjectA()

NewObjectA

  

Create an object from a class.

NextObject

  

Iterate through the object on an Exec list.

NextPubScreen

  

Identify next public screen in the cycle.

ObtainGIRPort

  

Set up a RastPort for a custom gadget.

OCLASS

  

Get class pointer from an object handle

OffGadget

  

Disable the specified gadget.

OffMenu

  

Disable the given menu or menu item.

OnGadget

  

Enable the specified gadget.

OnMenu

  

Enable the given menu or menu item.

OpenScreen

  

Open an Intuition screen

OpenScreenTagList

  

OpenScreen() with TagItem extension array.

OpenScreenTags

  

Varargs Version of OpenScreenTagList()

OpenWindow

  

Open an Intuition window.

OpenWindowTagList

  

OpenWindow() with TagItem extension.

OpenWindowTags

  

Varargs Version of OpenWindowTagList()

OpenWorkBench

  

Open the Workbench screen.

PointInImage

  

Tests whether an image "contains" a point.

PrintIText

  

Print text described by the IntuiText argument.

PubScreenStatus

  

Change status flags for a public screen.

QueryOverscan

  

Inquire about a standard overscan region.

RefreshGadgets

  

Refresh (redraw) the gadget display.

RefreshGList

  

Refresh (redraw) a chosen number of gadgets.

RefreshWindowFrame

  

Ask Intuition to redraw your window border.

ReleaseGIRPort

  

Release a custom gadget RastPort.

RemakeDisplay

  

RemoveClass

  

Make a public boopsi class unavailable.

RemoveGadget

  

Remove a gadget from a window.

RemoveGList

  

Remove a sublist of gadgets from a window.

ReportMouse

  

Tell Intuition whether to report mouse movement.

Request

  

Activate a requester.

ResetMenuStrip

  

Re-attach a menu strip to a window.

RethinkDisplay

  

Grand manipulation of the entire Intuition display.

ScreenDepth

  

Depth arrange a screen with extra control.

ScreenPosition

  

Move screens with greater control.

ScreenToBack

  

Send the specified screen to the back of the display.

ScreenToFront

  

Make the specified screen the frontmost.

ScrollWindowRaster

  

Scrolls the content of the rectangle

ScrollWindowRasterNoFill

  

Scrolls the content of the rectangle

SendIntuiMessage

  

Send an IntuiMessage to an Intuition Window

SetAttrs

  

Varargs Version of SetAttrsA()

SetAttrsA

  

Specify attribute values for an object.

SetDefaultPubScreen

  

Choose a new default public screen.

SetDefaultScreenFont

  

Set default font of a screen, private do not use.

SetDMRequest

  

Set the DMRequest of a window.

SetEditHook

  

Set global processing for string gadgets.

SetGadgetAttrs

  

Varargs Version of SetGadgetAttrsA()

SetGadgetAttrsA

  

Specify attribute values for a boopsi gadget.

SetIPrefs

  

AROS Private function

SetMenuStrip

  

Attach a menu strip to a window.

SetMouseQueue

  

Change limit on pending mouse messages.

SetPointer

  

Specify a pointer sprite image for a window.

SetPointerBounds

  

SetPrefs

  

Set Intuition preferences data.

SetPubScreenModes

  

Establish global public screen behavior.

SetSuperAttrs

  

VarArgs Version of SetSuperAttrsA()

SetSuperAttrsA

  

Invoke OM_SET method on superclass

SetWindowPointer

  

Varargs Version of SetWindowPointerA()

SetWindowPointerA

  

Select a pointer for your window.

SetWindowTitles

  

Set the window's titles for both window and screen.

SHAKNUM

  

SerParShk -> handshake mode

SHIFTITEM

  

Menu helper macro

SHIFTMENU

  

Menu helper macro

SHIFTSUB

  

Menu helper macro

ShowTitle

  

Set the screen title bar display mode.

ShowWindow

  

Make a window visible.

SIZEOF_INSTANCE

  

Sizeof the instance data for a given class

SizeWindow

  

Ask Intuition to size a window.

SPARNUM

  

SerParShk -> parity setting

SRBNUM

  

SerRWBits -> read bits per char

SSBNUM

  

SerStopBuf -> stop bits per chr

SUBNUM

  

Menu helper macro

SWBNUM

  

SerRWBits -> write bits per chr

SysReqHandler

  

Handle system requester input.

TimedDisplayAlert

  

Display an alert with automatic time-out.

UnlockIBase

  

Release a an Intuition lock gotten by LockIBase().

UnlockPubScreen

  

Release lock on a public screen.

UnlockPubScreenList

  

Release public screen list semaphore.

ViewAddress

  

Return the address of the Intuition View structure.

ViewPortAddress

  

Return the address of a window's viewport.

WBenchToBack

  

Send the Workbench screen in back of all screens.

WBenchToFront

  

Bring the Workbench screen in front of all screens.

WindowAction

  

Perform an acynchronous action on a window

WindowLimits

  

Set the minimum and maximum limits of a window.

WindowToBack

  

Ask Intuition to send a window behind others.

WindowToFront

  

Ask Intuition to bring a window to the front.

ZipWindow

  

Change window to "alternate" position and dimensions.

_OBJ

  

convenient typecast to P_Object

__OBJECT

  

Get back to object data struct from public handle


Documentation generated on: 2017-01-10