From 18c543f1eef87b8b071e48686dbfdeab8e0cd554 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:47:03 +0000 Subject: [PATCH] Bug fix for Mattias. Fixed spinedit so you can now get the value and set the value. Shane git-svn-id: trunk@844 - --- lcl/interfaces/gtk/gtkint.pp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lcl/interfaces/gtk/gtkint.pp b/lcl/interfaces/gtk/gtkint.pp index deba5a4406..0f8247e140 100644 --- a/lcl/interfaces/gtk/gtkint.pp +++ b/lcl/interfaces/gtk/gtkint.pp @@ -31,8 +31,8 @@ interface uses InterfaceBase, gtk, gdk, glib, SysUtils, LMessages, Classes, Controls, - ExtCtrls, Forms, Dialogs, VclGlobals, StdCtrls, ComCtrls, LCLLinux, LCLType, - gtkDef, DynHashArray, LazQueue, Calendar, Arrow, GraphType; + ExtCtrls,Forms,Dialogs, VclGlobals, StdCtrls, ComCtrls, LCLLinux, LCLType, + gtkDef, DynHashArray, LazQueue, Calendar, Arrow, GraphType,Spin; type TgtkObject = class(TInterfaceBase) @@ -325,6 +325,11 @@ end. { ============================================================================= $Log$ + Revision 1.31 2002/03/14 20:28:49 lazarus + Bug fix for Mattias. + Fixed spinedit so you can now get the value and set the value. + Shane + Revision 1.30 2002/02/25 18:46:06 lazarus MG: fixed nested record parsing