2007-04-17 Ben Motmans <ben.motmans@gmail.com>

* doc/en/Gtk/Widget.xml:
	removed documentation for internal method

svn path=/trunk/gtk-sharp/; revision=75817
This commit is contained in:
Ben Motmans 2007-04-17 12:31:19 +00:00
parent dfa98a3ea2
commit e8c9485a52
2 changed files with 5 additions and 17 deletions

View File

@ -1,3 +1,8 @@
2007-04-17 Ben Motmans <ben.motmans@gmail.com>
* doc/en/Gtk/Widget.xml:
removed documentation for internal method
2007-04-17 Ben Motmans <ben.motmans@gmail.com>
* gtk/Widget.custom:

View File

@ -2956,23 +2956,6 @@ or <see cref="T:GLib.Object" />.</returns>
<since version="Gtk# 2.4" />
</Docs>
</Member>
<Member MemberName="StyleGetPropertyValue">
<MemberSignature Language="C#" Value="internal GLib.Value StyleGetPropertyValue (string property_name);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>GLib.Value</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="property_name" Type="System.String" />
</Parameters>
<Docs>
<summary>Obtains the value of a style property of <paramref name="widget" />.</summary>
<param name="property_name">The name of a style property.</param>
<remarks>This method should only be used in certain scenarios where <see cref="M:Gtk.Widget.StyleGetProperty" /> fails, for example: when the GLib.Value contains a <see cref="T:Gdk.Color" />.</remarks>
<returns>A <see cref="T:GLib.Value" /> instance. When the instance is no longer needed, Dispose() must be invoked.</returns>
<since version="Gtk# 2.10" />
</Docs>
</Member>
<Member MemberName="HasScreen">
<MemberSignature Language="C#" Value="public bool HasScreen { get; };" />
<MemberType>Property</MemberType>