Re: the start-up process of gtk+ 3

2012-04-17 Thread Matthias Clasen
2012/4/12 subhero : > Dear Everyone: >  Recently I want to know how the gtk+ 3 choice the x11 backend. But i don't > know anything about the process. For example ,here is a "hello world" > program: To find out, you should grep for GDK_BACKEND in the source code. (GDK_BACKEND is the name of the env

the start-up process of gtk+ 3

2012-04-16 Thread subhero
Dear Everyone: Recently I want to know how the gtk+ 3 choice the x11 backend. But i don't know anything about the process. For example ,here is a "hello world" program: #include void on_button_clicked(GtkWidget* button, gpointer userdata) { GtkWidget *dialog; dialog = gtk_message_dialog_ne