Re: Shared Buttons causing seg fault?



What is this declaration?
This did not create the button?

Ruben

int main(int argc, char *argv[]){
*****>  GtkWidget *window, *button, *box;

      gtk_init(&argc, &argv);

      window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
      gtk_window_set_title(GTK_WINDOW(window), "Verticle Packing Box");
      gtk_signal_connect(GTK_OBJECT(window), "delete_event",
GTK_SIGNAL_FUNC(Delete), NULL);
      gtk_signal_connect(GTK_OBJECT(button), "clicked",


On 2001.05.18 06:57:18 -0400 Angelo Cano wrote:
<<<You haven't created the button yet.>>>
-- 
Brooklyn Linux Solutions
http://www.mrbrklyn.com
http://www.brooklynonline.com

1-718-382-5752




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]