~ubuntu-branches/ubuntu/wily/wxwidgets3.0/wily-proposed

« back to all changes in this revision

Viewing changes to include/wx/msw/statbmp.h

  • Committer: Package Import Robot
  • Author(s): Olly Betts
  • Date: 2014-06-18 12:42:22 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140618124222-y7t2vpsije1cesxy
Tags: 3.0.1-1
* New upstream release
  + Incorporates most of the patches we were carrying - only one left is:
    wx-config-conditionalise-webview-in-std.patch
* Drop versioning of dependencies from run-time libraries to wx-common -
  this will make the transition to the next wx version harder, and also
  makes backporting to wheezy more work.
* Mark -dbg packages as "Multi-Arch: same".
* Correct short descriptions of the webview packages to not just be
  copies of the corresponding media package's short description.
* Wrap 81 character line in package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    WXHANDLE m_currentHandle;
86
86
 
87
87
private:
 
88
    // Replace the image at the native control level with the given HBITMAP or
 
89
    // HICON (which can be 0) and destroy the previous image if necessary.
 
90
    void MSWReplaceImageHandle(WXLPARAM handle);
 
91
 
88
92
    DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
89
93
    wxDECLARE_EVENT_TABLE();
90
94
    wxDECLARE_NO_COPY_CLASS(wxStaticBitmap);