tColumn titles of GtkCList widgets - under Win32 - should now scroll horizontally in line with the main list control. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 47c9671ce85f3c44f0b6194a6888ecd3a5bf833c
(DIR) parent c6428d59bd8189b386c5093d3df56ae6b7906a86
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Sun, 29 Sep 2002 15:57:57 +0000
Column titles of GtkCList widgets - under Win32 - should now scroll
horizontally in line with the main list control.
Diffstat:
M src/gtkport/gtkport.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
t@@ -1323,6 +1323,8 @@ void win32_init(HINSTANCE hInstance, HINSTANCE hPrevInstance,
wc.lpszMenuName = NULL;
wc.lpszClassName = WC_GTKURL;
myRegisterClass(&wc);
+
+ InitCListClass(hInstance);
}
}