39 button(
const std::wstring &_label);
41 button(
const std::string &_label);
47 create(
const std::wstring &label)
81 bool get_cursorvisible();
82 point get_cursorloc();
87 void dispatch_mouse(
short id,
int x,
int y,
int z, mmask_t bmask);
89 void set_label(
const fragment *_label);
94 sigc::signal0<void> pressed;