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" />
2003-02-12 01:57:20 +00:00
<AssemblyInfo >
<AssemblyName > gdk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2007-12-06 18:37:54 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
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>
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>
<Base >
2005-02-15 21:53:03 +00:00
<BaseTypeName > Gdk.Event</BaseTypeName>
2003-02-12 01:57:20 +00:00
</Base>
<Interfaces />
<Members >
2004-03-09 06:02:51 +00:00
<Member MemberName= "State" >
<MemberSignature Language= "C#" Value= "public Gdk.VisibilityState State { get; };" />
<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>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public EventVisibility (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
<Docs >
2004-06-29 04:45:04 +00:00
<summary > Internal constructor.</summary>
<param name= "raw" > raw unmanaged pointer.</param>
<remarks > None.</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>