diff options
author | fluxgen <fluxgen> | 2003-04-25 18:13:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-25 18:13:29 (GMT) |
commit | 7d41b4c799a7be9fc7d3be2294274bcde5082d79 (patch) | |
tree | 8603ce29cedc83f37d0177eda20f6886bed57c46 | |
parent | 5a5b854c9638a17a68c10e450610f94955c48272 (diff) | |
download | fluxbox_pavel-7d41b4c799a7be9fc7d3be2294274bcde5082d79.zip fluxbox_pavel-7d41b4c799a7be9fc7d3be2294274bcde5082d79.tar.bz2 |
minor comments
-rw-r--r-- | src/FbTk/Theme.hh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/FbTk/Theme.hh b/src/FbTk/Theme.hh index b0d2652..7675fae 100644 --- a/src/FbTk/Theme.hh +++ b/src/FbTk/Theme.hh | |||
@@ -19,9 +19,11 @@ | |||
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: Theme.hh,v 1.2 2002/12/16 11:01:43 fluxgen Exp $ | 22 | // $Id: Theme.hh,v 1.3 2003/04/25 18:13:29 fluxgen Exp $ |
23 | 23 | ||
24 | // holds ThemeItem, Theme and ThemeManager | 24 | /** |
25 | @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme | ||
26 | */ | ||
25 | 27 | ||
26 | #ifndef FBTK_THEME_HH | 28 | #ifndef FBTK_THEME_HH |
27 | #define FBTK_THEME_HH | 29 | #define FBTK_THEME_HH |
@@ -55,7 +57,8 @@ private: | |||
55 | }; | 57 | }; |
56 | 58 | ||
57 | 59 | ||
58 | /// template ThemeItem class for things like Texture and Color | 60 | /// template ThemeItem class for basic theme items |
61 | /// to use this you need to specialize setDefaultValue, setFromString and load | ||
59 | template <typename T> | 62 | template <typename T> |
60 | class ThemeItem:public ThemeItem_base { | 63 | class ThemeItem:public ThemeItem_base { |
61 | public: | 64 | public: |