mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 16:45:35 +00:00
Patch from nanananini@gmail.com
svn path=/trunk/gtk-sharp/; revision=64499
This commit is contained in:
parent
dfe07f0d05
commit
8cceacfe9d
|
@ -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.
|
||||
|
||||
|
||||
<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>
|
||||
</block></remarks>
|
||||
<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></block></remarks>
|
||||
</Docs>
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
|
@ -667,9 +665,12 @@ Default value: 0
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<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>
|
||||
<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" />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -840,4 +841,4 @@ Default value: 0
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue