Creating a widget

From uGFX Wiki
Revision as of 15:50, 10 April 2016 by Tectu (Talk | contribs) (Created page with "It's possible to implement custom widgets. A custom widget can be declared and implemented outside of the µGFX library. This means that it can be part of the actual project a...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

It's possible to implement custom widgets. A custom widget can be declared and implemented outside of the µGFX library. This means that it can be part of the actual project and that it's not necessary to do any modification of the µGFX library itself.

Note: If you just want to change the look of an existing widget, please have a look at WidgetStyles and custom rendering functions.