fontDisplayWindow.h
#ifndef FONTDISPLAYWINDOW
#define FONTDISPLAYWINDOW
class
FontDisplayWindow:
public WindowGuts
{
private:
FontDisplayWindow(const FontDisplayWindow& copy);//not implemented on purpose
public:
FontDisplayWindow& operator = (const FontDisplayWindow& assign);//not implemented on purpose
const char * mcpPutString;
FontDisplayWindow(BRect paramBound,
};
const char * paramWindowTitle,
~FontDisplayWindow();
const char * paramScrollViewName,
const char * paramNamePrefFrame,
const char * paramPutString);
virtual bool QuitRequested(void);
virtual void MessageReceived(BMessage * pparamMessage);
#endif
for version 0.4.2
The BeGUI
Book
Copyright © 1998 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified November 25, 1998.