#include <label.h>
Inheritance diagram for MWidgets::Label:
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. |
Definition at line 14 of file label.h.
void MWidgets::Label::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 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.