Andrea Gavana

Results 28 comments of Andrea Gavana

@racookier @hfreitas310 @swt2c is this still relevant with the current wxPython release? I don’t have a Linus machine but I wonder how many wxPython users could live with an issue...

@vinvega @swt2c is this still relevant? I don’t use ribbon stuff, but out of curiosity, is this still a problem? Does it also happen with wx.lib.agw.ribbonbar (the pure-Python version of...

The pure-Python version of AUI that lives in agw.aui was created about 20 years ago, with the purpose of being an alternative to the wxWidgets C++ version - which went...

A simple, possible solution is to add the marked line in `SetHeaderHeight`: ```python def SetHeaderHeight(self, height): """ Sets the :class:`UltimateListHeaderWindow` height, in pixels. This overrides the default header window size...

See if this flies: https://github.com/wxWidgets/Phoenix/pull/2729

> > I also plan to make some improvements to the `EventHandler.Bind()` method(s) and possibly add some type hints to `agw.aui` files. Would you prefer separate PRs or one big(ger)...

It seems to me that we are missing the wx.PropertyGrid Overview page in the wxPython documentation - I couldn’t find it. I never used wx.PropertyGrid, but it appears that the...

Does SendSizeEvent() in the main frame - or SendSizeEventToParent() from the status bar - work? https://docs.wxwidgets.org/3.0/classwx_window.html#a237f739b21937d3e8f1bff5fa82ba4c2