home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 29.gu_changestr < prev    next >
Encoding:
Text File  |  1996-07-16  |  491 b   |  27 lines

  1. gadutil.library/GU_ChangeStr                     gadutil.library/GU_ChangeStr
  2.  
  3.    NAME
  4.     GU_ChangeStr -- Change the contents of string gadget.
  5.  
  6.    SYNOPSIS
  7.     GU_ChangeStr(gad, string, win)
  8.                  D0   A0      A1
  9.  
  10.     VOID GU_ChangeStr(struct Gadget *, STRPTR, struct Window *);
  11.  
  12.    FUNCTION
  13.     Change the string in a string gadget.
  14.  
  15.    INPUTS
  16.     gad    - Gadget to change
  17.     string - New string
  18.     win    - Window that the gadget is located in.
  19.  
  20.    RESULT
  21.     none
  22.  
  23.    BUGS
  24.     none known
  25.  
  26.    SEE ALSO
  27.