Re: Problem with references

2008-03-23 Thread Chris Vine
On Mon, 2008-03-17 at 10:16 +0100, Gabriele Greco wrote: [snip] > Actually I cover only the widgets I use in this app. I'm not using gtkmm > mostly to avoid extra dependencies. > > Anyway let's talk about the problem. > > Gtk owns all toplevel windows. It already does _ref_sink() on > > GtkWindo

Re: Question in using gdk_pixbuf_get_from_drawable()

2008-03-23 Thread Luis Menina
Are you really sure you're accessing the GdkWindow and not the GtkWindow ? GtkWindow *toplevel = gtk_window_new(GTK_WINDOW_TOPLEVEL); [add some graphical stuff in that GtkWindow] /* and then, later on... */ GdkWindow *window = toplevel->window; if (window != NULL) { int x, y, width, height

Re: toolButton Disable

2008-03-23 Thread Luiz Rafael Culik Guimaraes
Hi Bastiaan > gtk_widget_set_sensitive() probably does what you want. thanks for answer, i'll look on this function docs Regards Luiz ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: toolButton Disable

2008-03-23 Thread Bastiaan Veelo
gtk_widget_set_sensitive() probably does what you want. Regards, Bastiaan. Luiz Rafael Culik Guimaraes wrote: > Dear Friends > > Is their an way to disable an specific tool buton like the winapi? > > I read the docs, but could not find an reference > > Regards > Luiz > ___

Re: pango package for win32 broken

2008-03-23 Thread Andreas Volz
Am Sun, 23 Mar 2008 00:57:32 +0200 schrieb Tor Lillqvist: > > The module directory is not present in the zip file. > > The modules that are part of Pango are built-in in the corresponding > DLLs. > > > Because of this no fonts are > > rendered and only a missing char (small box) is displayed