2000-07-23 01:18:34 +00:00
|
|
|
/* GDK - The GIMP Drawing Kit
|
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Library General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Library General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Modified by the GTK+ Team and others 1997-1999. 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/.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GDK_WINDOW_WIN32_H__
|
|
|
|
#define __GDK_WINDOW_WIN32_H__
|
|
|
|
|
2011-01-02 10:51:25 +00:00
|
|
|
#include "gdk/win32/gdkprivate-win32.h"
|
|
|
|
#include "gdk/gdkwindowimpl.h"
|
|
|
|
#include "gdk/gdkcursor.h"
|
2000-07-23 01:18:34 +00:00
|
|
|
|
2011-01-02 10:51:25 +00:00
|
|
|
#include <windows.h>
|
2000-07-23 01:18:34 +00:00
|
|
|
|
2011-01-02 10:51:25 +00:00
|
|
|
G_BEGIN_DECLS
|
2000-07-23 01:18:34 +00:00
|
|
|
|
|
|
|
/* Window implementation for Win32
|
|
|
|
*/
|
|
|
|
|
|
|
|
typedef struct _GdkWindowImplWin32 GdkWindowImplWin32;
|
|
|
|
typedef struct _GdkWindowImplWin32Class GdkWindowImplWin32Class;
|
|
|
|
|
2001-10-28 21:28:51 +00:00
|
|
|
#define GDK_TYPE_WINDOW_IMPL_WIN32 (_gdk_window_impl_win32_get_type ())
|
2000-07-23 01:18:34 +00:00
|
|
|
#define GDK_WINDOW_IMPL_WIN32(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WINDOW_IMPL_WIN32, GdkWindowImplWin32))
|
|
|
|
#define GDK_WINDOW_IMPL_WIN32_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_WINDOW_IMPL_WIN32, GdkWindowImplWin32Class))
|
|
|
|
#define GDK_IS_WINDOW_IMPL_WIN32(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WINDOW_IMPL_WIN32))
|
|
|
|
#define GDK_IS_WINDOW_IMPL_WIN32_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_WINDOW_IMPL_WIN32))
|
|
|
|
#define GDK_WINDOW_IMPL_WIN32_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_WINDOW_IMPL_WIN32, GdkWindowImplWin32Class))
|
|
|
|
|
|
|
|
struct _GdkWindowImplWin32
|
|
|
|
{
|
2011-01-02 10:51:25 +00:00
|
|
|
GdkWindowImpl parent_instance;
|
|
|
|
|
|
|
|
GdkWindow *wrapper;
|
|
|
|
HANDLE handle;
|
2000-07-23 01:18:34 +00:00
|
|
|
|
2005-03-16 02:21:14 +00:00
|
|
|
gint8 toplevel_window_type;
|
|
|
|
|
2000-07-23 01:18:34 +00:00
|
|
|
HCURSOR hcursor;
|
2003-12-14 01:06:56 +00:00
|
|
|
HICON hicon_big;
|
|
|
|
HICON hicon_small;
|
2000-07-23 01:18:34 +00:00
|
|
|
|
|
|
|
/* Window size hints */
|
|
|
|
gint hint_flags;
|
2003-08-02 02:05:12 +00:00
|
|
|
GdkGeometry hints;
|
2000-07-23 01:18:34 +00:00
|
|
|
|
2005-11-09 02:13:35 +00:00
|
|
|
GdkWindowTypeHint type_hint;
|
|
|
|
|
2000-07-23 01:18:34 +00:00
|
|
|
gboolean extension_events_selected;
|
2007-07-12 23:38:30 +00:00
|
|
|
|
|
|
|
GdkWindow *transient_owner;
|
2007-10-18 00:31:22 +00:00
|
|
|
GSList *transient_children;
|
|
|
|
gint num_transients;
|
|
|
|
gboolean changing_state;
|
2009-02-14 18:23:54 +00:00
|
|
|
|
|
|
|
guint no_bg : 1;
|
2011-01-02 10:51:25 +00:00
|
|
|
|
|
|
|
cairo_surface_t *cairo_surface;
|
|
|
|
HDC hdc;
|
|
|
|
int hdc_count;
|
|
|
|
HBITMAP saved_dc_bitmap; /* Original bitmap for dc */
|
2000-07-23 01:18:34 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct _GdkWindowImplWin32Class
|
|
|
|
{
|
2011-01-02 10:51:25 +00:00
|
|
|
GdkWindowImplClass parent_class;
|
2000-07-23 01:18:34 +00:00
|
|
|
};
|
|
|
|
|
2001-10-28 21:28:51 +00:00
|
|
|
GType _gdk_window_impl_win32_get_type (void);
|
2000-07-23 01:18:34 +00:00
|
|
|
|
2009-02-24 15:52:32 +00:00
|
|
|
void _gdk_win32_window_tmp_unset_bg (GdkWindow *window,
|
|
|
|
gboolean recurse);
|
|
|
|
void _gdk_win32_window_tmp_reset_bg (GdkWindow *window,
|
|
|
|
gboolean recurse);
|
|
|
|
|
|
|
|
void _gdk_win32_window_tmp_unset_parent_bg (GdkWindow *window);
|
|
|
|
void _gdk_win32_window_tmp_reset_parent_bg (GdkWindow *window);
|
|
|
|
|
2005-06-12 05:32:25 +00:00
|
|
|
G_END_DECLS
|
2000-07-23 01:18:34 +00:00
|
|
|
|
|
|
|
#endif /* __GDK_WINDOW_WIN32_H__ */
|