Re: gtk on mac os x menu bar

2006-04-19 Thread Richard Hult
Aaron Voisine skrev: > On 4/19/06, Aaron Voisine <[EMAIL PROTECTED]> wrote: >> On a side note, I grabbed the latest glib/pango/gtk/cairo from cvs >> (2006-4-18) and was able to get gimp to build without X11 being >> installed (yay!). It displayed the splash screen (no fonts), loaded >> the plugins,

Mail from bugzilla

2006-04-19 Thread Mike Emmel
I just reported a bug on the directfb backend and bugzilla did not send me mail. Not sure if its because I was the one that reported it or I'm not getting mail for all directb flagged bugs. Mike ___ gtk-devel-list mailing list gtk-devel-list@gnome.org ht

Re: gtk on mac os x menu bar

2006-04-19 Thread Aaron Voisine
On 4/19/06, Aaron Voisine <[EMAIL PROTECTED]> wrote: > On a side note, I grabbed the latest glib/pango/gtk/cairo from cvs > (2006-4-18) and was able to get gimp to build without X11 being > installed (yay!). It displayed the splash screen (no fonts), loaded > the plugins, showed the window frame of

Re: is there a trouble with GTK+ dll ?

2006-04-19 Thread Tor Lillqvist
FBenoit Carpentier writes: > But I have found this : "g_intern_static_string not found in libglib-2.0-0.dll" You will need GLib 2.10.x with the newest binaries of GTK+ 2.8.x --tml ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gn

is there a trouble with GTK+ dll ?

2006-04-19 Thread Benoit Carpentier
Hi everybody,I'm looking at the new release of GTK+ dll, in order to release a new runtime for Windows.But I have found this : "g_intern_static_string not found in libglib-2.0-0.dll"this is a trouble with pango 1.12.1 dll, glib 2.8.6 and gtk+ 2.8.17, cairo 1.0.2 and atk 1.0.3.whereas pango 1.10.2 +

Re: Gtk Printing and gtk_dialog_run

2006-04-19 Thread Alexander Larsson
On Wed, 2006-04-19 at 09:42 -0400, Matthias Clasen wrote: > On 4/19/06, Christian Persch <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > I could add a gtk_print_operation_run_async() call that shows the dialog > > > and then returns to the main mainloop, using signals to drive the dialog > > > etc. Ho

Re: Implementation of new EWMH spec

2006-04-19 Thread Soeren Sandmann
Federico Mena Quintero <[EMAIL PROTECTED]> writes: > Spreading the "is_composited/composited_changed" API among GdkScreen and > GtkWidget means that people will just ignore the latter's signals, since > they won't ever see them. I don't think so; they are much more likely to ignore the signal on

Re: Gtk Printing and gtk_dialog_run

2006-04-19 Thread Matthias Clasen
On 4/19/06, Christian Persch <[EMAIL PROTECTED]> wrote: > Hi, > > > I could add a gtk_print_operation_run_async() call that shows the dialog > > and then returns to the main mainloop, using signals to drive the dialog > > etc. However, even that should really call gtk_window_set_modal on the > > pr

Re: graphics!!

2006-04-19 Thread Gustavo J. A. M. Carneiro
First of all, this question should be directed to [EMAIL PROTECTED] This list is for development _of gtk+_ not applications using gtk+. On Qua, 2006-04-19 at 13:15 +0200, [EMAIL PROTECTED] wrote: > > Hello!! > I need help about creating graphics...i want to represent point into a > graphic, >

graphics!!

2006-04-19 Thread ferri_marllo
Hello!! I need help about creating graphics...i want to represent point into a graphic, but i want to can interact with them too,i need to click on them and see in the satatus bar what're the coordenates,i need to can delete them, and more things. I'm trying with gdk,but the problem is that i don

RE: gtk on mac os x menu bar

2006-04-19 Thread Julian Adams
[EMAIL PROTECTED] wrote: > Hello all, I'm the guy who does the Gimp.app package. I was just > reading about the gtk on mac os x progress and the discussion about > the proper way to handle the menu bar. I'd just like to throw in on > the side of automating it to put the menu of the focused window i

Re: Gtk Printing and gtk_dialog_run

2006-04-19 Thread Paolo Borelli
Alexander Larsson wrote: On Wed, 2006-04-19 at 15:47 +0800, James Henstridge wrote: Matthias Clasen wrote: On 4/19/06, James Henstridge <[EMAIL PROTECTED]> wrote: Paolo Borelli wrote: I haven't yet looked at the new printing api in detail, but from what I quick

Re: Gtk Printing and gtk_dialog_run

2006-04-19 Thread Christian Persch
Hi, > I could add a gtk_print_operation_run_async() call that shows the dialog > and then returns to the main mainloop, using signals to drive the dialog > etc. However, even that should really call gtk_window_set_modal on the > print dialog to make it modal to the GtkWindowGroup of that window, s

Re: Win32 - handling mainloop while showing modal comon controls

2006-04-19 Thread Arnaud Charlet
FWIW, We've solved a similar issue when using e.g. the standard open file/save file Windows dialog in a different way. This is also not ideal but works fine in practice, and is not bound to any specific dialog. Here it is attached (this is a patch against 2.8.17 sources). Arno * gdk/win

gtk on mac os x menu bar

2006-04-19 Thread Aaron Voisine
Hello all, I'm the guy who does the Gimp.app package. I was just reading about the gtk on mac os x progress and the discussion about the proper way to handle the menu bar. I'd just like to throw in on the side of automating it to put the menu of the focused window in the menu bar. I don't really un

Re: Gtk Printing and gtk_dialog_run

2006-04-19 Thread Alexander Larsson
On Wed, 2006-04-19 at 15:47 +0800, James Henstridge wrote: > Matthias Clasen wrote: > > On 4/19/06, James Henstridge <[EMAIL PROTECTED]> wrote: > > > >> Paolo Borelli wrote: > >> > >>> I haven't yet looked at the new printing api in detail, but from what I > >>> quickly gathered the high le

Re: Gtk Printing and gtk_dialog_run

2006-04-19 Thread James Henstridge
Matthias Clasen wrote: > On 4/19/06, James Henstridge <[EMAIL PROTECTED]> wrote: > >> Paolo Borelli wrote: >> >>> I haven't yet looked at the new printing api in detail, but from what I >>> quickly gathered the high level api involves a run() method for the >>> dialog. >>> >>> This may be p

Graphics!!

2006-04-19 Thread ferri_marllo
Hello!! I need help about creating graphics...i want to represent point into a graphic, but i want to can interact with them too,i need to click on them and see in the satatus bar what're the coordenates,i need to can delete them, and more things. I'm trying with gdk,but the problem is that i don'