MWidgets::GroupBox Class Reference

Class that represent groupbox widget. More...

#include <groupbox.h>

Inheritance diagram for MWidgets::GroupBox:

MWidgets::Widget List of all members.

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.

Detailed Description

Class that represent groupbox widget.

Definition at line 14 of file groupbox.h.


Constructor & Destructor Documentation

MWidgets::GroupBox::GroupBox (  ) 

Constructor.

Definition at line 19 of file groupbox.cpp.


Member Function Documentation

void MWidgets::GroupBox::Create ( Widget parent,
int  x,
int  y,
int  w,
int  h,
string  caption 
) [virtual]

Create widgets window.

Parameters:
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().


The documentation for this class was generated from the following files:
Generated on Thu Oct 26 13:47:46 2006 for MWidgets by  doxygen 1.4.7