mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:59:13 +02:00
MG: added new tool: Guess misplaced $IFDEF/$ENDIF
git-svn-id: trunk@926 -
This commit is contained in:
parent
c17e81be6c
commit
a0fad73860
@ -321,6 +321,14 @@ type
|
|||||||
MenuItem: PGtkWidget;
|
MenuItem: PGtkWidget;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// some callbacks
|
||||||
|
function GTKHiddenRealizeAfterCB(Widget: PGtkWidget; Data: Pointer): GBoolean; forward; cdecl;
|
||||||
|
function gtkMouseBtnPress(widget: PGtkWidget; event : pgdkEventButton;
|
||||||
|
data: gPointer) : GBoolean; forward; cdecl;
|
||||||
|
function GTKMotionNotify(Widget:PGTKWidget; event: PGDKEventMotion;
|
||||||
|
data: gPointer): GBoolean; forward; cdecl;
|
||||||
|
function gtkMouseBtnRelease(widget: PGtkWidget; event : pgdkEventButton;
|
||||||
|
data: gPointer) : GBoolean; forward; cdecl;
|
||||||
|
|
||||||
{$I dragicons.inc}
|
{$I dragicons.inc}
|
||||||
{$I gtkproc.inc}
|
{$I gtkproc.inc}
|
||||||
@ -387,6 +395,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.52 2002/06/26 15:11:09 lazarus
|
||||||
|
MG: added new tool: Guess misplaced $IFDEF/$ENDIF
|
||||||
|
|
||||||
Revision 1.51 2002/06/21 16:59:15 lazarus
|
Revision 1.51 2002/06/21 16:59:15 lazarus
|
||||||
MG: TControl.Cursor is now set, reduced auto reaction of widgets in design mode
|
MG: TControl.Cursor is now set, reduced auto reaction of widgets in design mode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user