added transient deactivation option and updated localization

git-svn-id: trunk@2588 -
This commit is contained in:
mattias 2002-08-17 23:41:30 +00:00
parent cce27921fb
commit 8d64adb98d
2 changed files with 8 additions and 2 deletions

View File

@ -38,7 +38,7 @@ uses
{$ELSE}
glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf}
{$ENDIF}
LCLLinux, LCLType, VclGlobals, Classes, LCLMemManager, DynHashArray,
Classes, LCLLinux, LCLType, VclGlobals, LCLMemManager, DynHashArray,
GraphType;
type
@ -435,6 +435,9 @@ end.
{ =============================================================================
$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
implemented transient windows for all cases

View File

@ -31,8 +31,10 @@ uses
{$I dragicons.inc}
var
// target_table : array[0..TARGET_ENTRYS - 1] of TgtkTargetEntry;
// gtk-interface options
UseTransientForModalWindows: boolean;
var
//drag icons
//TrashCan_Open : PgdkPixmap;
//TrashCan_Open_Mask : PGdkPixmap;
@ -283,6 +285,7 @@ implementation
initialization
ModalWindows:=nil;
UseTransientForModalWindows:=true;
end.