Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
sketchboard.gadget
NAME
SGM_Redo
Redo the last change.
SYNOPSIS
ULONG result = IDoMethodA(APTR obj, struct spGeneral* msg);
FUNCTION
This method redoes the last change to the sketchboard.
INPUTS
obj
sketchboard object pointer
msg
pointer to fully initialized struct spGeneral with the MethodID set to SGM_Redo (see <gadgets/sketchboard.h>)
RESULT
Returns 1 if changes were rendered or 0 if not.
SEE ALSO
SGM_Undo,
intuition.library/DoGadgetMethodA()