wxpython - Is it possible to have a transparent window while having opaque children? -
my goal create window has variable level of transparency , no standard border. on top of area display opaque items, text, might need made transparent. have tried using settransparency methods, setbackgroundcolor , wx.transparent_window styles haven't had luck in keeping children transparency level independent parent window's. have started looking graphic , draw methods not sure if result possible implement in wxpython. should using different tool or can achieved in wxpython?
wxpython not support behavior. might able fake creating lots of custom widgets or drawing everything, lot of work. better off switching different toolkit has sort of thing builtin. wxpython developers want make applications native on target os.
Comments
Post a Comment