GtkLabel and line wrap mode

2013-05-01 Thread Arx Cruz
xt (and wrap it) without the extra size? ​ [1] ​https://docs.google.com/file/d/0Bzp_ysssfuh2YnowM0JuZTFBbHc/edit Kind regards, Arx Cruz ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GOptionEntry question

2010-08-30 Thread Arx Cruz
r the user use the GOptionEntry. Is this possible, or there's another way to do this and I don't know? Kind regards, Arx Cruz ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Gtk+ Integration with Webkit

2008-09-30 Thread Arx Cruz
Ephiphany now support webkit Check this out: http://arstechnica.com/journals/linux.ars/2007/07/26/using-epiphany-with-webkit 2008/9/30 Salvatore De Paolis <[EMAIL PROTECTED]> > On Tue, 30 Sep 2008 23:23:41 +0300 > "Mackram Raydan" <[EMAIL PROTECTED]> wrote: > > Hi, > > Hey All, > > > > I am worki

Re: Can GTK+ create a GtkWindow in a GtkWindow?

2008-09-09 Thread Arx Cruz
No, you cant. But you can use two "workarounds" Do separeted windows in glade, then remove the content from the window and put in your main window, or use GtkNotebook's to "simulate" many windows. Theres a GtkMdiWindow in gtk-extras but i never used that before. On Tue, Sep 9, 2008 at 11:48 AM,

Problems to compile gtk with jhbuild + imendio patchs

2007-12-19 Thread Arx Cruz
Hi guys, Sorry if is the wrong place to post this, but im having problems in compile Gtk with Quartz support through imendio patchs using jhbuild, All packages compiles very well, but when i try compile gtk i have this error: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../modules/other -I../.

Re: glib/gobject tutorials

2007-07-04 Thread Arx Cruz
http://le-hacker.org/papers/gobject/ Great tutorial! On 7/4/07, Lucas Stephanou <[EMAIL PROTECTED]> wrote: > > Hi All , > > I'm looking for tutorials about gobject, specially signals handlers, > The Gnome Docs is just a api doc, without examples or ways to code > correct! > That api, to me is fo

Re: GTK && OS X

2007-03-06 Thread Arx Cruz
may this help you http://developer.imendio.com/projects/gtk-macosx On 3/6/07, Tomaz Canabrava <[EMAIL PROTECTED]> wrote: > Hy'all. > > i'm donating myself as a developer-aprendice to help porting GTK to OSX. > i *really* need some help understanding how GTK works before i can try to > start helpi