Include docs from X
svn path=/trunk/gtk-sharp/; revision=16822
This commit is contained in:
parent
9634640f28
commit
1244613484
1 changed files with 50 additions and 10 deletions
|
@ -8,7 +8,12 @@
|
||||||
<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>
|
<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>
|
<Docs>
|
||||||
<summary>Generated when the window visibility status has changed.</summary>
|
<summary>Generated when the window visibility status has changed.</summary>
|
||||||
<remarks></remarks>
|
<remarks>
|
||||||
|
<para>
|
||||||
|
The type member is set to the event type constant name that
|
||||||
|
uniquely identifies it.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.ValueType</BaseTypeName>
|
<BaseTypeName>System.ValueType</BaseTypeName>
|
||||||
|
@ -36,8 +41,8 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>The type for this event</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks>The value type for this event.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="_window">
|
<Member MemberName="_window">
|
||||||
|
@ -60,8 +65,38 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>The visibility state for the window.</summary>
|
||||||
<remarks>To be added</remarks>
|
<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>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="New">
|
<Member MemberName="New">
|
||||||
|
@ -88,10 +123,15 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters></Parameters>
|
<Parameters></Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>the window which received the event.</summary>
|
<summary>The window whose visibility changed.</summary>
|
||||||
<param name="value">the window which received the event.</param>
|
<param name="value">The window whose visibility changed.</param>
|
||||||
<returns>the window which received the event.</returns>
|
<returns>The window whose visibility changed.</returns>
|
||||||
<remarks></remarks>
|
<remarks>
|
||||||
|
<para>
|
||||||
|
The <see cref="P:Gdk.EventVisibility.state"> property
|
||||||
|
reports the state changed for the window.
|
||||||
|
</para>
|
||||||
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="send_event">
|
<Member MemberName="send_event">
|
||||||
|
@ -102,7 +142,7 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>TRUE if the event was sent explicitly (e.g. using XSendEvent).</summary>
|
<summary>Non-zero if the event was sent explicitly (e.g. using XSendEvent).</summary>
|
||||||
<remarks></remarks>
|
<remarks></remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Add table
Reference in a new issue