docking window의 layout을 마음대로 정하기 위해 관련된 것을 정리
Layout을 결정하는 요소
Layout을 결정하는 요소
- Direction: Top, Bottom, Left, Right, Center
- Position
- Row
- Layer
코드: |
log=wx.Log dum= 페널클레스명(self,log) |
코드: |
def OnButton1Button(self, event): log=wx.Log tp=TestPanel(self,log) |
wxPython Docs and Demo Tools
시작 > 프로그램 > wxPython Docs and Demo Tools > Run the wxPython DEMO
References
시작 → 프로그램 → wxPython2.8 Docs Demos and Tools → wxWidgets Reference 실행
wxPython에서 지정되어 있는 Class, Function에 대한 설명과 사용법이 나와 있음
wxWindows와 wxPython의 정의가 거의 동일하므로 wxWindows References를 참조해도 됨
영문 튜토리얼
http://wiki.wxpython.org/
http://wiki.wxpython.org/index.cgi/AnotherTutorial 자세한 설명. 하나씩 배워가는 예제
http://zetcode.com/wxpython/ 간단한 예제들 위주로 설명되어 있음
모듈별로 분류된 설명서
http://www.wxpython.org/docs/api/wx-module.html
http://docs.wxwidgets.org/stable/wx_classref.html#classref
Class hierarchy
http://docs.wxwidgets.org/trunk/classwx_window.html