home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 2.0b3 / Examples / pre-built AMReminder / Procedural / MainWindow.c < prev    next >
Encoding:
Text File  |  1995-10-05  |  5.5 KB  |  27 lines  |  [TEXT/MMCC]

  1. l (cur->EditHandle);
  2.     SetWFont (DeleteButton);
  3.     Draw1Control (cur->DeleteHandle);
  4. } /*UpdateMainWindow*/
  5.  
  6. /*----------*/
  7. void ActivateMainWindow    (Boolean    activate)
  8. {
  9.     LActivate (activate, cur->RemindersHandle);
  10.  
  11. } /*ActivateMainWindow*/
  12.  
  13. /*----------*/
  14. void ResizeMainWindow    (void)
  15. {
  16.     /* application-specific code to resize items in window */
  17. } /*ResizeMainWindow*/
  18.  
  19. /*----------*/
  20. pascal void ScrollMainWindow    (short        newValue,
  21.                                  short        oldValue)
  22. {
  23.     /* application-specific code to scroll window */
  24. } /*ScrollMainWindow*/
  25.  
  26. /* MainWindow */
  27.