GtkWidgets on DirectFB

2006-12-26 Thread ashish.mondal
Hi; I want to place a gtkwidget (e.g. a window containing a button) on DirectFB. Can someone tell me the related link where I can get the sample code to do the same? Or any helps are invited. Ashish ___ gtk-app-devel-list mailing list

RE: GtkWidgets on DirectFB

2006-12-26 Thread Madhusudan E
Hi, Install GTK over DirectFB and launch any program Refer the following link; http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB for installation of GTK over DirectFB. I hope this helps Rgds, Madhusudan E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: GtkWidgets on DirectFB

2006-12-26 Thread Kumar Siddharth
Hi, GTK has already been ported to DirectFB. You just need to compile and link to GTKDFB. Code will be same as normal GTK. http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB Regards, Siddharth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

Re: GtkWidgets on DirectFB

2006-12-26 Thread Attilio Fiandrotti
And, if you are a debian user, you don't have to compile anything as gtk/dfb libraries and development files are already available in unstable and exprimental :) Attilio Kumar Siddharth wrote: Hi, GTK has already been ported to DirectFB. You just need to compile and link to GTKDFB. Code

GObject question

2006-12-26 Thread Tomasz Jankowski
Hello! Can someone explain me, what abstract classes are and where I can use them? -- Pozdrawiam! Tom ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GObject question

2006-12-26 Thread Yeti
On Tue, Dec 26, 2006 at 03:34:40PM +0100, Tomasz Jankowski wrote: Can someone explain me, what abstract classes are and where I can use them? Abstract clases are those you cannot create instances of. If it does not make any sense to create instances of some class, often because the actual

gnome_program_init id necessary?

2006-12-26 Thread Enrico Sardi
Hi all! I was wondering...is gnome_program_init necessary in an application for gnome or gtk_init is sufficient? What is the exact utility of gnome_program_init? Many thansk! Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: gnome_program_init id necessary?

2006-12-26 Thread Fernando ApesteguĂ­a
On 12/26/06, Enrico Sardi [EMAIL PROTECTED] wrote: Hi all! I was wondering...is gnome_program_init necessary in an application for gnome or gtk_init is sufficient? What is the exact utility of gnome_program_init? The best answer:

How does one pipe output from process to text buffer?

2006-12-26 Thread Tony Freeman
Hello, I need some example code or a tutorial for how to pipe output from a process to a GtkTextBuffer. The idea of this program is to spawn off 6 or more ssh commands and have the output go to it's own textbuffer in it's assigned notebook page. This is what I have so far. Now I need the

Re: How does one pipe output from process to text buffer?

2006-12-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Dec 26, 2006 at 10:41:33PM -0500, Tony Freeman wrote: Hello, I need some example code or a tutorial for how to pipe output from a process to a GtkTextBuffer. The idea of this program is to spawn off 6 or more ssh commands and have the