~ubuntu-branches/ubuntu/maverick/wxwidgets2.8/maverick-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2007-11-06 18:25:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071106182513-809agqds6igh7mqo
Tags: 2.8.6.1-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.6.1.tar.bz2, renamed debian to debian-upstream.
* Provide a get-orig-source target to do the repackaging.
* Fix "substvar-source-version-is-deprecated" lintian warnings.
* Remove duplicate Description field in debian/control.
* Add "\" at the end of line 8 in debian/python-wxtools.menu to fix
  "bad-test-in-menu-item" lintian error.
* Provide .xpm icons to fix "menu-icon-not-in-xpm-format" lintian errors,
  changed Icon field in debian/python-wxtools.menu.
* Fix "wrong-name-for-upstream-changelog" lintian warnings.
* Remove "Application;" from Categories field in debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Switch "Apps" to "Applications" in debian/python-wxtools.menu to fix
  "menu-item-uses-apps-section" lintian warnings.
* Drop the icon extension from debian/pycrust.desktop,
  debian/pyshell.desktop, debian/xrced.desktop.
* Add dpatch support.
* Add "WX_CONFIG" patch.
* debian/rules:
  - added .xpm icons to install-gtk-py-tools target
  - added "docs/changes.txt" to dh_installchangelogs in binary-common target
  - added "\" at the end of "install-examples install-msw-dev
    install-msw-dbg install-headers-msw" line in .PHONY

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
// Modified by: Vadim Zeitlin on 13.05.99: complete refont of message handling,
6
6
//              elimination of Default(), ...
7
7
// Created:     01/02/97
8
 
// RCS-ID:      $Id: window.h,v 1.170.4.1 2007/04/16 13:01:57 VZ Exp $
 
8
// RCS-ID:      $Id: window.h 47962 2007-08-08 12:38:13Z JS $
9
9
// Copyright:   (c) Julian Smart
10
10
// Licence:     wxWindows licence
11
11
/////////////////////////////////////////////////////////////////////////////
219
219
    // created yet)
220
220
    void MSWUpdateStyle(long flagsOld, long exflagsOld);
221
221
 
 
222
#if wxABI_VERSION >= 20805
 
223
    // Helper for getting an appropriate theme style for the application. Unnecessary in
 
224
    // 2.9 and above.
 
225
        wxBorder GetThemedBorderStyle() const;
 
226
#endif
 
227
 
222
228
    // translate wxWidgets coords into Windows ones suitable to be passed to
223
229
    // ::CreateWindow()
224
230
    //