mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 05:46:25 +02:00
added transient deactivation option and updated localization
git-svn-id: trunk@2588 -
This commit is contained in:
parent
cce27921fb
commit
8d64adb98d
@ -38,7 +38,7 @@ uses
|
|||||||
{$ELSE}
|
{$ELSE}
|
||||||
glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf}
|
glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
LCLLinux, LCLType, VclGlobals, Classes, LCLMemManager, DynHashArray,
|
Classes, LCLLinux, LCLType, VclGlobals, LCLMemManager, DynHashArray,
|
||||||
GraphType;
|
GraphType;
|
||||||
|
|
||||||
type
|
type
|
||||||
@ -435,6 +435,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.35 2003/03/26 19:25:27 mattias
|
||||||
|
added transient deactivation option and updated localization
|
||||||
|
|
||||||
Revision 1.34 2003/03/15 18:32:38 mattias
|
Revision 1.34 2003/03/15 18:32:38 mattias
|
||||||
implemented transient windows for all cases
|
implemented transient windows for all cases
|
||||||
|
|
||||||
|
@ -31,8 +31,10 @@ uses
|
|||||||
{$I dragicons.inc}
|
{$I dragicons.inc}
|
||||||
|
|
||||||
var
|
var
|
||||||
// target_table : array[0..TARGET_ENTRYS - 1] of TgtkTargetEntry;
|
// gtk-interface options
|
||||||
|
UseTransientForModalWindows: boolean;
|
||||||
|
|
||||||
|
var
|
||||||
//drag icons
|
//drag icons
|
||||||
//TrashCan_Open : PgdkPixmap;
|
//TrashCan_Open : PgdkPixmap;
|
||||||
//TrashCan_Open_Mask : PGdkPixmap;
|
//TrashCan_Open_Mask : PGdkPixmap;
|
||||||
@ -283,6 +285,7 @@ implementation
|
|||||||
|
|
||||||
initialization
|
initialization
|
||||||
ModalWindows:=nil;
|
ModalWindows:=nil;
|
||||||
|
UseTransientForModalWindows:=true;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user