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:
@@ -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 =
|
||||
|
@@ -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">
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "wx/gtk/win_gtk.h"
|
||||
#include "wx/gtk/private/win_gtk.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// "button_press"
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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" {
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user