mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 16:05:34 +00:00
Patch from jacobilsoe@gmail.com
svn path=/trunk/gtk-sharp/; revision=66408
This commit is contained in:
parent
3f8fb95021
commit
7eb183f1ef
|
@ -7,14 +7,16 @@
|
|||
</AssemblyInfo>
|
||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Docs>
|
||||
<summary>Objects to fill a <see cref="T:Gtk.Toolbar" />.</summary>
|
||||
<summary>The base class of widgets that can be added to a <see cref="T:Gtk.Toolbar" />.
|
||||
Current inheritors are: <see cref="T:Gtk.ToolButton" /> and <see cref="T:Gtk.SeparatorToolItem" />.</summary>
|
||||
<remarks />
|
||||
<since version="Gtk# 2.4" />
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>Gtk.Bin</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces></Interfaces>
|
||||
<Interfaces>
|
||||
</Interfaces>
|
||||
<Members>
|
||||
<Member MemberName="OnToolbarReconfigured">
|
||||
<MemberSignature Language="C#" Value="protected virtual void OnToolbarReconfigured ();" />
|
||||
|
|
Loading…
Reference in a new issue