mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 14:36:03 +02:00
Bug fix for Mattias.
Fixed spinedit so you can now get the value and set the value. Shane git-svn-id: trunk@844 -
This commit is contained in:
parent
960069d6bd
commit
18c543f1ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user