[Gtk-sharp-list] glade windows
Jorge de J. Ramirez S.
kokey@gluch.org.mx
Mon, 1 Mar 2004 16:27:42 -0700 (MST)
Hi,
I have a glade project with 2 windows, so when i push a button need to
open the second window, but i don't have success get... =S
this is part of the C# code:
public SyncTss (string[] args)
{
Application.Init();
//gxml is declarated in public class
gxml = new Glade.XML ("synctss.glade", "login", null);
gxml.Autoconnect (this);
Application.Run();
}
public void on_button_Login_clicked (System.Object obj, EventArgs e){
?????
}
Any idea?
(o_
//\
V_/_
"hackers build things, crackers break them."
http://kokey.gluch.org.mx