changeset 253:e041ce42659a

Added a comment describing how it works.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Feb 2003 19:08:40 +0000
parents eab1540444b2
children 42332e598d55
files dwtest.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dwtest.c	Wed Feb 19 19:06:04 2003 +0000
+++ b/dwtest.c	Wed Feb 19 19:08:40 2003 +0000
@@ -290,6 +290,7 @@
 	vscrollbox = dw_box_new(BOXVERT, 0);
 	vscrollbar = dw_scrollbar_new(TRUE, 100, 50);
 	dw_box_pack_start(vscrollbox, vscrollbar, 14, 100, FALSE, TRUE, 0);
+	/* Pack an area of empty space 14x14 pixels */
 	dw_box_pack_start(vscrollbox, 0, 14, 14, FALSE, FALSE, 0);
 	dw_box_pack_start(pagebox, vscrollbox, 0, 0, FALSE, TRUE, 0);