mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
MG: removed interfaces
git-svn-id: trunk@1958 -
This commit is contained in:
parent
f4c9bc475a
commit
b960c0b55f
@ -164,7 +164,7 @@ begin
|
|||||||
GdkWindow:=GetControlWindow(PgtkWidget(hwnd));
|
GdkWindow:=GetControlWindow(PgtkWidget(hwnd));
|
||||||
gdk_window_raise(GdkWindow);
|
gdk_window_raise(GdkWindow);
|
||||||
// how to set the keyboard focus to the raised window?
|
// how to set the keyboard focus to the raised window?
|
||||||
gtk_window_activate_focus(PGtkWindow(hWnd));
|
//gtk_window_activate_focus(PGtkWindow(hWnd));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -7485,6 +7485,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.176 2002/10/29 23:14:28 lazarus
|
||||||
|
MG: removed interfaces
|
||||||
|
|
||||||
Revision 1.175 2002/10/29 19:33:42 lazarus
|
Revision 1.175 2002/10/29 19:33:42 lazarus
|
||||||
MG: removed interfaces
|
MG: removed interfaces
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user