Mailinglisten-Archive |
On Tue, Jul 31, 2001 at 04:34:15PM +0200, Frank Thomas wrote : > On Tuesday 31 July 2001 15:42, Markus Fischer wrote: > > > On Tue, Jul 31, 2001 at 03:12:20PM +0200, Frank Thomas wrote : > > > Ich würde gerne die Liste von einem GtkCombo löschen? Hat > > > irgendjemand eine Idee wie soetwas zu bewerkstelligen ist? > > > > $obj->set_popdown_strings( array( '')); > > Danke. > > Also benutzt man append nur um hinzuzufügen, ohne alle Items > nochmal anzugeben. > > $list = $combo->list; > $list->append_items($items); Jupp, steht auch in der Doku: Adds items to the end of the list. Du kannst auf das GtkList Objekt auch clear_items( 0, -1); anwenden; die Liste ist zwar geloescht aber der aktuelle Inhalt der Combo steht noch immer dort. Somit ruled meine erstere variante (noch). - Markus -- Markus Fischer, http://guru.josefine.at/~mfischer/ EMail: mfischer at guru.josefine.at PGP Public Key: http://guru.josefine.at/~mfischer/C2272BD0.asc PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0
php::bar PHP Wiki - Listenarchive