New features in upcoming gtk+ 2.12

I’m working on adding the new features of upcoming gtk+ 2.12. For the
moment, I’ll need to use GTK_CHECK_VERSION(2,11,0) as 2.12 is not out,
I’m wondering whether you would like it stays like this or we bump to
2.12 when 2.12 is out.


Guillaume C. - http://zarb.org/~gc/


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Hi,

On Tue, 3 Jul 2007 16:59:22 +0200
“Guillaume C.” [email protected] wrote:

I’m working on adding the new features of upcoming gtk+ 2.12.

Wow!

For the
moment, I’ll need to use GTK_CHECK_VERSION(2,11,0) as 2.12 is not out,
I’m wondering whether you would like it stays like this or we bump to
2.12 when 2.12 is out.

Now, we can use 2,11 and will bump to 2.12 when 2.12 is out as you said
;).

BTW,
Should we need to implement gtk_widget_(set|get)_tooltip_text() ?
If they are the same with “tooltip-text” property accessor, we don’t
need to
implement them by hand.
#There is “tooltip_markup”, too.


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

BTW,
Should we need to implement gtk_widget_(set|get)_tooltip_text() ?
If they are the same with “tooltip-text” property accessor, we don’t need to
implement them by hand.
#There is “tooltip_markup”, too.

I see. As _set and _get functions of gtk are sometimes properties and
sometimes not, I often do this mistake. Sorry!


Guillaume C. - Guillaume Cottenceau


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/