2003-02-12 01:57:20 +00:00
<Type Name= "EventVisibility" FullName= "Gdk.EventVisibility" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public class EventVisibility : Gdk.Event" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit EventVisibility extends Gdk.Event" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > gdk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:57:20 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2011-11-09 16:01:51 +00:00
<Base >
<BaseTypeName > Gdk.Event</BaseTypeName>
</Base>
<Interfaces />
2003-02-12 01:57:20 +00:00
<Docs >
2003-07-29 03:14:04 +00:00
<summary > Generated when the window visibility status has changed.</summary>
2003-07-29 03:50:42 +00:00
<remarks >
<para >
The type member is set to the event type constant name that
uniquely identifies it.
</para>
</remarks>
2003-02-12 01:57:20 +00:00
</Docs>
<Members >
2011-11-09 16:01:51 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public EventVisibility (IntPtr raw);" />
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
<Docs >
<param name= "raw" > raw unmanaged pointer.</param>
<summary > Internal constructor.</summary>
<remarks > None.</remarks>
</Docs>
</Member>
2004-03-09 06:02:51 +00:00
<Member MemberName= "State" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public Gdk.VisibilityState State { get; set; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance valuetype Gdk.VisibilityState State" />
2004-03-09 06:02:51 +00:00
<MemberType > Property</MemberType>
2003-02-12 01:57:20 +00:00
<ReturnValue >
<ReturnType > Gdk.VisibilityState</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-29 03:50:42 +00:00
<summary > The visibility state for the window.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:Gdk.VisibilityState" /> </value>
2003-07-29 03:50:42 +00:00
<remarks >
2003-09-17 21:56:59 +00:00
<para >
2003-07-29 03:50:42 +00:00
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>
2003-09-17 21:56:59 +00:00
<para >
2003-07-29 03:50:42 +00:00
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>
2003-09-17 21:56:59 +00:00
<para >
2003-07-29 03:50:42 +00:00
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>
2003-09-17 21:56:59 +00:00
<para >
2003-07-29 03:50:42 +00:00
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>
2004-05-27 19:02:19 +00:00
</remarks>
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
2003-02-12 01:57:20 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>