MG: removed interfaces

git-svn-id: trunk@1958 -
This commit is contained in:
lazarus 2002-08-17 23:40:24 +00:00
parent f4c9bc475a
commit b960c0b55f

View File

@ -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