Re: Migrating from GTK-1.2 to GTK-2
- From: Paolo Borelli <pborelli katamail com>
- To: Ilyak Kasnacheev <ilyak online ru>
- Cc: "gtk-app-devel-list-request gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: Migrating from GTK-1.2 to GTK-2
- Date: Tue, 25 Nov 2003 22:34:29 +0100
On Tue, 2003-11-25 at 22:12, Ilyak Kasnacheev wrote:
Logged on as Ilyak(Online)
Hi all. I am now trying to develop really small project for my
university, with GTK+
I am now trying to switch to GTK+-2 from 1.2. I have faced problem:
==
gtk_signal_connect_after (GTK_OBJECT (startXEntry), "key_press_event",
GTK_SIGNAL_FUNC (on_CoordEntry_key_press_event),
NULL);
==
This simply does not work. Function does not get called as I press
keys. It did with GTK+-1.2. What should i do? I use it just to filter
input to make this field look like %lf... Is there another ways?
Why do you use connect_after? Just use simple connect and return TRUE or
FALSE if you want the defalut handler be executed or not... Btw, you
should substitute gtk_signal with g_signal.
And, font in gtk2 apps is smaller than in gtk1.2. Is this a feature? Is
this changeable? Or i just have to make some passes at gtkrc?
Can i change header in message_dialog from Info, Error, etc to smth,
or it is hardcoded?..
I admit I did not try but does gtk_window_set_title not work?
Not logged on. Reconnecting..........
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]