From 987cf7cc40d4ab9c5e895ea2b0c7a77f10a0510f Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Thu, 3 Oct 2002 03:58:07 +0000 Subject: Added style resources for window.button.pressed.focus: and window.button.pressed.unfocus: Documentation to be added. --- src/Screen.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Screen.hh') diff --git a/src/Screen.hh b/src/Screen.hh index c96c973e..c6044812 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -72,7 +72,8 @@ struct WindowStyle { BColor l_text_focus, l_text_unfocus, b_pic_focus, b_pic_unfocus; BTexture f_focus, f_unfocus, t_focus, t_unfocus, l_focus, l_unfocus, - h_focus, h_unfocus, b_focus, b_unfocus, b_pressed, g_focus, g_unfocus; + h_focus, h_unfocus, b_focus, b_unfocus, b_pressed, b_pressed_focus, + b_pressed_unfocus, g_focus, g_unfocus; #ifdef BITMAPBUTTONS PixmapMask close_button, max_button, icon_button, stick_button; @@ -206,7 +207,8 @@ private: BTexture readDatabaseTexture(const std::string &rname, const std::string &default_color, - const Configuration &style); + const Configuration &style, + bool allowNoTexture = false); BColor readDatabaseColor(const std::string &rname, const std::string &default_color, const Configuration &style); -- cgit v1.2.3