• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/

Lines Matching refs:image

45   In your OnMouseMove function, hide the image, do any display updating required,
46 then move and show the image again:
56 // Prevent screen corruption by hiding the image
68 // Move and show the image again
73 Eventually we end the drag and delete the drag image.
79 // End the drag and delete the drag image
95 and ignore the image.
110 wxDragImage(const wxBitmap& image, const wxCursor& cursor = wxNullCursor)
114 Create(image, cursor);
118 wxDragImage(const wxBitmap& image, const wxCursor& cursor, const wxPoint& cursorHotspot)
122 Create(image, cursor, cursorHotspot);
125 wxDragImage(const wxIcon& image, const wxCursor& cursor = wxNullCursor)
129 Create(image, cursor);
133 wxDragImage(const wxIcon& image, const wxCursor& cursor, const wxPoint& cursorHotspot)
137 Create(image, cursor, cursorHotspot);
181 // Create a drag image from a bitmap and optional cursor
182 bool Create(const wxBitmap& image, const wxCursor& cursor = wxNullCursor);
183 bool Create(const wxBitmap& image, const wxCursor& cursor, const wxPoint& WXUNUSED(cursorHotspot))
186 return Create(image, cursor);
189 // Create a drag image from an icon and optional cursor
190 bool Create(const wxIcon& image, const wxCursor& cursor = wxNullCursor);
191 bool Create(const wxIcon& image, const wxCursor& cursor, const wxPoint& WXUNUSED(cursorHotspot))
194 return Create(image, cursor);
197 // Create a drag image from a string and optional cursor
206 // Create a drag image for the given tree control item
211 // Create a drag image for the given list control item
216 // corner of the image.
220 // corner of the image. This is full screen only. fullScreenRect gives the
227 // Move the image: call from OnMouseMove. Pt is in window client coordinates if window
231 // Show the image
234 // Hide the image
243 // Returns the native image list handle
247 // Returns the native image list handle for the cursor