diff options
author | fluxgen <fluxgen> | 2003-08-24 23:21:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-24 23:21:58 (GMT) |
commit | f1c45fdb015d123b5666659209b1884b00f037f2 (patch) | |
tree | 73a075c70785faa5469b4628141e7fb4df18e87e /src/SlitTheme.hh | |
parent | b4331b03fe54599b42ba62399bbef00dd2b8334b (diff) | |
download | fluxbox-f1c45fdb015d123b5666659209b1884b00f037f2.zip fluxbox-f1c45fdb015d123b5666659209b1884b00f037f2.tar.bz2 |
setting default values
Diffstat (limited to 'src/SlitTheme.hh')
-rw-r--r-- | src/SlitTheme.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/SlitTheme.hh b/src/SlitTheme.hh index 9a14557..3c7c8d9 100644 --- a/src/SlitTheme.hh +++ b/src/SlitTheme.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SlitTheme.hh,v 1.2 2003/06/24 16:28:40 fluxgen Exp $ | 22 | // $Id: SlitTheme.hh,v 1.3 2003/08/24 23:21:58 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef SLITTHEME_HH | 24 | #ifndef SLITTHEME_HH |
25 | #define SLITTHEME_HH | 25 | #define SLITTHEME_HH |
@@ -35,6 +35,10 @@ public: | |||
35 | m_border_width(*this, "slit.borderWidth", "Slit.borderWidth"), | 35 | m_border_width(*this, "slit.borderWidth", "Slit.borderWidth"), |
36 | m_bevel_width(*this, "slit.bevelWidth", "slit.bevelWidth"), | 36 | m_bevel_width(*this, "slit.bevelWidth", "slit.bevelWidth"), |
37 | m_border_color(*this, "slit.borderColor", "Slit.BorderColor") { | 37 | m_border_color(*this, "slit.borderColor", "Slit.BorderColor") { |
38 | m_texture.setDefaultValue(); | ||
39 | m_border_width.setDefaultValue(); | ||
40 | m_bevel_width.setDefaultValue(); | ||
41 | m_border_color.setDefaultValue(); | ||
38 | // default texture type | 42 | // default texture type |
39 | m_texture->setType(FbTk::Texture::SOLID); | 43 | m_texture->setType(FbTk::Texture::SOLID); |
40 | } | 44 | } |