mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:39:20 +02:00
improved but not fixed transient windows
git-svn-id: trunk@2289 -
This commit is contained in:
parent
27b074d414
commit
12bd8e2511
@ -1611,6 +1611,12 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
function GtkWindowIsModal(GtkWindow: PGtkWindow): boolean;
|
||||
begin
|
||||
writeln('GtkWindowIsModal This test is buggy');
|
||||
Result:=(GtkWindow^.flag0 and bm_modal)<>0;
|
||||
end;
|
||||
|
||||
{-------------------------------------------------------------------------------
|
||||
procedure ConnectSignal(const AnObject:gtk_Object; const ASignal: PChar;
|
||||
const ACallBackProc: Pointer; const ReqSignalMask: TGdkEventMask;
|
||||
@ -3993,6 +3999,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.163 2003/03/17 13:00:35 mattias
|
||||
improved but not fixed transient windows
|
||||
|
||||
Revision 1.162 2003/03/15 09:42:50 mattias
|
||||
fixed transient windows
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user