Adwaita icon theme for wxPython 🐍
This package provides a wxPython wxArtProvider class with icons from the Adwaita Icon Theme.
Docs |
|
|---|---|
Tests |
|
PyPI |
|
Activity |
|
QA |
|
Other |
Installation
wx_icons_adwaita can be installed from PyPI.
To install with pip:
$ python -m pip install wx_icons_adwaita
Usage
To use wx_icons_adwaita in your application:
# this package
from wx_icons_adwaita import wxAdwaitaIconTheme
class MyApp(wx.App):
def OnInit(self):
wx.ArtProvider.Push(wxAdwaitaIconTheme())
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.
Release files for wx-icons-adwaita 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wx_icons_adwaita-0.3.0.tar.gz | 40.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wx_icons_adwaita-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 83.0 MB
Release files / wx_icons_adwaita-0.3.0.tar.gz
| Download URL | wx_icons_adwaita-0.3.0.tar.gz |
|---|---|
| Size | 40.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
74ae97ad86b7ede7b9f1b03e9e9cb59496904140b920bc46f75a898f5e42ef69
|
|
BLAKE2b-256 checksum How to use checksums |
4f5f3edc6f43d05fc2d7e3a581d8ff01022fdba9ece53c64e82c22d6a1dc74cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / wx_icons_adwaita-0.3.0-py3-none-any.whl
| Download URL | wx_icons_adwaita-0.3.0-py3-none-any.whl |
|---|---|
| Size | 42.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f6b7350f46b050bd720cd465733c6d04c0c17522309b51b61e411eea861e476a
|
|
BLAKE2b-256 checksum How to use checksums |
a5e1da112ade0c0c3f5de897bff1115b89451cf941d205c88803bb9d107e0b5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|