move everything inside wxUSE_RIBBON wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,12 +15,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/dc.h"
|
|
||||||
#include "wx/settings.h"
|
|
||||||
#include "wx/ribbon/art.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/ribbon/art_internal.h"
|
#include "wx/ribbon/art_internal.h"
|
||||||
#include "wx/ribbon/bar.h"
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/ribbon/buttonbar.h"
|
#include "wx/ribbon/buttonbar.h"
|
||||||
@@ -28,6 +25,8 @@
|
|||||||
#include "wx/ribbon/toolbar.h"
|
#include "wx/ribbon/toolbar.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/dc.h"
|
||||||
|
#include "wx/settings.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
@@ -15,17 +15,16 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/dc.h"
|
|
||||||
#include "wx/ribbon/art.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/ribbon/art_internal.h"
|
#include "wx/ribbon/art_internal.h"
|
||||||
#include "wx/ribbon/bar.h"
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/ribbon/buttonbar.h"
|
#include "wx/ribbon/buttonbar.h"
|
||||||
#include "wx/ribbon/gallery.h"
|
#include "wx/ribbon/gallery.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/dc.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
@@ -15,11 +15,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/dcmemory.h"
|
|
||||||
#include "wx/ribbon/art.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/ribbon/art_internal.h"
|
#include "wx/ribbon/art_internal.h"
|
||||||
#include "wx/ribbon/bar.h"
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/ribbon/buttonbar.h"
|
#include "wx/ribbon/buttonbar.h"
|
||||||
@@ -27,6 +25,7 @@
|
|||||||
#include "wx/ribbon/toolbar.h"
|
#include "wx/ribbon/toolbar.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/dcmemory.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
@@ -15,10 +15,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/bar.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/ribbon/art.h"
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/dcbuffer.h"
|
#include "wx/dcbuffer.h"
|
||||||
|
|
||||||
|
@@ -15,10 +15,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/buttonbar.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/buttonbar.h"
|
||||||
#include "wx/ribbon/art.h"
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/dcbuffer.h"
|
#include "wx/dcbuffer.h"
|
||||||
|
|
||||||
|
@@ -8,16 +8,17 @@
|
|||||||
// Copyright: (C) Peter Cawley
|
// Copyright: (C) Peter Cawley
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/control.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/control.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -15,10 +15,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/gallery.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/gallery.h"
|
||||||
#include "wx/ribbon/art.h"
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/ribbon/bar.h"
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/dcbuffer.h"
|
#include "wx/dcbuffer.h"
|
||||||
|
@@ -14,10 +14,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/page.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/page.h"
|
||||||
#include "wx/ribbon/art.h"
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/ribbon/bar.h"
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/dcbuffer.h"
|
#include "wx/dcbuffer.h"
|
||||||
|
@@ -8,22 +8,23 @@
|
|||||||
// Copyright: (C) Peter Cawley
|
// Copyright: (C) Peter Cawley
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/art.h"
|
|
||||||
#include "wx/ribbon/bar.h"
|
|
||||||
#include "wx/ribbon/panel.h"
|
|
||||||
#include "wx/dcbuffer.h"
|
|
||||||
#include "wx/display.h"
|
|
||||||
#include "wx/frame.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/panel.h"
|
||||||
|
#include "wx/ribbon/art.h"
|
||||||
|
#include "wx/ribbon/bar.h"
|
||||||
|
#include "wx/dcbuffer.h"
|
||||||
|
#include "wx/display.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/frame.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
@@ -15,10 +15,9 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/ribbon/toolbar.h"
|
|
||||||
|
|
||||||
#if wxUSE_RIBBON
|
#if wxUSE_RIBBON
|
||||||
|
|
||||||
|
#include "wx/ribbon/toolbar.h"
|
||||||
#include "wx/ribbon/art.h"
|
#include "wx/ribbon/art.h"
|
||||||
#include "wx/ribbon/bar.h"
|
#include "wx/ribbon/bar.h"
|
||||||
#include "wx/dcbuffer.h"
|
#include "wx/dcbuffer.h"
|
||||||
|
Reference in New Issue
Block a user