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
This commit is contained in:
parent
d2a0163da1
commit
5d1fdfbf04
@ -463,6 +463,30 @@ config NXWM_BACKGROUND_IMAGE
|
|||||||
The name of the image to use in the background window. Default:
|
The name of the image to use in the background window. Default:
|
||||||
NXWidgets::g_nuttxBitmap
|
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 "Start Window Configuration"
|
||||||
|
|
||||||
comment "Horizontal and vertical spacing of icons in the task bar"
|
comment "Horizontal and vertical spacing of icons in the task bar"
|
||||||
|
Loading…
Reference in New Issue
Block a user