]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwin32embedwidget.h
filechooserbutton: Duh, remove all the timeouts after tests
[~andy/gtk] / gtk / gtkwin32embedwidget.h
index fa74512b8754ec78d7dbe3188341511ec906c830..57776f37260231605981bcb90dc7af7f4c04ac6d 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK - The GTK+ Toolkit
+/* GTK - The GIMP Toolkit
  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
  *
  * This library is free software; you can redistribute it and/or
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
  * Modified by the GTK+ Team and others 1997-2006.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 #ifndef __GTK_WIN32_EMBED_WIDGET_H__
 #define __GTK_WIN32_EMBED_WIDGET_H__
 
-#include <gdk/gdk.h>
+
 #include <gtk/gtkwindow.h>
 #include "win32/gdkwin32.h"
 
+
 G_BEGIN_DECLS
 
 #define GTK_TYPE_WIN32_EMBED_WIDGET            (gtk_win32_embed_widget_get_type ())
@@ -65,7 +65,7 @@ struct _GtkWin32EmbedWidgetClass
 
 
 GType      gtk_win32_embed_widget_get_type (void) G_GNUC_CONST;
-GtkWidget* _gtk_win32_embed_widget_new              (GdkNativeWindow  parent_id);
+GtkWidget* _gtk_win32_embed_widget_new              (HWND parent);
 BOOL       _gtk_win32_embed_widget_dialog_procedure (GtkWin32EmbedWidget *embed_widget,
                                                     HWND wnd, UINT message, WPARAM wparam, LPARAM lparam);