diff options
author | fluxgen <fluxgen> | 2003-08-13 09:24:33 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-13 09:24:33 (GMT) |
commit | 5855c7825ba57af5f7c86981b811c5749abeb9c0 (patch) | |
tree | 901a101b3529e71573536897b67992ccb7092a6f | |
parent | 34a392c138236186707e27d9bc8e6227006f1be0 (diff) | |
download | fluxbox-5855c7825ba57af5f7c86981b811c5749abeb9c0.zip fluxbox-5855c7825ba57af5f7c86981b811c5749abeb9c0.tar.bz2 |
added loadItem
-rw-r--r-- | src/FbTk/Theme.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Theme.hh b/src/FbTk/Theme.hh index 48e151d..a857f67 100644 --- a/src/FbTk/Theme.hh +++ b/src/FbTk/Theme.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: Theme.hh,v 1.5 2003/08/11 14:55:14 fluxgen Exp $ | 22 | // $Id: Theme.hh,v 1.6 2003/08/13 09:24:33 fluxgen Exp $ |
23 | 23 | ||
24 | /** | 24 | /** |
25 | @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme | 25 | @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme |
@@ -121,6 +121,7 @@ public: | |||
121 | bool load(const std::string &filename); | 121 | bool load(const std::string &filename); |
122 | std::string resourceValue(const std::string &name, const std::string &altname); | 122 | std::string resourceValue(const std::string &name, const std::string &altname); |
123 | void loadTheme(Theme &tm); | 123 | void loadTheme(Theme &tm); |
124 | void loadItem(ThemeItem_base &resource); | ||
124 | private: | 125 | private: |
125 | ThemeManager(); | 126 | ThemeManager(); |
126 | ~ThemeManager() { } | 127 | ~ThemeManager() { } |