MWidgets::Label Class Reference

Class that represent label widget. More...

#include <label.h>

Inheritance diagram for MWidgets::Label:

MWidgets::Widget List of all members.

Public Member Functions

 Label ()
 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.

Detailed Description

Class that represent label widget.

Definition at line 14 of file label.h.


Constructor & Destructor Documentation

MWidgets::Label::Label (  ) 

Constructor.

Definition at line 19 of file label.cpp.


Member Function Documentation

void MWidgets::Label::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 label.cpp.

References MWidgets::Widget::Create(), and MWidgets::Widget::GetHwnd().

WIDGET_TYPE MWidgets::Label::GetType (  )  [virtual]

Returns class's identifier like WINDOW or BUTTON.

Implements MWidgets::Widget.

Definition at line 28 of file label.cpp.

References MWidgets::LABEL.


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