Re: incompetent heretic GTK+ maintainers !

2017-10-12 Thread Andy Tai
You should come forward and do this yourself. You have no excuse not to On Oct 10, 2017 9:00 AM, "Bruggemann Eddie" wrote: > Hi to all the Gtk team, > > I wonder why you say that we can handle the native File chooser on Windows, > > because the only action

How to compile gobject-introspection ?

2017-08-08 Thread Andy
I call ./autogen.sh I have error: configure: error: Package requirements (glib-2.0 >= 2.53.5) were not met: No package 'glib-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment

Re: Misconduct of GTK+/glib Bugtracker Admins

2015-06-07 Thread Andy Tai
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2015 民國104年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-app

Re: GTK+, WM, desktops and CSD

2015-03-24 Thread Andy Tai
Can gtk+ add by default a (few-pixels-wide) frame around CSD windows that support the familiar window resizing behavior as commonly possible under a traditional window manager? That should not waste too much additional space but address significantly the loss of the traditional way of resizing

Re: GTK+, WM, desktops and CSD

2015-03-24 Thread Andy Tai
, Mar 24, 2015 at 4:14 PM, Emmanuele Bassi eba...@gmail.com wrote: Hi; On 24 March 2015 at 21:37, Andy Tai a...@atai.org wrote: Can gtk+ add by default a (few-pixels-wide) frame around CSD windows that support the familiar window resizing behavior as commonly possible under a traditional

Re: help wanted for implementing GdkGLContext on Windows and MacOS X

2015-01-10 Thread Andy Spencer
Hi Emmanuele, Based on your blog post updates, it looks like there's already some progress towards this. For what it's worth though, I've been using GTK+ and OpenGL in one of my programs for a few years and have it working with X11/Windows/Quartz. The implementation(s) can be found here, along

Re: GTK+ scene graph

2014-08-18 Thread Andy Tai
Would this new layer have performance implications? On older computers that would not be GPU accelerated, would gtk 4 still work using CPU rendering, and with comparable performance to gtk+3 (or better, gtk+ 2)? On Mon, Aug 18, 2014 at 2:00 AM, Emmanuele Bassi eba...@gmail.com wrote:

Re: GTK+ scene graph

2014-08-18 Thread Andy Tai
distributions, likely a large part of GNOME deployment. On Mon, Aug 18, 2014 at 10:55 AM, Emmanuele Bassi eba...@gmail.com wrote: On 18 August 2014 18:32, Andy Tai a...@atai.org wrote: Would this new layer have performance implications? On older computers that would not be GPU accelerated

Re: Memory tracking in GJS

2014-03-03 Thread Andy Wingo
On Sun 02 Mar 2014 22:39, Colin Walters walt...@verbum.org writes: On Sun, Mar 2, 2014 at 3:37 PM, Andy Wingo wi...@pobox.com wrote: Ideally GLib could define an interface void g_register_allocation (size_t bytes, char *for_whom); What about GLib libraries which wrap non-GLib

Re: Memory tracking in GJS

2014-03-02 Thread Andy Wingo
-pixbuf and the slice allocator anyway, no? To do otherwise is to solve most problems but leave some pathological cases unhandled. Regards, Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org

Re: where i find a manual for write a wm in gtk3 ?

2014-02-27 Thread Andy Spencer
On 2014-02-27 12:40Z, Jasper St. Pierre wrote: Except you can't. GTK+ will deadlock your WM if you try to use it, unless you do it very carefully (read: add 5000 lines of code, fake out GDK all over the place, and implement an entire confusing state machine). You can't use GTK+ to build a

Re: where i find a manual for write a wm in gtk3 ?

2014-02-26 Thread Andy Spencer
On 2014-02-26 21:55Z, major_ghz wrote: i follow the begining of GTK-3 Reference Manual, but explan only for an application in gtk3 not for write a litle wm. can you help me for begining this projet ? All the other people who told you not to do this are probably correct, but since you did

Fwd: buildiing pango error with jhbuild

2013-11-17 Thread Andy Tai
, but the libtool: definition of this LT_INIT comes from libtool 2.4. Any clues for fixing this? thanks -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2013 民國102年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https

Re: Removal of icons in buttons/menus

2013-10-09 Thread Andy Tai
-devel-list -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2013 民國102年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Spell checking in GIO

2013-10-08 Thread Andy Tai
-list -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2013 民國102年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK+3 win32/64 build environment

2013-04-10 Thread Andy Spencer
On 2013-04-10 10:12, tarn...@tarnyko.net wrote: Out of curiosity, collecting info on my side : are you cross-compiling GTK+2 or GTK+3 ? I don't know if it was clear or not, but I have only cross compiled my application and have been using pre-build GTK libraries. I have built it using both

Re: GTK+3 win32/64 build environment

2013-04-10 Thread Andy Spencer
On 2013-04-10 15:03, Marc-André Lureau wrote: Also projects not using pkg-config have the same problems. Doing a grep under fedora-mingw sys-root reveals that there are many binaries that refer to hardcoded path too. I have this problem running my software on windows. I have many places in my

Re: GTK+3 win32/64 build environment

2013-04-10 Thread Andy Spencer
On 2013-04-10 19:51, Kalev Lember wrote: The glib resource framework could be a solution. If the files are all the kind that get loaded each and every time when the app starts (.ui files, for instance), it makes sense to embed them within the binary. Easier to relocate the app and the

Re: GTK+3 win32/64 build environment

2013-04-09 Thread Andy Spencer
On 2013-04-09 22:33, tarn...@tarnyko.net wrote: It it's the case, then we could keep the buildenv as is. Or we could try to adapt it to a GCC cross-compile install under Linux, but I'd like to avoid that for reasons that I will explain further. Hm.. did I miss the further explanation? :)

Re: Is GTK+ a cross-platform toolkit ?

2013-03-15 Thread Andy Spencer
On 2013-03-15 00:45, tarn...@tarnyko.net wrote: That's nice. I will patch the 3.6.4 bundle to integrate the fix, so GtkNotebooks work again. I added a patch to the bug report that should fix the tab position issue. It's also available from git: git://pileus.org/~andy/gtk win32 It does

Re: Is GTK+ a cross-platform toolkit ?

2013-03-11 Thread Andy Spencer
On 2013-03-11 17:20, Martin Schlemmer wrote: Compared to 3.4.4: - GtkNotebooks with a non-default oritation is broken I opened a bug report for this issue a while back. I didn't realize it worked in 3.4.4 though: https://bugzilla.gnome.org/show_bug.cgi?id=691678 Taking a quick look at the

Re: Is GTK+ a cross-platform toolkit ? (fwd)

2013-03-05 Thread Andy Spencer
As always, thank you for your work on this. I have been hoping for a while that you, or someone else, would get the official builds going again, so please keep at it :) Unfortunately, there are still a few bugs in the windows and mac backends that have keep me from switching my project to Gtk

touch on HTML5 supported by gtk+?

2013-01-08 Thread Andy Tai
Hi, with gtk+ 3, is touch input supported with the HTML 5 backend, such as when running a gtk+ app on HTML 5 in the browser? -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2012 民國101年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-devel-list mailing list gtk

Re: deprecating gdk threads

2012-08-04 Thread Andy Wingo
) as cross-thread signal marshalling. Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: roadmap for 3.6

2012-08-04 Thread Andy Tai
___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2012 民國101年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-devel

Re: GLib 2.32.0 released

2012-03-25 Thread Andy Wingo
versions) or to stop calling g_thread_init(). * g_debug() output is no longer enabled by default. It can be enabled on a per-domain basis with the G_MESSAGES_DEBUG environment variable like G_MESSAGES_DEBUG=domain1,domain2 or G_MESSAGES_DEBUG=all Regards, Andy -- http

Go Gtk bindings

2012-03-19 Thread Andy Pischka
Hello Guys, I have found GTK bindings for the Go programming language. Maybe you want add them to the list on the GTK website. https://github.com/mattn/go-gtk Best Regards Andy ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: gdk threads ...

2012-03-05 Thread Andy Wingo
+ not be supported in the future? I think I missed the original mail :) Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Gtk+ win32 fixes, please test

2011-10-21 Thread Andy Spencer
On 2011-10-20 11:37, Dieter Verfaillie wrote: On Thu, 20 Oct 2011 08:37:35 +, Andy Spencer wrote: First off, when using the MS-Windows theme, some widgets don't render correctly and show up as black boxes. For example, notebooks with tab position set to GTK_POS_LEFT don't render

Re: Gtk+ win32 fixes, please test

2011-10-20 Thread Andy Spencer
On 2011-10-20 09:39, Alexander Larsson wrote: I've not really used Gtk+ on windows for real, so I was mainly working from first principles in the code fixing stuff that was obviously wrong. Do you know of any other outstanding win32 bugs that I can look at? Thanks for your work! In my

Re: Gtk+ win32 fixes, please test

2011-10-20 Thread Andy Spencer
On 2011-10-20 10:47, Alexander Larsson wrote: I believe GtkGLExt should nominally work (as in there might be minor issues with it but it shouldn't be completely broken). Please test it if you can. It seems your latest 2.24 seems to work with GtkGLExt, sorry about the noise.

Re: Simple GTKMM front-end

2011-09-20 Thread Andy Tai
- but in return, you must agree to give away all your own source code along with any binaries you distribute. John ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Andy

Re: GTK and OSX: a call to sanity

2011-09-07 Thread Andy Spencer
On 2011-09-07, Carlos Garnacho wrote: That's the inverse of a recent commit of mine to master, not sure how it slipped in the diff, maybe the branch is being compared to a more recent master? Perhaps `git diff origin/master...origin/quartz-integration' would work better? P.S. As someone who's

gnulib, libegg, foo

2011-08-14 Thread Andy Wingo
, Andy [0] Unrelated to this point, but Matthias and Benjamin's presentation was titled Towards GTK 4 or something like that -- without the +! I don't know if that was conscious or not, but it sounds like a positive change to me. (Har har.) -- http://wingolog.org

./configure -C

2011-08-07 Thread Andy Wingo
attention that some GTK+ folks were not aware of this, as I wasn't, before seeing Ralf's presentation. See http://www.gnu.org/s/hello/manual/autoconf/Cache-Files.html for more info. I think you'll find that when hacking on your projects, it's quite useful! Cheers, Andy -- http://wingolog.org

Re: Those darn gdk-pixbuf .po file conflicts

2011-08-02 Thread Andy Wingo
. The email address for gettext bugs is bug-gnu-gett...@gnu.org. Cheers, Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: how gtk+ display Chinese on windows

2011-08-01 Thread Andy Tai
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Andy Tai, a...@atai.org, Skype: licheng.tai Year 2011 民國100年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能

Re: Trimming gdk-pixbuf repository

2011-05-24 Thread Andy Wingo
all references to particular commits that are out there: not just in git branches, but also in mailing archives and anything else. Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

gtk+ 2 handling of X primary selection not optimal?

2011-05-03 Thread Andy Tai
(selecting text) over web pages in Firefox, text in X term, or text in gnome-term, where the X primary selection is updated only after the user has released the button after finishing dragging. One would assume the gtk+ behavior increases CPU load and decreases the GUI performance... Andy

gtk+ 2 X primary selection handling not optimal?

2011-05-03 Thread Andy Tai
(selecting text) over web pages in Firefox, text in X term, or text in gnome-term, where the X primary selection is updated only after the user has released the button after finishing dragging. One would assume the gtk+ behavior increases CPU load and decreases the GUI performance... Andy

Re: Animating widgets

2011-01-14 Thread Andy Tai
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Andy Tai, a...@atai.org Year 2011 民國100年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-app-devel-list mailing list gtk-app-devel

Clutter and gtk+

2010-12-08 Thread Andy Tai
world of Clutter, and gtk+ apps can work anywhere Clutter can run, on top of X, Wayland, or some framebuffer... -- Andy Tai, a...@atai.org Year 2010 民國99年 自動的精神力是信仰與覺悟 自動的行為力是勞動與技能 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: threading / timers / etc

2010-10-22 Thread Andy Spencer
On 2010-10-22 17:06, Ryan Lortie wrote: - We will add GTimeSpec which is GTimeVal using nanoseconds instead of microseconds (same story with struct timeval vs. struct timespec). The librt interfaces provide this level of accuracy so it would be a shame to

Re: AC_MSG_RESULT(patching libtool to fix HIDEOUS BREAKAGE)

2010-08-05 Thread Andy Wingo
engaging with the maintainers, via bug-{automake,libto...@gnu.org. Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: glib 2.25.12 is here!

2010-07-31 Thread Andy Wingo
On Thu 29 Jul 2010 17:39, Ryan Lortie de...@desrt.ca writes: LIVE FROM GUADEC 2010, IT'S _ _ __ __ _ | | (_) | |__|___ \ |___ \ | ___| / | |___ \ / _` | | | | | | '_ \ __) | __) |

Re: GObject: Class and Instance Method

2010-07-31 Thread Andy Wingo
). GObject's native support is more for class-based inheritance (vmethods in GObjectClass), but it lets you build other things too. This discussion might be better continued on gtk-app-devel-list, FWIW. Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list

Re: rendering-cleanup

2010-07-22 Thread Andy Wingo
in a copy/paste style. It might not be possible, but if it's really mechanical, a semantic patch from coccinelle might help: http://lwn.net/Articles/315686/ Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: Unix signals in GLib

2010-04-30 Thread Andy Wingo
work from there ? g_main_context_wakeup () is not signal-safe. The correct thing to do is to make a socketpair, and write on it from the signal handler, and tie the read side to a GSource. Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk

GtkSocket/GtkPlug bug in Gtk+ 2.20?

2010-04-27 Thread Andy Stewart
gtk_socket_add_id add to GtkPlug *new* GtkPlug. I have check code of Gtk+ 2.20, but haven't found any hint. Any idea? Or bug in Gtk+ 2.20? -- Andy ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Any administrator help me update page http://www.gtk.org/language-bindings.html ?

2010-04-05 Thread Andy Stewart
administrator update page for Haskell binding status. Thanks, -- Andy ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Any administrator help me update page http://www.gtk.org/language-bindings.html ?

2010-04-05 Thread Andy Stewart
Andreas Nilsson nisses.m...@home.se writes: On 04/05/2010 09:06 AM, Andy Stewart wrote: I have update all Gtk+ APIs to 2.18.3. Code repository at http://code.haskell.org/gtk2hs/ Now gtk2hs support all APIs from 2.8 to 2.18.3 So please administrator update page for Haskell binding status

[PATCH] GKeyFile: Switch gint to gint64

2010-04-02 Thread Andy Spencer
This effects the get_integer, set_integer, get_integer_list, and set_integer_list functions. --- I ran out of bits while trying to save an integer in a GKeyFile. Swapping gint with gint64 seemed like the easiest solution. I'm not entirely sure how this effects portability or backwards

documentation or example for GObjectIntrospection

2009-01-08 Thread Andy Tai
, on how to generate the typelibs for gtk+ using GObjectIntrospection? Thanks. (this question may not be suitable for this mail list but the GObject Introspection web page points to here for now) -- Andy Tai, a...@atai.org ___ gtk-devel-list mailing list gtk

gtk+ size negotiation: can GObject overhead be bypassed?

2008-10-30 Thread Andy Tai
and comparison, but the fact that they involve GObject signal emissions mean significant overhead if the widget tree is deep. Is there any way to bypass the GObject signal mechanism during the negotiation process? -- Andy Tai, [EMAIL PROTECTED] ___ gtk-devel

Re: Units and resolution independence for gtk+

2008-08-09 Thread Andy Wingo
the wrapping. An obvious one would be to interpret non-integer size values as sizes in ems. Or you could have e.g. 2*EM, where EM is an instance of some special class, that knows how to convert itself to an int. Something like that. Regards, Andy -- http://wingolog.org

Re: Language bindings on gtk.org

2008-04-10 Thread Andy Wingo
Heya Andreas, On Thu 10 Apr 2008 10:34, Andreas Nilsson [EMAIL PROTECTED] writes: On Mon 07 Apr 2008 16:24, Andreas Nilsson [EMAIL PROTECTED] writes: * guile-gnome (http://www.gnu.org/software/guile-gnome/) libs, and wraps GTK+ 2.10: Hi Andy! Does that mean 2.10 only, or 2.6 and 2.8

Re: Language bindings on gtk.org

2008-04-09 Thread Andy Wingo
: Cheers, Andy -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Theory of good signal/event API design?

2007-09-23 Thread Andy Wingo
interaction; of course if your modules are written in e.g. python you have other options. Cheers, Andy. -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GtkBuildable type resolver

2007-06-05 Thread Andy Wingo
get_type() functions, they can register those functions with GTK+; otherwise, you would have to resort to libffi's callbacks. But in this case, I'd go ahead assuming that language bindings are fine. Also since Johan is in this, I'm sure he would speak up if there were a problem :) Cheers, Andy. -- http

Re: Some comments about GVFS

2007-05-10 Thread Andy Wingo
not see GStreamer taking advantage of this, no. Cheers, Andy. -- http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Some comments about GVFS

2007-05-09 Thread Andy Wingo
that you can seek, for example. Perhaps that is the concern? In any case, as long as one is able to cancel an in-progress sync operation from another thread, GStreamer is fine, AFAIK. Regards, Andy. -- http://wingolog.org/ ___ gtk-devel-list mailing

Re: Gtk+ unit tests (brainstorming)

2006-10-26 Thread Andy Wingo
; ASSERT_CRITICAL (object = g_object_new (gst_object_get_type (), NULL)); fail_unless (object == NULL, Created an instance of abstract GstObject); } I could 44 uses of this pattern in GStreamer core's test suite, based on libcheck (but with a wrapper). Regards, Andy. -- http://wingolog.org

Re: Transformation functions from G_TYPE_STRING to G_TYPE_any

2006-05-22 Thread Andy Wingo
Regards, -- Andy Wingo http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Transparent EventBox Background

2006-02-02 Thread Andy Grebe
. The first event box shows it's window since it's background is a nice image for a label which is on top of it. Is there any way to set the background of the eventbox to transparent, while still using the eventbox's window? Thanks -- Andy Grebe Design Specialist Software Engineering North Wales

Draw Lines Over Widgets

2006-01-05 Thread Andy Grebe
when the line doesn't go over a button or scroll button. However, I guess since when the scrollbutton goes into a different state it redraws itself, it then erases what line was there. -- Andy Grebe Design Specialist Software Engineering North Wales Facility Apogee Labs, Inc. (215)699-2060

re: SPAM LOW Re: Top Window Background

2005-12-14 Thread Andy Grebe
Yeah, when I use the gtk_widget_modify_bg(GTK_WIDGET(window), GTK_STATE_NORMAL, color), the background color does not change, even if I use it with all GTK_STATE_...s. Andy From: Andreas Stricker [EMAIL PROTECTED] Sent: Wednesday, December 14, 2005

re: Reference to a C++ object in GTK+ callbacks

2005-12-14 Thread Andy Grebe
Paul, As it has been said, your function needs to have the correct format, i.e. gboolean play_cb (GtkWidget *widget, gpointer ptr) {} Andy From: Paul Santa Maria [EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 7:01 PM To: gtk-app-devel-list

Top Window Background

2005-12-13 Thread Andy Grebe
); but when I attempt to change the color of the background in a callback function, it doesn't work. I've also tried the modify_bg function with the same results. -- Andy Grebe Design Specialist Software Engineering North Wales Facility Apogee Labs, Inc. (215)699-2060

Re: g_slice_

2005-12-05 Thread Andy Wingo
, etc. Maybe one day it can make it into glibc itself, who knows. Just some data points, -- Andy Wingo http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: gobject thread safety

2005-07-08 Thread Andy Wingo
now subscribed. He needs to update the closure refcounting, and claims he'll get to it today. Regards, -- Andy Wingo http://wingolog.org/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Setting ComboBox Uneditable

2005-02-22 Thread Andy Grebe
Hi, I'm trying to make the combo box uneditable. It looks like it would have a GtkEntry as part of the struct, but I can't seem to find it in the header to set that uneditable. Thanks, Andy Grebe ___ gtk-app-devel-list mailing list gtk-app-devel