#include <groupbox.h>
Inheritance diagram for MWidgets::GroupBox:
Public Member Functions | |
GroupBox () | |
Constructor. | |
virtual void | Create (Widget *parent, int x, int y, int w, int h, string caption) |
Create widgets window. | |
virtual WIDGET_TYPE | GetType () |
Returns class's identifier like WINDOW or BUTTON. | |
Protected Member Functions | |
virtual LRESULT | OnMessage (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Subclassing for realize tooltips. |
Definition at line 14 of file groupbox.h.
MWidgets::GroupBox::GroupBox | ( | ) |
void MWidgets::GroupBox::Create | ( | Widget * | parent, | |
int | x, | |||
int | y, | |||
int | w, | |||
int | h, | |||
string | caption | |||
) | [virtual] |
Create widgets window.
parent | parent widget. | |
w | new Button's width. | |
h | new Button's height. | |
caption | new Label's caption. |
Definition at line 23 of file groupbox.cpp.
References MWidgets::Widget::Create(), and MWidgets::Widget::GetHwnd().
WIDGET_TYPE MWidgets::GroupBox::GetType | ( | ) | [virtual] |
Returns class's identifier like WINDOW or BUTTON.
Implements MWidgets::Widget.
Definition at line 42 of file groupbox.cpp.
References MWidgets::GROUPBOX.
LRESULT MWidgets::GroupBox::OnMessage | ( | HWND | hWnd, | |
UINT | message, | |||
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [protected, virtual] |
Subclassing for realize tooltips.
Reimplemented from MWidgets::Widget.
Definition at line 28 of file groupbox.cpp.
References MWidgets::Widget::m_hWnd, and MWidgets::Widget::OnMessage().