Hello,
I want to use gdk_display_set_pointer_hooks to get pointer position
every time it moves. But I do not know if it is OK for this, I mean does
it cost much resource? Or I have other ways to do this.
Thanks.
___
gtk-app-devel-list mailing l
Was wondering if anybody has any idea(s) why the code below would seem
to work fine on GTK/X11 (at least I don't see any error messages), but
fail on GTK/DirectFB? When the application is exited by hitting the
"Quit" button, I receive the following error message:
*** glibc detected *** TextDemo: d
GLib 2.15.6 is now available for download at:
http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/
glib-2.15.6.tar.bz2 md5sum: 62b1a3c1fa52b8d91b4535e4a4ab3057
glib-2.15.6.tar.gz md5sum: 4105db06f35ea57d5f4b20eac6058b81
This is the seventh development release leading up to GLib 2.16.
Notes:
On 25/02/2008, Jeffrey Barish <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Generally the most recently added child of any
> > gtkcontainer is at the head of the list.
> >
>
> > However ...
> > you can't really rely on it 100%.
>
> Yes, I too have observed this behavior when I use fo
[EMAIL PROTECTED] wrote:
> Generally the most recently added child of any
> gtkcontainer is at the head of the list.
>
> However ...
> you can't really rely on it 100%.
Yes, I too have observed this behavior when I use foreach or get_children.
I was wondering whether I could count on it. You sa
On Mon, Feb 25, 2008 at 9:13 PM, 邓超 <[EMAIL PROTECTED]> wrote:
> Hi all,
> I want to use .gtkrc file to set the background for a window form to
> transparent, how to do it? I have read the tutorial at live.gnome.com, but
> it looks that it just can set color for a window form. Thanks!
>
Gtk can
Hi all,
I want to use .gtkrc file to set the background for a window form to
transparent, how to do it? I have read the tutorial at live.gnome.com, but
it looks that it just can set color for a window form. Thanks!
--
Deng Chao
___
gtk-app-devel-list
Can you please suggest me how to solve the problem
(setting background image to textview) ?
Is there any this i missed to set.
-RAM
--- Emmanuele Bassi <[EMAIL PROTECTED]> wrote:
>
> On Fri, 2008-02-22 at 10:28 +, Dharmosoth
> Seetharam wrote:
> > Hi,
> >
> > I am little aware of these