~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to wxPython/src/helpers.cpp

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
// Author:      Robin Dunn
6
6
//
7
7
// Created:     1-July-1997
8
 
// RCS-ID:      $Id: helpers.cpp 63972 2010-04-14 01:03:34Z RD $
 
8
// RCS-ID:      $Id: helpers.cpp 67473 2011-04-13 18:21:48Z RD $
9
9
// Copyright:   (c) 1998 by Total Control Software
10
10
// Licence:     wxWindows license
11
11
/////////////////////////////////////////////////////////////////////////////
3265
3265
//----------------------------------------------------------------------
3266
3266
// Function to test if the Display (or whatever is the platform equivallent)
3267
3267
// can be connected to.  This is accessable from wxPython as a staticmethod of
3268
 
// wx.App called DisplayAvailable().
 
3268
// wx.App called IsDisplayAvailable().
3269
3269
 
3270
3270
 
3271
3271
bool wxPyTestDisplayAvailable()