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:
@@ -2991,7 +2991,6 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_GUI_HDR = \
|
|||||||
wx/gtk/textctrl.h \
|
wx/gtk/textctrl.h \
|
||||||
wx/gtk/textentry.h \
|
wx/gtk/textentry.h \
|
||||||
wx/gtk/tglbtn.h \
|
wx/gtk/tglbtn.h \
|
||||||
wx/gtk/treeentry_gtk.h \
|
|
||||||
wx/generic/fontdlgg.h \
|
wx/generic/fontdlgg.h \
|
||||||
wx/gtk/gnome/gprint.h
|
wx/gtk/gnome/gprint.h
|
||||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_GUI_HDR)
|
@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/toolbar.h \
|
||||||
wx/gtk/textctrl.h \
|
wx/gtk/textctrl.h \
|
||||||
wx/gtk/textentry.h \
|
wx/gtk/textentry.h \
|
||||||
wx/gtk/tglbtn.h \
|
wx/gtk/tglbtn.h
|
||||||
wx/gtk/treeentry_gtk.h
|
|
||||||
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_3@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_GUI_HDR)
|
@COND_TOOLKIT_GTK_TOOLKIT_VERSION_3@GUI_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_GUI_HDR)
|
||||||
COND_TOOLKIT_MOTIF_GUI_HDR = \
|
COND_TOOLKIT_MOTIF_GUI_HDR = \
|
||||||
wx/generic/clrpickerg.h \
|
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/textctrl.h
|
||||||
wx/gtk/textentry.h
|
wx/gtk/textentry.h
|
||||||
wx/gtk/tglbtn.h
|
wx/gtk/tglbtn.h
|
||||||
wx/gtk/treeentry_gtk.h
|
|
||||||
</set>
|
</set>
|
||||||
<set var="GTK2_HDR" hints="files">
|
<set var="GTK2_HDR" hints="files">
|
||||||
$(GTK_HDR)
|
$(GTK_HDR)
|
||||||
|
@@ -14,10 +14,7 @@
|
|||||||
#if wxUSE_CHECKLISTBOX
|
#if wxUSE_CHECKLISTBOX
|
||||||
|
|
||||||
#include "wx/checklst.h"
|
#include "wx/checklst.h"
|
||||||
#include "wx/gtk/private.h"
|
|
||||||
#include "wx/gtk/treeentry_gtk.h"
|
|
||||||
|
|
||||||
#include <gdk/gdk.h>
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
#include "wx/gtk/private.h"
|
#include "wx/gtk/private.h"
|
||||||
#include "wx/gtk/private/gtk2-compat.h"
|
#include "wx/gtk/private/gtk2-compat.h"
|
||||||
#include "wx/gtk/private/object.h"
|
#include "wx/gtk/private/object.h"
|
||||||
#include "wx/gtk/treeentry_gtk.h"
|
#include "wx/gtk/private/treeentry_gtk.h"
|
||||||
|
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
#ifdef __WXGTK3__
|
#ifdef __WXGTK3__
|
||||||
|
@@ -14,7 +14,7 @@ typedef pid_t GPid;
|
|||||||
#define GSEAL(x) x
|
#define GSEAL(x) x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/gtk/treeentry_gtk.h"
|
#include "wx/gtk/private/treeentry_gtk.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
GtkTreeEntry
|
GtkTreeEntry
|
||||||
|
Reference in New Issue
Block a user