a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 resource.library
  --background--
  RL_CloseResource
  RL_DisposeGroup
  RL_DisposeObject
  RL_GetObjectArray
  RL_NewGroupA
  RL_NewObjectA
  RL_OpenResource
  RL_SetResourceScreen
Include
GuruMeditation
Docs » Autodocs » resource.library » RL_SetResourceScreen

NAME

	RL_SetResourceScreen - sets or clears the screen (V44)

SYNOPSIS

	success = RL_SetResourceScreen(resource, screen)
D0 A0 A1
BOOL RL_SetResourceScreen(RESOURCEFILE, struct Screen *);

FUNCTION

	This routine sets or clears the screen of the resource. You must clear
the screen before you close or unlock it. You must set a valid screen
before you call NewObjectA or NewGroupA.
Setting a new screen does not mean that the allocated objects are
automatically adapt to the new screen. This function only controls
the internal housekeeping of the screen (and related structures). If
you cannot adapt the allocated objects to a new screen (like setting
an attribute with the new screen value) you must dispose and
recreate them.
If you set the same screen pointer as was before this function does
nothing but returns TRUE.

INPUTS

	resource -- a pointer to a resource
screen -- a pointer to a Screen or NULL

RESULT

	success -- TRUE if the screen is successfully set or cleared.

SEE ALSO

resource.library/RL_OpenResource()

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:

The Silents

AOA
SNT
TSL
RSI

Comments:

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