home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / HyperCuber 2.0 / source / CScrollNumPane.cp < prev    next >
Encoding:
Text File  |  1994-04-13  |  3.3 KB  |  16 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| CScrollNumPane
  3. //|
  4. //| This implements a pane containing a number which reflects the setting of a scroll bar
  5. //|_______________________________________________________________________________________
  6.  
  7. #include "CColorPaneBorder.h"
  8. #include "CScrollNumPane.h"
  9.  
  10.  
  11. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. //| CScrollNumPane::IScrollNumPane
  13. //|
  14. //| Purpose: Initialize the scroll number pane.
  15. //|
  16. //|