Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wx.THICK_FRAME missing #481

Closed
topic2k opened this issue Aug 26, 2017 · 2 comments
Closed

wx.THICK_FRAME missing #481

topic2k opened this issue Aug 26, 2017 · 2 comments

Comments

@topic2k
Copy link
Contributor

topic2k commented Aug 26, 2017

Operating system: Windows 10 64Bit
wxPython version: 4.0.0b2.dev3314+3de6e63 msw (phoenix)
Stock or custom build: stock
Python version: 2.7.12 Stackless 3.1b3 060516 (default, Oct 31 2016, 18:42:08) [MSC v.1500 32 bit (Intel)] on win32
Stock or custom build: stock

Description of the problem:
Missing the dialog style THICK_FRAME, getting AttributeError: 'module' object has no attribute 'THICK_FRAME'

@topic2k topic2k changed the title THICK_FRAME missing wx.THICK_FRAME missing Aug 26, 2017
@RobinD42
Copy link
Member

wx.THICK_FRAME has been effectively gone from wxWIdgets for a long time and it's bit has been reassigned to wx.RESIZE_BORDER. It's one of the "old aliases and other crud" that have been removed for Project Phoenix.

@dhyams
Copy link

dhyams commented May 13, 2020

THICK_FRAME needs to be removed from the wx.Dialog documentation.

https://wxpython.org/Phoenix/docs/html/wx.Dialog.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants