1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef __renderstyle_hh
3 #define __renderstyle_hh
5 #include "rendertexture.hh"
20 RenderColor
*_text_focus_color
;
21 RenderColor
*_text_unfocus_color
;
23 RenderColor
*_frame_border_color
;
24 int _frame_border_wirth
;
25 RenderColor
*_client_border_color_focus
;
26 RenderColor
*_client_border_color_unfocus
;
27 int _client_border_width
;
29 RenderTexture
*_titlebar_focus
;
30 RenderTexture
*_titlebar_unfocus
;
32 RenderTexture
*_label_focus
;
33 RenderTexture
*_label_unfocus
;
35 RenderTexture
*_handle_focus
;
36 RenderTexture
*_handle_unfocus
;
38 RenderTexture
*_button_unpress_focus
;
39 RenderTexture
*_button_unpress_unfocus
;
40 RenderTexture
*_button_press_focus
;
41 RenderTexture
*_button_press_unfocus
;
43 RenderTexture
*_grip_focus
;
44 RenderTexture
*_grip_unfocus
;
47 TextJustify _label_justify
;
55 #endif // __rendertexture_hh