summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-09 14:54:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-09 14:54:29 +0000
commit42a56e78dda5561d301ec2e61a0bac17e7342525 (patch)
tree5dec10051ddb12ddf1d6d7f02c69d09ad2a27895 /NxWidgets/Kconfig
parent2b35c03044dc6acfe720522f943ee07df1b65897 (diff)
downloadnuttx-42a56e78dda5561d301ec2e61a0bac17e7342525.tar.gz
nuttx-42a56e78dda5561d301ec2e61a0bac17e7342525.tar.bz2
nuttx-42a56e78dda5561d301ec2e61a0bac17e7342525.zip
Several patches from Petteri Aimonen (mostly NxWidgets)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index 6befd1ace..59d8856bc 100644
--- a/NxWidgets/Kconfig
+++ b/NxWidgets/Kconfig
@@ -308,6 +308,14 @@ config NXWM_TASKBAR_WIDTH
---help---
Task bar thickness (either vertical or horizontal). Default: 25 + 2*spacing
+config NXWM_DISABLE_MINIMIZE
+ bool "Disable Minimize Button"
+ default n
+ ---help---
+ If the "desktop" is empty, users have no need to minimize any windows. If the buttons
+ are small, it's easy to hit minimize button accidentally when trying to close an
+ application.
+
comment "Tool Bar Configuration"
config NXWM_TOOLBAR_HEIGHT
@@ -319,8 +327,16 @@ config NXWM_TOOLBAR_HEIGHT
comment "Background Image"
+config NXWM_DISABLE_BACKGROUND_IMAGE
+ bool "Disable Background Image"
+ default n if !NXWM_DISABLE_MINIMIZE
+ default y if NXWM_DISABLE_MINIMIZE
+ ---help---
+ Disable support for the "Desktop" background image.
+
config NXWM_BACKGROUND_IMAGE
string "Background Image"
+ depends on !NXWM_DISABLE_BACKGROUND_IMAGE
---help---
The name of the image to use in the background window. Default:
NXWidgets::g_nuttxBitmap