Category : Files from Magazines
Archive   : DDJ9405F.ZIP
Filename : APPLICAT.H

 
Output of file : APPLICAT.H contained in archive : DDJ9405F.ZIP
// -------------- applicat.h

#ifndef APPLICAT_H
#define APPLICAT_H

#include "menubar.h"
#include "menusel.h"
#include "statbar.h"

const int ClearChar = 176;

class Application : public DFWindow {
MenuBar *menubar; // points to menu bar
StatusBar *statusbar; // points to status bar
Bool takingfocus; // true while taking focus
void OpenWindow();
protected:
// ------------- client window coordinate adjustments
virtual void AdjustBorders();
public:
Application(const String& ttl, int lf, int tp, int ht, int wd)
: DFWindow(ttl, lf, tp, ht, wd, 0)
{ OpenWindow(); }
Application(const String& ttl, int ht, int wd) : DFWindow(ttl, ht, wd, 0)
{ OpenWindow(); }
Application(int lf, int tp, int ht, int wd) : DFWindow(lf, tp, ht, wd, 0)
{ OpenWindow(); }
Application(int ht, int wd) : DFWindow(ht, wd, 0)
{ OpenWindow(); }
Application(const String& ttl = 0) : DFWindow(ttl)
{ OpenWindow(); }
// -------- API messages
virtual void CloseWindow();
virtual Bool SetFocus();
virtual void Show();
virtual void Keyboard(int key);
virtual void ClockTick();
void StatusMessage(const String& Msg);
virtual void Execute();
};

#endif




  3 Responses to “Category : Files from Magazines
Archive   : DDJ9405F.ZIP
Filename : APPLICAT.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/