svn path=/trunk/gtk-sharp/; revision=64499
This commit is contained in:
Miguel de Icaza 2006-08-28 21:37:51 +00:00
parent dfe07f0d05
commit 8cceacfe9d

View file

@ -537,10 +537,8 @@ Default value: 0
<remarks>Will unset a previously set model (if applicable). If model is <see langword="null" />, then it will unset the model. <remarks>Will unset a previously set model (if applicable). If model is <see langword="null" />, then it will unset the model.
<block subset="none" type="note"> <block subset="none" type="note"><para>setting the model does not clear the cell renderers, you have to call <see cref="M:Gtk.ComboBox.Clear()" /> yourself if you need to set up different cell renderers for the new model.
<para>setting the model does not clear the cell renderers, you have to call <see cref="M:Gtk.ComboBox.Clear()" /> yourself if you need to set up different cell renderers for the new model. </para></block></remarks>
</para>
</block></remarks>
</Docs> </Docs>
<Attributes> <Attributes>
<Attribute> <Attribute>
@ -667,9 +665,12 @@ Default value: 0
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>Returns the text that is currently selected in the ComboBox.</summary> <summary>The currently active string in <see cref="T:Gtk.ComboBox" />.</summary>
<value>a <see cref="T:System.String" /></value> <value>a <see cref="T:System.String" /></value>
<remarks>To be added</remarks> <remarks>
<see langword="null" /> if no active item is selected.
<block subset="none" type="note"><para>You can only use this function with combo boxes constructed with <see cref="M:Gtk.ComboBox.NewText()" />.
</para></block></remarks>
<since version="Gtk# 2.6" /> <since version="Gtk# 2.6" />
</Docs> </Docs>
</Member> </Member>