]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/imaglist.h
removing NSWindow based mouse tracking in favour of 10.5+ trackingArea implementation
[wxWidgets.git] / include / wx / osx / imaglist.h
index 10e96b588dca42b4051ecf25ab8c92eda6d72550..0405f4cd436eed530920cfe5a6abdbbe4109f228 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        imaglist.h
+// Name:        wx/osx/imaglist.h
 // Purpose:
 // Author:      Robert Roebling, Stefan Csomor
 // Created:     01/02/97
 // Purpose:
 // Author:      Robert Roebling, Stefan Csomor
 // Created:     01/02/97
@@ -27,10 +27,10 @@ public:
     virtual ~wxImageList();
     bool Create( int width, int height, bool mask = true, int initialCount = 1 );
     bool Create();
     virtual ~wxImageList();
     bool Create( int width, int height, bool mask = true, int initialCount = 1 );
     bool Create();
-    
+
     virtual int GetImageCount() const;
     virtual bool GetSize( int index, int &width, int &height ) const;
     virtual int GetImageCount() const;
     virtual bool GetSize( int index, int &width, int &height ) const;
-    
+
     int Add( const wxIcon& bitmap );
     int Add( const wxBitmap& bitmap );
     int Add( const wxBitmap& bitmap, const wxBitmap& mask );
     int Add( const wxIcon& bitmap );
     int Add( const wxBitmap& bitmap );
     int Add( const wxBitmap& bitmap, const wxBitmap& mask );
@@ -42,17 +42,17 @@ public:
     bool Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask );
     bool Remove( int index );
     bool RemoveAll();
     bool Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask );
     bool Remove( int index );
     bool RemoveAll();
-    
+
     virtual bool Draw(int index, wxDC& dc, int x, int y,
                       int flags = wxIMAGELIST_DRAW_NORMAL,
                       bool solidBackground = false);
     virtual bool Draw(int index, wxDC& dc, int x, int y,
                       int flags = wxIMAGELIST_DRAW_NORMAL,
                       bool solidBackground = false);
-    
+
 private:
     wxList  m_images;
 private:
     wxList  m_images;
-    
+
     int     m_width;
     int     m_height;
     int     m_width;
     int     m_height;
-    
+
     DECLARE_DYNAMIC_CLASS(wxImageList)
 };
 
     DECLARE_DYNAMIC_CLASS(wxImageList)
 };