Outils pour utilisateurs

Outils du site


python:wxpython:widgets

Table des matières

Widgets

Panel

panel = wx.Panel(parent)

StaticText

label = wx.StaticText(parent, label="...")
label.SetLabel("...")

Grid

Pour cacher les entêtes de lignes et colonnes (lignes et colonnes fixes) :

grid.SetRowLabelSize(0)
grid.SetColLabelSize(0)
python/wxpython/widgets.txt · Dernière modification: 2024/02/17 05:59 par marclebrun