Re: gtkentry and return key

2006-11-01 Thread Olexiy Avramchenko
On 11/2/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > Hi all, > > The gtkentry emits an 'activate' signal when you press return in it. > Can this be deactivated, so that the key is not handled by the gtkentry? > I want to use a generic key function. Hello, Mattias There's GtkTextView widget fo

gtkentry and return key

2006-11-01 Thread Mattias Gaertner
Hi all, The gtkentry emits an 'activate' signal when you press return in it. Can this be deactivated, so that the key is not handled by the gtkentry? I want to use a generic key function. Mattias ___ gtk-list mailing list gtk-list@gnome.org http://mail

Re: rotating background images on a gtkdrawable

2006-11-01 Thread Olexiy Avramchenko
On 11/1/06, Yianni <[EMAIL PROTECTED]> wrote: Hello and apologies for the general scope of the quetion but how can I rotate background images on a gtkdrawable? Try cairo (with GTK+ >= 2.8.x), see an attached sample. All used functions are documented in GTK+/GDK and cairo references. Olexiy #

Re: detect memory leak

2006-11-01 Thread Paul Davis
On Tue, 2006-10-31 at 09:31 -0800, [EMAIL PROTECTED] wrote: > > I've used Gtkmm2.8.3 version. The following code segment cause a huge > memory leak. Can anyone please take a look and advice me what was > wrong with it. My application is not a gtk window application but it > just need to use the GD

rotating background images on a gtkdrawable

2006-11-01 Thread Yianni
Hello and apologies for the general scope of the quetion but how can I rotate background images on a gtkdrawable?Thanks.-- -- Yianni ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

detect memory leak

2006-11-01 Thread ndo
I've used Gtkmm2.8.3 version. The following code segment cause a huge memory leak. Can anyone please take a look and advice me what was wrong with it. My application is not a gtk window application but it just need to use the GDK level api to manipulate bitmap and save it out to disk. I turned on

Change Color of checkbutton

2006-11-01 Thread Andrew E. Makeev
Hello. I have question - how to change color of checkbutton background properly (background of small square where check-sign is placed)? Look at this function: void CustomCheckBox::set_background( const Gdk::Color& color ) { if( Gtk::Widget* w = get_focus_widget() ) { static Glib