all repos — fluxbox @ 7d41b4c799a7be9fc7d3be2294274bcde5082d79

custom fork of the fluxbox windowmanager

minor comments
fluxgen fluxgen
commit

7d41b4c799a7be9fc7d3be2294274bcde5082d79

parent

5a5b854c9638a17a68c10e450610f94955c48272

1 files changed, 6 insertions(+), 3 deletions(-)

jump to
M src/FbTk/Theme.hhsrc/FbTk/Theme.hh

@@ -19,9 +19,11 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.hh,v 1.2 2002/12/16 11:01:43 fluxgen Exp $ +// $Id: Theme.hh,v 1.3 2003/04/25 18:13:29 fluxgen Exp $ -// holds ThemeItem, Theme and ThemeManager +/** + @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme +*/ #ifndef FBTK_THEME_HH #define FBTK_THEME_HH

@@ -55,7 +57,8 @@ std::string m_name, m_altname;

}; -/// template ThemeItem class for things like Texture and Color +/// template ThemeItem class for basic theme items +/// to use this you need to specialize setDefaultValue, setFromString and load template <typename T> class ThemeItem:public ThemeItem_base { public: