зеркало из https://github.com/mono/mail-archives.git
81 строка
3.6 KiB
HTML
81 строка
3.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Gtk-sharp-list] How to get window state information?
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20How%20to%20get%20window%20state%20information%3F&In-Reply-To=4C18095B.5010804%40chrishowie.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="010344.html">
|
||
|
<LINK REL="Next" HREF="010345.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Gtk-sharp-list] How to get window state information?</H1>
|
||
|
<B>lorphoenix</B>
|
||
|
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20How%20to%20get%20window%20state%20information%3F&In-Reply-To=4C18095B.5010804%40chrishowie.com"
|
||
|
TITLE="[Gtk-sharp-list] How to get window state information?">lordphoenix at free.fr
|
||
|
</A><BR>
|
||
|
<I>Thu Jun 17 03:30:59 EDT 2010</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="010344.html">[Gtk-sharp-list] How to get window state information?
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="010345.html">[Gtk-sharp-list] C#/Mono and GNOME 3.0
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#10346">[ date ]</a>
|
||
|
<a href="thread.html#10346">[ thread ]</a>
|
||
|
<a href="subject.html#10346">[ subject ]</a>
|
||
|
<a href="author.html#10346">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>Le 16/06/2010 01:14, Christopher David Howie a écrit :
|
||
|
><i> On 06/15/2010 02:33 PM, lorphoenix wrote:
|
||
|
</I>>><i> Thanks you for help it's ok when my window is iconified but not if my
|
||
|
</I>>><i> window is hidden behind others. I've made some test and GdkWindow.state
|
||
|
</I>>><i> doesn't change if my window is behind others. I've looked for others
|
||
|
</I>>><i> properties in GdkWindow but find nothing.
|
||
|
</I>><i>
|
||
|
</I>><i> That's because "completely obscured by other windows" is not a state,
|
||
|
</I>><i> it's just the net effect of the positions of all of the open windows.
|
||
|
</I>><i> If you want to know if your window is completely obscured then you will
|
||
|
</I>><i> have to obtain all of the rectangles defining all of the desktop's
|
||
|
</I>><i> windows' positions and sizes and compute the obscured regions of your
|
||
|
</I>><i> window yourself.
|
||
|
</I>><i>
|
||
|
</I>OK I see… I'll do like that for now
|
||
|
|
||
|
Thanks for your help.
|
||
|
|
||
|
-------------- next part --------------
|
||
|
A non-text attachment was scrubbed...
|
||
|
Name: signature.asc
|
||
|
Type: application/pgp-signature
|
||
|
Size: 262 bytes
|
||
|
Desc: OpenPGP digital signature
|
||
|
Url : <A HREF="http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20100617/8b9eca2f/attachment.bin">http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20100617/8b9eca2f/attachment.bin</A>
|
||
|
</PRE>
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="010344.html">[Gtk-sharp-list] How to get window state information?
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="010345.html">[Gtk-sharp-list] C#/Mono and GNOME 3.0
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#10346">[ date ]</a>
|
||
|
<a href="thread.html#10346">[ thread ]</a>
|
||
|
<a href="subject.html#10346">[ subject ]</a>
|
||
|
<a href="author.html#10346">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|