a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 datatypes.library
  --background--
  --rexxhost--
  AddDTObject
  DisposeDTObject
  DoAsyncLayout
  DoDTMethodA
  DrawDTObjectA
  GetDTAttrsA
  GetDTMethods
  GetDTString
  GetDTTriggerMethods
  NewDTObjectA
  ObtainDTDrawInfoA
  ObtainDataTypeA
  PrintDTObjectA
  RefreshDTObjectA
  ReleaseDTDrawInfo
  ReleaseDataType
  RemoveDTObject
  SetDTAttrsA
Include
GuruMeditation
Docs » Autodocs » datatypes.library » RemoveDTObject

NAME

	RemoveDTObject - Remove an object from a window.        (V39)

SYNOPSIS

	position = RemoveDTObject (window, object);
d0 a0 a1
LONG RemoveDTObject (struct Window *, Object *);

FUNCTION

	Removes the object from the window's object list.  This will wait
until the AsyncLayout process is complete. The object will
receive a DTM_REMOVEDTOBJECT message to inform the object it has
been removed.

INPUTS

	window - Pointer to the window.
object - Pointer to an object as returned by NewDTObjectA().

RESULT

	Returns the ordinal position of the removed object.  If the
object wasn't found in the appropriate list then a -1 is
returned.

SEE ALSO

AddDTObject(), intuition.library/RemoveGList()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Anarchy

FC
RBS
SPB
ANA

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se