• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.

* レイアウト [#h0aacddf]

- wxPython - Layout(レイアウト)
--  https://maku77.github.io/python/wxpython/layout.html

- レイアウト管理
--  http://wxpython.at-ninja.jp/layout.html#sec-5

- 【 Python 】かっこいいGUI wxPythonの使い方入門 その3 – レイアウト( Panel , Sizer )の紹介 –
--  https://zero-cheese.com/6986/

* ボーダー [#c4ddbcbd]
- How to add an outline border to a widget?
--  https://stackoverflow.com/questions/11922769/how-to-add-an-outline-border-to-a-widget
>
p = wx.Panel(....., style=wx.SUNKEN_BORDER)
 there you can choose from constants:
 wx.SIMPLE_BORDER
 wx.RAISED_BORDER
 wx.SUNKEN_BORDER
 wx.NO_BORDER


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes