29 #include "win_event.h"
30 #include "win_border.h"
31 #include "win_background.h"
181 {set_trans_border(trans_ = b);set_trans_background(b);}
188 {
return brightness_;}
195 {set_brightness_border(brightness_ = b);set_brightness_background(b);}
202 {align_=a;update_align();}
215 {
return can_be_selected_;}
223 {can_be_selected_ = b;}
247 static const u_int8 ALIGN_NONE = 0;
248 static const u_int8 ALIGN_LEFT = 1;
249 static const u_int8 ALIGN_CENTER = 2;
250 static const u_int8 ALIGN_RIGHT = 3;
260 virtual void update_position();
288 bool can_be_selected_;