Skip to content

can this library be used in the wxPython gui in any way? #4

Answered by Akascape
deeffest asked this question in Q&A
Discussion options

You must be logged in to vote

@deeffest Ok, I have added the wx-python compatibility. Update the packge first pip install pywinstyles --upgrade

import wx
import pywinstyles

app = wx.App()

frame = wx.Frame(parent=None, title='wx-python')
pywinstyles.apply_style(frame, "dark")
frame.Show()

app.MainLoop()

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
4 replies
@deeffest
Comment options

@Akascape
Comment options

@deeffest
Comment options

@Akascape
Comment options

Comment options

You must be logged in to vote
6 replies
@deeffest
Comment options

@Akascape
Comment options

@deeffest
Comment options

@Akascape
Comment options

@deeffest
Comment options

Answer selected by Akascape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants