10 #ifndef __button_hpp__ 17 #if defined(__WATCOMC__) 40 unsigned int const i_len_x,
41 unsigned int const i_len_y);
65 int const i_response);
69 unsigned int const i_style);
73 unsigned char const* i_str);
115 unsigned int const i_style)
123 unsigned char const* i_str)
129 if (i_str && i_str[0])
132 l_len= 1+strlen(reinterpret_cast<char const*>(i_str));
133 m_label=
reinterpret_cast<unsigned char*
>(malloc(l_len));
145 int const i_response)
153 signal_clicked_t i_signal)
159 button::emit_clicked()
176 #define __button_hpp__
drawing routines that applies clipping
event_response
response
Definition: event.h:14
container for a mouse event
Definition: event.h:37
container for a keyboard event
Definition: event.h:23