changeset 89:ec311fe773da

Include a vertical scrollbar on comboboxes when there are too many items.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 19 Apr 2002 17:52:38 +0000
parents 58d8139fe0a2
children eeb98f881663
files win/dw.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Tue Apr 16 19:10:16 2002 +0000
+++ b/win/dw.c	Fri Apr 19 17:52:38 2002 +0000
@@ -3876,8 +3876,9 @@
 HWND dw_combobox_new(char *text, ULONG id)
 {
 	HWND tmp = CreateWindow(COMBOBOXCLASSNAME,
-							"",
-                            WS_CHILD | CBS_DROPDOWN | WS_CLIPCHILDREN,
+							text,
+							WS_CHILD | CBS_DROPDOWN | WS_VSCROLL |
+							WS_CLIPCHILDREN,
 							0,0,2000,1000,
 							DW_HWND_OBJECT,
 							(HMENU)id,