mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 20:05:38 +00:00
1fbcce1452
* gdk/Screen.custom : manually implement FontOptions property so we can use reflection to access the internal Mono.Cairo ctor. * gdk/Gdk.metadata : list marshaling, method-to-property renames, and some hides form manual implementation. Hide gdk_atom_intern_static_string wrapper since it is pointless outside the context of C code. svn path=/trunk/gtk-sharp/; revision=63366
82 lines
3.1 KiB
XML
82 lines
3.1 KiB
XML
<Type Name="EventVisibility" FullName="Gdk.EventVisibility">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public class EventVisibility : Gdk.Event" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gdk-sharp</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</AssemblyPublicKey>
|
|
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
|
</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>Generated when the window visibility status has changed.</summary>
|
|
<remarks>
|
|
<para>
|
|
The type member is set to the event type constant name that
|
|
uniquely identifies it.
|
|
</para>
|
|
</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>Gdk.Event</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Members>
|
|
<Member MemberName="State">
|
|
<MemberSignature Language="C#" Value="public Gdk.VisibilityState State { get; };" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gdk.VisibilityState</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>The visibility state for the window.</summary>
|
|
<value>a <see cref="T:Gdk.VisibilityState" /></value>
|
|
<remarks>
|
|
<para>
|
|
The state member is set to the state of the window's
|
|
visibility and can be VisibilityUnobscured,
|
|
VisibilityPartiallyObscured, or VisibilityFullyObscured.
|
|
The X server ignores all of a window's subwindows when
|
|
determining the visibility state of the window and
|
|
processes VisibilityNotify events according to the
|
|
following:
|
|
</para>
|
|
<para>
|
|
When the window changes state from partially obscured, fully
|
|
obscured, or not viewable to viewable and completely unobscured,
|
|
the X server generates the event with the state member of the
|
|
EventVisibility structure set to Gdk.Visibility.Unobscured.
|
|
</para>
|
|
<para>
|
|
When the window changes state from viewable and completely unob-
|
|
scured or not viewable to viewable and partially obscured, the X
|
|
server generates the event with the state member of the XVisibili-
|
|
tyEvent structure set to Gdk.Visibility.Partial.
|
|
</para>
|
|
<para>
|
|
When the window changes state from viewable and completely
|
|
unobscured, viewable and partially obscured, or not
|
|
viewable to viewable and fully obscured, the X server
|
|
generates the event with the state member of the
|
|
XVisibilityEvent structure set to
|
|
Gdk.Visibility.FullyObscured.
|
|
</para>
|
|
</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public EventVisibility (IntPtr raw);" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters>
|
|
<Parameter Name="raw" Type="System.IntPtr" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>Internal constructor.</summary>
|
|
<param name="raw">raw unmanaged pointer.</param>
|
|
<remarks>None.</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type>
|