home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / asci20b1.zip / tool.h < prev    next >
Text File  |  1998-07-01  |  616b  |  15 lines

  1. // Function to resize and move controls
  2. void ResizeXY(HWND hwnd, SWP oldframe, SWP newframe, ULONG ID);
  3. // Function to resize and move controls
  4. void ResizeX(HWND hwnd, SWP oldframe, SWP newframe, ULONG ID);
  5. // Function to move controls
  6. void Move(HWND hwnd, SWP oldframe, SWP newframe, ULONG ID);
  7. // Add a Codepage menu
  8. void AddCPMenu(HWND hwndFrame);
  9. // Draw Value Set cell
  10. void DrawValueSet(POWNERITEM OwnerItem, PFATTRS fAttrs);
  11. // Load Font Information from profile
  12. void PrfLoadFont(HINI *pProfile, PFONTDLG pfd);
  13. // Save Font information to profile
  14. void PrfSaveFont(HINI *pProfile, PFONTDLG pfd);
  15.