home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / bgui.lzx / bgui / dlib / dogmethod.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-29  |  315 b   |  12 lines

  1. #include <exec/types.h>
  2. #include <utility/tagitem.h>
  3. #include <libraries/bgui.h>
  4.  
  5. #include <proto/bgui.h>
  6. #include <proto/intuition.h>
  7.  
  8. ULONG BGUI_DoGadgetMethod( Object *obj, struct Window *win, struct Requester *req, ULONG method, ... )
  9. {
  10.         return( BGUI_DoGadgetMethodA( obj, win, req, ( Msg )&method ));
  11. }
  12.