Skip to main content

description goes here

Project description

This package provides a wxPython wxArtProvider class with icons from the Tango Icon Theme.

To use it in your application:

from wx_icons_tango import wxTangoIconTheme

class MyApp(wx.App):
        def OnInit(self):
                wx.ArtProvider.Push(wxTangoIconTheme())
                self.frame = TestFrame(None, wx.ID_ANY)
                self.SetTopWindow(self.frame)
                self.frame.Show()
                return True

And then the icons can be accessed through wx.ArtProvider:

wx.ArtProvider.GetBitmap('document-new', wx.ART_OTHER, wx.Size(48, 48))

Any FreeDesktop Icon Theme Specification name can be used.

Currently the Client ID is not used, so just pass wx.ART_OTHER.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wx_icons_tango-0.1.0-py3-none-any.whl (2.2 MB view details)

Uploaded Python 3

File details

Details for the file wx_icons_tango-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: wx_icons_tango-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for wx_icons_tango-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bd0be246a9a36f30f9cccf9fcc40828d14448a1079e3d1e25ffb856e983e9e0f
MD5 cf85076b6c9a3bf7297d918ed3c0e8d8
BLAKE2b-256 99b99a1392c6098a57d3c83b47dc30841ff0ad60f562a41199262fb06c20ea42

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page