mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 23:21:07 +00:00
add remark about Label and UseUnderline
svn path=/trunk/gtk-sharp/; revision=22232
This commit is contained in:
parent
ca667bd49d
commit
8b751d9ba0
|
@ -139,7 +139,7 @@ public class ButtonApp {
|
||||||
<param name="value">A <see cref="T:System.String" /> to be used for
|
<param name="value">A <see cref="T:System.String" /> to be used for
|
||||||
the <see cref="T:Gtk.Button" />'s <see cref="T:Gtk.Label" /></param>
|
the <see cref="T:Gtk.Button" />'s <see cref="T:Gtk.Label" /></param>
|
||||||
<returns>The <see cref="T:System.String" /> contained by the <see cref="T:Gtk.Button" />.</returns>
|
<returns>The <see cref="T:System.String" /> contained by the <see cref="T:Gtk.Button" />.</returns>
|
||||||
<remarks />
|
<remarks>If you want the Label to have a mnemonic you need to set <see cref="P:Gtk.Button.UseUnderline" /> to <see langword="true" />.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="Activated">
|
<Member MemberName="Activated">
|
||||||
|
@ -582,4 +582,4 @@ public class ButtonApp {
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
</Members>
|
</Members>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
Loading…
Reference in a new issue