move treeentry_gtk.h to include/wx/gtk/private/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
442bf2f016
commit
79bca169e5
@ -2991,7 +2991,6 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_GUI_HDR = \
|
||||
wx/gtk/textctrl.h \
|
||||
wx/gtk/textentry.h \
|
||||
wx/gtk/tglbtn.h \
|
||||
wx/gtk/treeentry_gtk.h \
|
||||
wx/generic/fontdlgg.h \
|
||||
wx/gtk/gnome/gprint.h
|
||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_GUI_HDR)
|
||||
@ -3045,8 +3044,7 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_GUI_HDR = \
|
||||
wx/gtk/toolbar.h \
|
||||
wx/gtk/textctrl.h \
|
||||
wx/gtk/textentry.h \
|
||||
wx/gtk/tglbtn.h \
|
||||
wx/gtk/treeentry_gtk.h
|
||||
wx/gtk/tglbtn.h
|
||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_3@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_GUI_HDR)
|
||||
COND_TOOLKIT_MOTIF_GUI_HDR = \
|
||||
wx/generic/clrpickerg.h \
|
||||
|
@ -1276,7 +1276,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/gtk/textctrl.h
|
||||
wx/gtk/textentry.h
|
||||
wx/gtk/tglbtn.h
|
||||
wx/gtk/treeentry_gtk.h
|
||||
</set>
|
||||
<set var="GTK2_HDR" hints="files">
|
||||
$(GTK_HDR)
|
||||
|
@ -14,10 +14,7 @@
|
||||
#if wxUSE_CHECKLISTBOX
|
||||
|
||||
#include "wx/checklst.h"
|
||||
#include "wx/gtk/private.h"
|
||||
#include "wx/gtk/treeentry_gtk.h"
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "wx/gtk/private.h"
|
||||
#include "wx/gtk/private/gtk2-compat.h"
|
||||
#include "wx/gtk/private/object.h"
|
||||
#include "wx/gtk/treeentry_gtk.h"
|
||||
#include "wx/gtk/private/treeentry_gtk.h"
|
||||
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#ifdef __WXGTK3__
|
||||
|
@ -14,7 +14,7 @@ typedef pid_t GPid;
|
||||
#define GSEAL(x) x
|
||||
#endif
|
||||
|
||||
#include "wx/gtk/treeentry_gtk.h"
|
||||
#include "wx/gtk/private/treeentry_gtk.h"
|
||||
|
||||
/*
|
||||
GtkTreeEntry
|
||||
|
Loading…
Reference in New Issue
Block a user