16#ifndef __albaGUILab_H__
17#define __albaGUILab_H__
37 const wxString& label,
38 const wxPoint& pos = wxDefaultPosition,
39 const wxSize& size = wxDefaultSize,
41 const wxString& name = wxStaticTextNameStr)
43 Create(parent,
id, label, pos, size, style, name);
albaGUILab is a Label that notify user-click using the normal wxEvents.
void OnLeftMouseButtonDown(wxMouseEvent &event)
Notify the mouse click.
albaGUILab(wxWindow *parent, wxWindowID id, const wxString &label, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxStaticTextNameStr)