Category : Files from Magazines
Archive   : DFPP01.ZIP
Filename : RADIO.H

 
Output of file : RADIO.H contained in archive : DFPP01.ZIP
// ----------- radio.h

#ifndef RADIO_H
#define RADIO_H

#include "textbox.h"

class RadioButton : public TextBox {
virtual void SetColors();
Bool setting;
public:
RadioButton(char *lbl, int lf, int tp, DFWindow *par);
virtual ~RadioButton()
{ if (windowstate != CLOSED) CloseWindow(); }
// -------- API messages
virtual void OpenWindow();
virtual void CloseWindow();
virtual Bool SetFocus();
virtual void ResetFocus();
virtual void Paint();
virtual void Keyboard(int key);
virtual void LeftButton(int mx, int my);
void PushRadioButton();
void ReleaseRadioButton();
};

#endif



  3 Responses to “Category : Files from Magazines
Archive   : DFPP01.ZIP
Filename : RADIO.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/