home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vidbtn.zip / VIDBUTTN.H < prev    next >
Text File  |  1994-06-09  |  700b  |  12 lines

  1. VOID APIENTRY VidDeleteButton ( HWND,      /* Handle to Dialog   */
  2.                                 USHORT );  /* ID of control      */
  3.  
  4. VOID APIENTRY VidCreateButton ( HWND,      /* Handle of Dialog    */
  5.                                 SHORT,     /* ID of control       */
  6.                                 USHORT *,  /* ID of UP bitmap     */
  7.                                 USHORT *,  /* ID of DOWN bitmap   */
  8.                                 USHORT,    /* X Size of bitmaps   */
  9.                                 USHORT,    /* Y Size of bitmaps   */
  10.                                 PCHAR,     /* Status bar text     */
  11.                                 USHORT );  /* ID of status bar    */
  12.