Search found 3 matches
- Fri Sep 18, 2015 14:21
- Forum: Skins and Themes
- Topic: 0.8.3 profesional skins (gwen skin?)
- Replies: 4
- Views: 26049
Re: 0.8.3 profesional skins (gwen skin?)
I know this is very old, but I post it here anyway because I have an update for anyone still interested in this: I ported the GWEN Skin again and provide it here to you: https://github.com/benelot/CEGUI-GWEN-Skin Feel free to use it here and merge requests to the repository. ------------------------...
- Fri Sep 18, 2015 14:18
- Forum: Skins and Themes
- Topic: Ported GWEN Skin
- Replies: 11
- Views: 31081
Re: Ported GWEN Skin
Since Predator106's repo is down, I ported the GWEN Skin again and provide it here to you: https://github.com/benelot/CEGUI-GWEN-Skin Feel free to use it here and merge requests to the repository. ------------------------------------- Changelog: - Added GWEN/Label to support a commonly used widget.
- Wed Sep 02, 2015 12:43
- Forum: Help
- Topic: Extend a CEGUI::FrameWindow
- Replies: 1
- Views: 3563
Extend a CEGUI::FrameWindow
Hello, I am creating my own windows with the CEGUI widgets. As you do that in other GUI systems, you take a base widget you like and extend it by inheritance of the original. So I tried to implement my own BasePanel by inheriting from CEGUI::FrameWindow class BasePanel: public CEGUI::FrameWindow The...