how to add bg pixmap

2009-02-27 Thread sumanth yes
Hi all, I am using gtk_text_view widget, is it possible to add background pixmap to text_view. Regards, sumanth. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Bug in GtkFrame?

2009-02-27 Thread John Coppens
Hello people. When a frame is set non-sensitive, a bar appears through (in reality, behind) its label. I thought I was imagining it, but enlarging with xMag, _did_ make it very clear! Am I doing something wrong here, or should I really submit this as a bug? John PD: Attached a screenshot of the

Re: Help:About Gtk_tree

2009-02-27 Thread Larry Reaves
On Fri, 2009-02-27 at 15:30 +, Chris Vine wrote: > On Fri, 27 Feb 2009 09:54:59 -0500 > Larry Reaves wrote: > [snip] > > 1. Gtk+ is a C library. If you want to use C++, take a look at > > Gtkmm- http://www.gtkmm.org/ > > There is no problem using GTK+ in c++ programs. Whether the OP wants

Re: Help:About Gtk_tree

2009-02-27 Thread Chris Vine
On Fri, 27 Feb 2009 09:54:59 -0500 Larry Reaves wrote: [snip] > 1. Gtk+ is a C library. If you want to use C++, take a look at > Gtkmm- http://www.gtkmm.org/ There is no problem using GTK+ in c++ programs. Whether the OP wants to use the gtkmm bindings is a matter of choice. It is not necessa

Re: Help:About Gtk_tree

2009-02-27 Thread Larry Reaves
On Fri, 2009-02-27 at 17:16 +0800, andy2_...@pegatroncorp.com wrote: > Dear All, > > > > I have many puzzles as a newer in gtk develop field,hope can get helps > from you ,thanks firstly。 > > > > Now, I have a problem about gtk_tree: If I used gcc to compile a tree.c, > it correct

Help:About Gtk_tree

2009-02-27 Thread andy2_cao
Dear All, I have many puzzles as a newer in gtk develop field,hope can get helps from you ,thanks firstly。 Now, I have a problem about gtk_tree: If I used gcc to compile a tree.c, it correct! But if I changed the file name to tree.cpp and used g++ to compile it, there will appear

Re: Embedded Gtk+ system moving to 2.14

2009-02-27 Thread John K. Luebs
John Boncek wrote: Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times) in screen transitions and a definite overall sluggishness t