bWidgets
Core widget toolkit designed for Blender
bwStyleFlatDark.h
Go to the documentation of this file.
1#pragma once
2
3#include "bwStyleCSS.h"
4
5namespace bWidgets {
6
7class bwStyleFlatDark : public bwStyleCSS {
8 public:
10};
11
12} // namespace bWidgets
Style-class for CSS driven Styles.
Definition: bwStyleCSS.h:20
Definition: bwStyleFlatDark.h:7
bwStyleFlatDark()
Definition: bwStyleFlatDark.cc:5
Definition: bwContext.h:3