dplug.flatwidgets.flatbackgroundgui

The root widget to inherit from for a flat UI.

Public Imports

dplug.gui.sizeconstraints
public import dplug.gui.sizeconstraints;
Undocumented in source.

Members

Classes

FlatBackgroundGUI
class FlatBackgroundGUI(string backgroundPath, string absoluteGfxDirectory = null)

FlatBackgroundGUI provides a background that is loaded from a PNG or JPEG image. The string for backgroundPath should be in "stringImportPaths" specified in dub.json

Meta