Skip to content
Dirkster99 edited this page May 25, 2019 · 5 revisions

Welcome to the MLib wiki!

The image below shows the core MLib classes and intrfaces that should be used to:

  • manage a theme and their resources, and
  • keep track of the currently selected theme.
  1. Use the AppearanceManager class to create an instance of an object that can track themes and their associated resources.

  2. Use an instance of IThemeInfos to manage a collections of themes and an IThemeInfo instance to manage all resource that are associated to one theme.

Review the demo programs in this repository (eg.: MDemo) to better understand these or create an issue if you have a question.

Clone this wiki locally