mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 16:16:23 +02:00
MG: fixed notebook client area, send messages and minor bugs
git-svn-id: trunk@2000 -
This commit is contained in:
parent
f7948ac0f1
commit
4dcdd090d2
@ -501,7 +501,6 @@ begin
|
|||||||
//TObject(data).Dispatch(Mess);
|
//TObject(data).Dispatch(Mess);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
function gtkMonthChanged(Widget: PGtkWidget; data: gPointer) : GBoolean; cdecl;
|
function gtkMonthChanged(Widget: PGtkWidget; data: gPointer) : GBoolean; cdecl;
|
||||||
var
|
var
|
||||||
MSG: TLMessage;
|
MSG: TLMessage;
|
||||||
@ -2257,6 +2256,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.123 2002/09/06 15:57:34 lazarus
|
||||||
|
MG: fixed notebook client area, send messages and minor bugs
|
||||||
|
|
||||||
Revision 1.122 2002/09/05 12:11:43 lazarus
|
Revision 1.122 2002/09/05 12:11:43 lazarus
|
||||||
MG: TNotebook is now streamable
|
MG: TNotebook is now streamable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user