Suru icon theme for wxPython 🐍
Project description
Suru icon theme for wxPython 🐍
This package provides a wxPython wxArtProvider class with icons from the Suru Icon Theme.
Docs |
|
|---|---|
Tests |
|
PyPI |
|
Activity |
|
Other |
Installation
wx_icons_suru can be installed from PyPI.
To install with pip:
$ python -m pip install wx_icons_suru
Usage
To use wx_icons_suru in your application:
from wx_icons_suru import wxSuruIconTheme
class MyApp(wx.App):
def OnInit(self):
wx.ArtProvider.Push(wxSuruIconTheme())
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wx_icons_suru-0.1.2.tar.gz.
File metadata
- Download URL: wx_icons_suru-0.1.2.tar.gz
- Upload date:
- Size: 11.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00d2dd9e53faee27344af22afd3e072876f82910e66ba30ad178e98d0f3c81b0
|
|
| MD5 |
87e8771986b88848e7779f56887e0ded
|
|
| BLAKE2b-256 |
e07e21b849b5ee8e40565d8a310307ec9da9d56800b63e95ea43123df5b21e10
|
File details
Details for the file wx_icons_suru-0.1.2-py3-none-any.whl.
File metadata
- Download URL: wx_icons_suru-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba766a6bb1f25b61cd78089db652fcc4ca9e4c4d901fd2840b017c05e5f6207b
|
|
| MD5 |
4e7e687e4e8e3cbe17226d61224a3dbd
|
|
| BLAKE2b-256 |
26a76e8fc003d435bfa04ab78a980a6e685bcfc3836f0b175a1ca212f5509905
|