/[paragui]/paragui/include/pgwidgetdnd.h
ViewVC logotype

Diff of /paragui/include/pgwidgetdnd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by braindead, Mon Apr 15 13:35:35 2002 UTC revision 1.3.2.1 by braindead, Tue Dec 2 15:27:58 2003 UTC
# Line 29  Line 29 
29  #ifndef PG_WIDGETDND_H  #ifndef PG_WIDGETDND_H
30  #define PG_WIDGETDND_H  #define PG_WIDGETDND_H
31    
 #ifdef SWIG  
 %include "swigcommon.h"  
 %module pgwidgetdnd  
 %{  
 #include "pgwidgetdnd.h"  
     %}  
 #endif  
   
32  #include "pgwidget.h"  #include "pgwidget.h"
33    
34  /**  /**
# Line 56  public: Line 48  public:
48          */          */
49          PG_WidgetDnD(PG_Widget* parent, int dndID, const PG_Rect& r);          PG_WidgetDnD(PG_Widget* parent, int dndID, const PG_Rect& r);
50    
 #ifdef SWIG  
   
         %name(PG_WidgetDnDEx) PG_WidgetDnD(PG_Widget* parent, int dndID, const PG_Rect& r, bool bCreateSurface);  
 #else  
51          /**          /**
52          */          */
53          PG_WidgetDnD(PG_Widget* parent, int dndID, const PG_Rect& r, bool bCreateSurface);          PG_WidgetDnD(PG_Widget* parent, int dndID, const PG_Rect& r, bool bCreateSurface);
 #endif  
54    
55          /**          /**
56          */          */
# Line 149  private: Line 136  private:
136          SDL_Surface* dragimagecache;          SDL_Surface* dragimagecache;
137    
138  private: // disable the copy operators  private: // disable the copy operators
 #ifndef SWIG  
139    
140          PG_WidgetDnD(const PG_WidgetDnD&);          PG_WidgetDnD(const PG_WidgetDnD&);
141          PG_WidgetDnD& operator=(const PG_WidgetDnD&);          PG_WidgetDnD& operator=(const PG_WidgetDnD&);
 #endif  
142    
143  };  };
144    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26