タグ

ブックマーク / blog.pythonlibrary.org (1)

  • wxPython: Grid Tips and Tricks - Mouse Vs Python

    Last month I mentioned that we would go on a journey to learn some tips and tricks for wxPython’s Grid widget. Well, the coding is done and I thought it was time to actually do this thing. In the following article you will learn how to: Create a right-click pop-up menu in a cell How to Get the Col/Row on Right-click Put tooltips on the Row and Column labels and on the cells How to use your keyboar

    wxPython: Grid Tips and Tricks - Mouse Vs Python
    uemu
    uemu 2010/04/05
    How to Change Column/Row Labels Changing a grid’s row or column labels is very easy; but don’t take my word for it. Look at the code instead! columnとrowのラベルを変更する
  • 1