Hi Everybody, Just a few new developments i thought might be worth posting on the list:
- I've implemented the 'custom' theme object that makes pgserver select an available ID for the object at load time - I added the pgFindThemeObject API that looks up a theme's ID by the value of it's 'name' property. Together with the 'custom' theme object, this lets you define new theme objects without a PGTH_O_* constant and reference them by name. This has the potential to make themes much more useful. For example, we could use themes as a general-purpose resource format for storing application bitmaps, strings and other data. The fillstyle could even be used as a general metafile-like format for vector graphics. - I added the 'parent' theme property for customizing the theme hierarchy In an effort to document the theme system, I started a couple wiki pages: - http://picogui.org/wiki/index.php?ThemeGuide - http://picogui.org/wiki/index.php?ThemeTutorial Have a lot of fun :) -- Micah _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
