Problem compiling gtk+2.6.8

2005-07-28 Thread Ari Dwiyanto
hi i have problem when compiling gtk+2.6.8, it give me error message like checking for x86 platform... yes checking compiler support for MMX... yes checking for freetype-config... /usr/bin/freetype-config checking For sufficiently new FreeType (at least 2.0.1)... yes configure: error: Xft Pango bac

Re: Displaying a stream of images using GTK

2005-07-28 Thread John Cupitt
On 7/29/05, alok nagdev <[EMAIL PROTECTED]> wrote: > a problem. By fastest I meant that although I'm okay with dropping a couple > of frames for timing constraints but the least frames I drop works better > for me and in the meanwhile gives me more time for image processing stuff, > which I'm think

Re: Displaying a stream of images using GTK

2005-07-28 Thread alok nagdev
Hi Vladis, From: [EMAIL PROTECTED] To: alok nagdev <[EMAIL PROTECTED]> CC: gtk-list@gnome.org Subject: Re: Displaying a stream of images using GTK Date: Thu, 28 Jul 2005 17:53:30 -0400 The single biggest question is "Do you have enough memory or a small enough video clip that it fits in RAM e

Re: Getting menu to show

2005-07-28 Thread Jonathan Hayward
Post script: in order to make it work more like the tutorial, I changed the end to follow the manual menu example in the tutorial. I put: void gtk_specific_init(int *argc, char ***argv)     {     GtkItemFactory *factory;     GtkWidget *vbox, *root_menu;     gtk_init(argc, argv);     main_window =

Re: Displaying a stream of images using GTK

2005-07-28 Thread Valdis . Kletnieks
On Thu, 28 Jul 2005 20:00:05 -, alok nagdev said: > I'm writing an application for displaying a sequence of images. The sequence > of images is actually converted from a 30 frames/sec. video and are stored > as a single binary file containing 3 channels (RGB). Can someone give me any > idea

Getting menu to show

2005-07-28 Thread Jonathan Hayward
I'm trying to get a menu bar to show. The code I have at present is segfaulting: void gtk_specific_init(int *argc, char ***argv)     {     GtkItemFactory *factory;     gtk_init(argc, argv);     main_window = gtk_window_new(GTK_WINDOW_TOPLEVEL);     gtk_widget_show(main_window);     gtk_accelerator

Displaying a stream of images using GTK

2005-07-28 Thread alok nagdev
Hello! I'm writing an application for displaying a sequence of images. The sequence of images is actually converted from a 30 frames/sec. video and are stored as a single binary file containing 3 channels (RGB). Can someone give me any idea on how to do it or give me a pointer to some tutorial

Re: Tree Store for layers

2005-07-28 Thread Ben Johnson
On Thu, Jul 28, 2005 at 11:41:59AM -0400, Paul Davis wrote: > On Tue, 2005-07-26 at 14:43 +0100, David Conley (FRD) wrote: > > I'm hoping to use a tree store/view to create a layer typer system where > > the higher up the tree an object is, the closer to the front of the screen > > an object woul

Re: GTK+ 2 speed

2005-07-28 Thread Frank Naumann
Hello! Our expectation and experience is that GTK+ performs decently for even complex applications on hardware from the last 5 years or so. Except the WIN32 port. The WIN32 port is noticeable slower than the X11 port on the same hardware. Regards, Frank

Re: GTK+ 2 speed

2005-07-28 Thread Owen Taylor
On Wed, 2005-07-27 at 18:22 +0100, Robert Thorpe wrote: > Users of PCB are attempting to find out why the GTK+ version gPCB is > slower than the Athena version. I'm also beginning to write a graphical > program and deciding which widget set to use, so I'm interested in the > same issue. > > To he

Re: Tree Store for layers

2005-07-28 Thread Paul Davis
On Tue, 2005-07-26 at 14:43 +0100, David Conley (FRD) wrote: > I'm hoping to use a tree store/view to create a layer typer system where > the higher up the tree an object is, the closer to the front of the screen > an object would be. Imagine the layers in Photoshop or GIMP for an idea > what I

application broken when gtk_socket_add_id ().

2005-07-28 Thread palm topen
Hi All: A GtkSocket problem confused me for a long time. By all ways I can not solve the problem, so I post it in this mail list to find help from gtk experts. Thanks lot. Here is the source code: static pid_t kbd_pid; static const char *xkbd_path = "xkbd"; static guint xkbd_xid = 0; static void

RE: GTK+ 2 speed

2005-07-28 Thread Robert Thorpe
Sorry for the repeat, it was bounced first time I sent it, because I wasn't a member of the list. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: [gtkextra] No text is drawn

2005-07-28 Thread romildo
On Wed, Jul 20, 2005 at 04:42:38PM -0300, [EMAIL PROTECTED] wrote: > > I am just trying the plotting examples > from gtk+extra-2.1.1 and found that > the text is not drawn. To be more clear, I am trying the testgtkplotcanvas.c program from the gtk+extra-2.1.1 distribution. The text is readable on

[Fwd: Re: GTK+ 2 speed]

2005-07-28 Thread Daniel Campos
--- Begin Message --- Hi: Based on my experience with GTK+, widgets drawing could be more slow because all widgets are double-buffered, however, if you're not interested in that feature, you can always use gtk_widget_set_double_buffered() to disable it. Pango is very slow, and I don't know a

GTK+ 2 speed

2005-07-28 Thread Robert Thorpe
Users of PCB are attempting to find out why the GTK+ version gPCB is slower than the Athena version. I'm also beginning to write a graphical program and deciding which widget set to use, so I'm interested in the same issue. To help us both, it would be useful if anyone knowledgable on this list c

Re: One GnomeCanvasPixbuf, Many Events

2005-07-28 Thread Catherine Dunn
I still get y = 0. Thanks for the suggestion, though. Catherine On Wed, 2005-07-27 at 21:09 -0400, Tristan Van Berkom wrote: > Catherine Dunn wrote: > > Hello, > [...] > > event_cb(GnomeCanvasItem *item, GdkEvent *event, gpointer data) > [...] > > No matter where I click y is always 0? What am I

applying application themes on gtk on kde

2005-07-28 Thread Easter Sunshine
hello, i am new to gtk+. i was wondering how to apply themes or engines to gtk+ applications, for example, applying one of the few gtk2-engines-* packages that kynaptic installed on my kubutnu 5.04 to gaim, or even the hello world example. on art.gnome.org, the faq explains how to install them on

GTK+ 2 speed

2005-07-28 Thread Robert Thorpe
Users of PCB are attempting to find out why parts of the GTK+ version gPCB are slower than the Athena version. Also, I'm beginning to write a graphical program and deciding which widget set to use, so I'm interested in the same issue. To help us both, it would be useful if anyone knowledgable on