a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 gadtools.library
  CreateContext
  CreateGadgetA
  CreateMenusA
  DrawBevelBoxA
  FreeGadgets
  FreeMenus
  FreeVisualInfo
  GT_BeginRefresh
  GT_EndRefresh
  GT_FilterIMsg
  GT_GetGadgetAttrsA
  GT_GetIMsg
  GT_PostFilterIMsg
  GT_RefreshWindow
  GT_ReplyIMsg
  GT_SetGadgetAttrsA
  GetVisualInfoA
  LayoutMenuItemsA
  LayoutMenusA
Include
GuruMeditation
Docs » Autodocs » gadtools.library » GT_BeginRefresh

NAME

	GT_BeginRefresh -- begin refreshing friendly to GadTools. (V36)

SYNOPSIS

	GT_BeginRefresh(win)
A0
VOID GT_BeginRefresh(struct Window *);

FUNCTION

	Invokes the intuition.library/BeginRefresh() function in a manner
friendly to the Gadget Toolkit. This function call permits the
GadTools gadgets to refresh themselves at the correct time.
Call GT_EndRefresh() function when done.

INPUTS

	win - pointer to Window structure for which a IDCMP_REFRESHWINDOW
IDCMP event was received.

NOTES

	The nature of GadTools precludes the use of the IDCMP flag
WFLG_NOCAREREFRESH. You must handle IDCMP_REFRESHWINDOW events
in at least the minimal way, namely:
case IDCMP_REFRESHWINDOW:
GT_BeginRefresh(win);
GT_EndRefresh(win, TRUE);
break;

SEE ALSO

intuition.library/BeginRefresh()

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

ANA
FLT
SNT
RBS

Comments:

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