options.h
This commit is contained in:
parent
806578fe4d
commit
ff09f09a0c
1 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,13 @@
|
||||||
#ifndef GWIN_NEED_WIDGET
|
#ifndef GWIN_NEED_WIDGET
|
||||||
#define GWIN_NEED_WIDGET FALSE
|
#define GWIN_NEED_WIDGET FALSE
|
||||||
#endif
|
#endif
|
||||||
|
/**
|
||||||
|
* @brief Should the frame widget be included.
|
||||||
|
* @details Defaults to FALSE
|
||||||
|
*/
|
||||||
|
#ifndef GWIN_NEED_FRAME
|
||||||
|
#define GWIN_NEED_FRAME FALSE
|
||||||
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Should console functions be included.
|
* @brief Should console functions be included.
|
||||||
* @details Defaults to FALSE
|
* @details Defaults to FALSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue