agregar filas a un grid..

Catalin Lungu lcatalin en siadv.com
Vie Oct 29 10:45:55 CEST 2004


¿Con esto te vale?
wxGrid::AppendRows
bool AppendRows(int numRows = 1, bool updateLabels = TRUE)

Appends one or more new rows to the bottom of the grid and returns TRUE if 
successful. The updateLabels argument is not used at present.

If you are using a derived grid table class you will need to override 
wxGridTableBase::AppendRows. See wxGrid::InsertRows for further information.

C.

----- Original Message ----- 
From: "Ariel Nardelli" <pan_python en yahoo.com.ar>
To: "'La lista de python en castellano'" <python-es en aditel.org>
Sent: Friday, October 29, 2004 9:22 AM
Subject: [Python-es] agregar filas a un grid..


> Hola!
> Estoy con wxpython y necesito agregar a un grid mas filas, ya que al
> momento de definirlo no tengo la cantidad exactas de filas a usar (si de
> columnas) y necesito ir agregandole filas al momento de ir armandolo...
>
> Mire por varios lados y no encuentro como hacer para agregar una fila,
> alguien tiene el dato de como se hace?
>
> Desde ya, Gracias!
> Ariel
>
> _______________________________________________
> Python-es mailing list
> Python-es en aditel.org
> http://listas.aditel.org/listinfo/python-es 




Más información sobre la lista de distribución Python-es