summaryrefslogtreecommitdiff
path: root/apps/NxWidgets
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-28 18:48:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-28 18:48:11 +0000
commita63f8bb684d01a23bfe1ee85b1d7faf983b9d1ea (patch)
tree3f51cea039f16c0a9b0b8e05550fe9112d72d824 /apps/NxWidgets
parentf1b1e3ba11994bcbb0a1ddad9f8e686a6a9ae475 (diff)
downloadnuttx-a63f8bb684d01a23bfe1ee85b1d7faf983b9d1ea.tar.gz
nuttx-a63f8bb684d01a23bfe1ee85b1d7faf983b9d1ea.tar.bz2
nuttx-a63f8bb684d01a23bfe1ee85b1d7faf983b9d1ea.zip
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/NxWidgets')
-rw-r--r--apps/NxWidgets/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index 656399199..6f5f3e924 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -463,6 +463,30 @@ config NXWM_BACKGROUND_IMAGE
The name of the image to use in the background window. Default:
NXWidgets::g_nuttxBitmap
+comment "Application Window Configuration"
+
+config NXWM_CUSTOM_APPWINDOW_ICONS
+ bool "Custom Start/Stop Application Window Icons"
+ default n
+ ---help---
+ Select to override the default Application Window Stop and Minimize Icons.
+
+if NXWM_CUSTOM_APPWINDOW_ICONS
+
+config NXWM_STOP_BITMAP
+ string "Stop Icon"
+ default "NxWM::g_stopBitmap"
+ ---help---
+ The glyph to use as the Stop icon. Default: NxWM::g_stopBitmap
+
+config NXWM_MINIMIZE_BITMAP
+ string "Minimize Icon"
+ default "NxWM::g_minimizeBitmap"
+ ---help---
+ The glyph to use as the Minimize icon. Default: NxWM::g_minimizeBitmap
+
+endif
+
comment "Start Window Configuration"
comment "Horizontal and vertical spacing of icons in the task bar"