X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/261917904250fc47a5b89be3d799a2a4df80273c..13d4419b86d028b3e7e32b0f94cc45c40dd9551c:/include/wx/tooltip.h diff --git a/include/wx/tooltip.h b/include/wx/tooltip.h index c20fc7b6d9..0e4ed84c8b 100644 --- a/include/wx/tooltip.h +++ b/include/wx/tooltip.h @@ -1,7 +1,18 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: tooltip.h +// Purpose: wxToolTip base header +// Author: Robert Roebling +// Modified by: +// Created: +// Copyright: (c) Robert Roebling +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_TOOLTIP_H_BASE_ #define _WX_TOOLTIP_H_BASE_ -#include "wx/setup.h" +#include "wx/defs.h" #if wxUSE_TOOLTIPS @@ -9,8 +20,10 @@ #include "wx/msw/tooltip.h" #elif defined(__WXMOTIF__) // #include "wx/motif/tooltip.h" -#elif defined(__WXGTK__) +#elif defined(__WXGTK20__) #include "wx/gtk/tooltip.h" +#elif defined(__WXGTK__) +#include "wx/gtk1/tooltip.h" #elif defined(__WXMAC__) #include "wx/mac/tooltip.h" #elif defined(__WXCOCOA__)