HWindow
class HWindow : public BWindow
HWindow(BRect frame, const char *title,
HWindow(BRect frame, const char *title,
virtual ~HWindow() {}
class BlockingWindow : public HWindow
typedef HWindow inherited;
HWindow::AboutRequested()
: HWindow(frame, title, type, flags, workspace)
: HWindow(frame, title, look, feel, flags, workspace)
HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags,
HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel,
HWindow::Init(uint32 escape_msg)
HWindow::MessageReceived(BMessage* msg)
HWindow* window = new HWindow(BRect(-1, -1, 390, 420),
HWindow::~HWindow()
HWindow::DispatchMessage(BMessage* message, BHandler* handler)
HWindow::MessageReceived(BMessage* message)
HWindow::QuitRequested()
HWindow::_InitGUI()
HWindow::_Pulse()
HWindow::_SetupMenuField()
HWindow::_UpdateZoomLimits()
HWindow::HWindow(BRect rect, const char* name)
class HWindow : public BWindow {
HWindow(BRect rect, const char* name);
virtual ~HWindow();