본문 바로가기

보물창고/Programming

WxGladeTutorial (파이썬 GUI 툴 튜토리얼, 함수, 메소드, API, methods)

반응형

WxPyWiki 페이지 입니다
공부하려고 한참을 찾다 구글링으로 찾았습니다
Python의 GUI 툴인 WxGlade의 튜토리얼 입니다
각각 함수에 대한 API와 상세 설명 메소드 설명 소스코드와 스샷들이 포함되어 있습니다
메소드(methods) 하나하나에 대한 모든 코드들이 구현 되어 있어서 공부하거나 사용할 참고하세요 
굉장히 설명이 잘 되어 있습니다 

튜토리얼 한페이지에 모든 글이 포함되어 있어서 로딩 시간이 조금 오래 걸릴 수 있습니다 







차례

  1. The wxPython Linux Tutorial
    1. Foreword
    2. wxPython API
    3. First Steps
      1. wx.Window
      2. wx.Frame
      3. wx.MenuBar
      4. wx.ToolBar
    4. Layout Management
      1. wx.BoxSizer
      2. wx.GridSizer
      3. wx.GridBagSizer
    5. Basic Objects
      1. Cursors
      2. Fonts
      3. Colours
      4. Bitmaps
    6. Events
      1. Examples
    7. Dialogs
      1. Custom dialogs
      2. Common Predefined Dialogs
    8. Core Widgets
      1. wx.Button
      2. wx.ToggleButton
      3. wx.BitmapButton
      4. wx.StaticLine
      5. wx.StaticText
      6. wx.StaticBox
      7. wx.ComboBox
      8. wx.CheckBox
      9. wx.StatusBar
      10. wx.RadioButton
      11. wx.Gauge
      12. wx.Slider
      13. wx.ListBox
      14. wx.SpinCtrl
      15. wx.ListCtrl
      16. wx.SplitterWindow
      17. wx.ScrolledWindow
      18. wx.TreeCtrl
      19. wx.Notebook
    9. wx.lib Classes
      1. Mouse Gestures
      2. AnalogClockWindow
      3. Bitmap Text Buttons
    10. Advanced Widgets
      1. CalendarCtrl
      2. LEDNumberCtrl
    11. Creating a taskbar application
    12. wx.TheClipboard
    13. Drag and Drop
    14. Plotting
    15. Configuring application settings
    16. wxPython functions
      1. System functions
      2. Dialog functions
      3. Other functions
    17. Using xml resource files
    18. Skeletons
      1. File Hunter
      2. SpreadSheet
    19. Tips And Tricks
      1. PopupMenu
      2. The tiniest wxPython application
      3. Interactive Button
      4. Error handling without dialogs
      5. UndoRedoFramework
    20. Gripts
      1. Tom
      2. Editor
      3. Kika
    21. Appendix
      1. Cursor IDs
      2. wx.Frame styles
      3. Standard Colour Database
      4. wx.Pen styles
      5. wx.Brush styles
      6. CalendarCtrl styles
      7. Keycodes
    22. Comments...







WxGlade에 대한 여려 튜토리얼 링크가 있는 페이지 입니다
http://wiki.wxpython.org/WxGladeTutorial


가장 기본 튜토리얼 페이지 입니다
http://wiki.wxpython.org/index.cgi/AnotherTutorial 




 
 


반응형