From a63f8bb684d01a23bfe1ee85b1d7faf983b9d1ea Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 28 Feb 2013 18:48:11 +0000 Subject: 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 --- apps/NxWidgets/Kconfig | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'apps/NxWidgets') 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" -- cgit v1.2.3