Gtk 2.10

Hi,

Gtk 2.10 is released. We have to improve the binding to add the new
features.

The new symbols from gtk and gdk are available from:

http://developer.gnome.org/doc/API/2.0/gtk/ix07.html
http://developer.gnome.org/doc/API/2.0/gdk/ix07.html

Unfortunately no such page seems to exist for atk, pango, cairo.

I am willing to work on the gtk part, though I cannot tell when I will
have time. I guess the best is to work on small subsets, commit them
and update the following accordingly:

http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby-GNOME2+API+Reference
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Status


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

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Hi,

In [email protected]
“[ruby-gnome2-devel-en] gtk 2.10” on Mon, 3 Jul 2006 14:25:12 +0200,
“Guillaume C.” [email protected] wrote:

Gtk 2.10 is released. We have to improve the binding to add the new features.

The new symbols from gtk and gdk are available from:

Unfortunately no such page seems to exist for atk, pango, cairo.

For cairo, rcairo 1.2.0 was released. In the version, rcairo
supports cairo 1.2.0. (the latest version) :slight_smile:

Thanks,

kou

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Hi,

On Mon, 3 Jul 2006 14:25:12 +0200
“Guillaume C.” [email protected] wrote:

Hi,

Gtk 2.10 is released. We have to improve the binding to add the new features.

OMG! I need to have a rest :-<.

http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby-GNOME2+API+Reference
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Status

Yeah, thanks.
Before starting implementation, tell us what widgets you works.

Are there anyone who help us ?


.:% Masao M.[email protected]

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Hi,

2006/7/4, Masao M. [email protected]:

Gtk 2.10 is released. We have to improve the binding to add the new features.

Before starting implementation, tell us what widgets you works.

Are there anyone who help us ?

I’ll implement GtkPrint*. :slight_smile:

Thanks,

kou

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Hi,

On Wed, 5 Jul 2006 10:09:38 +0900
“Kouhei S.” [email protected] wrote:

I’ll implement GtkPrint*. :slight_smile:
Wow, thanks!

Are there anyone who help us?


.:% Masao M.[email protected]

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Le jeudi 06 juillet 2006 à 00:35 +0900, Masao M. a écrit :

Are there anyone who help us?

These days I don’t even have enough time to have a look at what is
needed but I’ll try to do some stuff over the Week-End.

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Le vendredi 07 juillet 2006 à 01:23 +0900, Masao M. a écrit :

Yeah, thanks !

I started one obvious one (gtkwindow) but cannot test as I now get
broken glib2 when building :

(eval):1: undefined method `__add_one_arg_setter’ for GLib:Module
(NoMethodError)
from test-glib2.rb:2

I could not find where the issue could come from :frowning:

Apart from this, I plan to work on g_bookmark_file in glib

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Hi,

On Wed, 05 Jul 2006 18:07:44 +0200
Pascal T. [email protected] wrote:

Le jeudi 06 juillet 2006 e$(D+" 00:35 +0900, Masao M. a e$(D+1crit :

Are there anyone who help us?

These days I don’t even have enough time to have a look at what is
needed but I’ll try to do some stuff over the Week-End.

Yeah, thanks !

Hi,

In 1152359880.3714.9.camel@localhost
“Re: [ruby-gnome2-devel-en] gtk 2.10” on Sat, 08 Jul 2006 13:58:00
+0200,
Pascal T. [email protected] wrote:

I started one obvious one (gtkwindow) but cannot test as I now get
broken glib2 when building :

(eval):1: undefined method `__add_one_arg_setter’ for GLib:Module
(NoMethodError)
from test-glib2.rb:2

I could not find where the issue could come from :frowning:

You need to require glib/src/lib/glib2.rb before
glib/src/glib2.so. You may need to check your $LOAD_PATH.

Thanks,

kou

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

I am willing to work on the gtk part, though I cannot tell when I will
have time. I guess the best is to work on small subsets, commit them

Added the new Gtk::Widget symbols.

Updated http://ruby-gnome2.sourceforge.jp/hiki.cgi?Status+of+Ruby%2FGTK
with all the new needed classes and put an O or a # according to
whether new symbols are needed or not (hope it is correct).


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


Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Le samedi 08 juillet 2006 à 13:58 +0200, Pascal T. a écrit :

Apart from this, I plan to work on g_bookmark_file in glib
GBookmarkFile can not currently be copied (incomplete type in .h and no
copy function), so I opened a bug on glib and will rather work on
gtk_tree_store and gtk_tree_view


Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Le samedi 08 juillet 2006 à 21:10 +0900, Kouhei S. a écrit :

(NoMethodError)
from test-glib2.rb:2

I could not find where the issue could come from :frowning:

You need to require glib/src/lib/glib2.rb before
glib/src/glib2.so. You may need to check your $LOAD_PATH.

Oh yes, sorry for the noise and thanks for the tip.
I was testing without installing and forgot to -Isrc/lib before -Isrc/

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642