Mailinglisten-Archive |
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);
--
A star captain's most solemn oath is that he will give his life, even
his entire crew, rather than violate the Prime Directive.
-- Kirk, "The Omega Glory", stardate unknown
php::bar PHP Wiki - Listenarchive