moved win_gtk.h header to wx/gtk/private, it's for internal use only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-02-22 13:24:05 +00:00
parent 69bc0cca0e
commit bbd92d1dbe
8 changed files with 5 additions and 7 deletions

View File

@@ -2101,7 +2101,6 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_LOWLEVEL_HDR = \
wx/gtk/region.h \
wx/gtk/tooltip.h \
wx/gtk/toplevel.h \
wx/gtk/win_gtk.h \
wx/gtk/window.h
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@LOWLEVEL_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_LOWLEVEL_HDR)
@COND_TOOLKIT_MAC@LOWLEVEL_HDR =

View File

@@ -1056,7 +1056,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/gtk/region.h
wx/gtk/tooltip.h
wx/gtk/toplevel.h
wx/gtk/win_gtk.h
wx/gtk/window.h
</set>
<set var="GTK_SRC" hints="files">

View File

@@ -19,7 +19,7 @@
#include <gtk/gtk.h>
#include "wx/gtk/win_gtk.h"
#include "wx/gtk/private/win_gtk.h"
//-----------------------------------------------------------------------------
// "button_press"

View File

@@ -38,7 +38,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include "wx/gtk/win_gtk.h"
#include "wx/gtk/private/win_gtk.h"
#include "wx/unix/utilsx11.h"

View File

@@ -14,7 +14,7 @@
#endif
#include "wx/platform.h"
#include "wx/gtk/win_gtk.h"
#include "wx/gtk/private/win_gtk.h"
#ifdef __cplusplus
extern "C" {

View File

@@ -8,7 +8,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h"
#include "wx/gtk/win_gtk.h"
#include "wx/gtk/private/win_gtk.h"
/*
wxPizza is a custom GTK+ widget derived from GtkFixed. A custom widget

View File

@@ -36,7 +36,7 @@
#include <ctype.h>
#include "wx/gtk/private.h"
#include "wx/gtk/win_gtk.h"
#include "wx/gtk/private/win_gtk.h"
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkx.h>