[Gtk-sharp-list] add element list to combo
Pablexxx
csp@castorinop.com.ar
Tue, 05 Oct 2004 23:52:00 -0400
--=-j5bnQ7pKoix0RuZsH9qE
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
I am inexperienced in c #, gtk and others. as it shows to the example
of gtk.combo for Seth the content of the list:
[Widget] Gtk.Combo cmbURL;
string[] list = new string[] {"one", "two", "three"};
cmbURL.PopdownStrings=list;
now, as I can add a new item to the list without losing the content of
the same one
Tanks
Pablexxx
--=-j5bnQ7pKoix0RuZsH9qE
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.2.1">
</HEAD>
<BODY>
I am inexperienced in c #, gtk and others. as it shows to the example of gtk.combo for Seth the content of the list: <BR>
[Widget] Gtk.Combo cmbURL;<BR>
string[] list = new string[] {"one", "two", "three"};<BR>
cmbURL.PopdownStrings=list;<BR>
<BR>
now, as I can add a new item to the list without losing the content of the same one<BR>
<BR>
Tanks <BR>
<BR>
Pablexxx
</BODY>
</HTML>
--=-j5bnQ7pKoix0RuZsH9qE--