mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-17 01:36:21 +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}
|
||||
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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user