[Glade-users] (mandriva, ruby, eclipse) I can't use a GUI created by glade 3
lolveley
lolveley at yahoo.fr
Tue May 12 15:21:05 EDT 2009
hello,
I used to have glade2 with ruby, using eclipse.
but recently I downloaded glade3 and now even if the two requires (gtk2
and libglade2) are satisfied, I can't launch this project:
**********************************************************
#!/usr/bin/env ruby
#
require 'libglade2'
require 'gtk2'
class MonAppli
def initialize(file, root)
@main_glade_xml = GladeXML.new(file, root) {|handler| method(handler)}
end
end
Gtk.init
MonAppli.new("test_glade_1.glade",nil)
Gtk.main
**********************************************************
do you know if there are some options to select when conceiving a glade
project (I have eg the choice between a libglade project and a gtk+
project), using glade3?
thx,
lolveley.
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com
More information about the Glade-users
mailing list