Hi,

  My application has to display around 3000 toggle buttons, in 178 rows of a
table. It is taking almost 12 seconds to do so.

  Can you help me out in reducing this time.

 

  Here are the two steps that are consuming maximum time

 

  gtk_button_set_label (GTK_BUTTON(drpentry_binbutton), "1");

                                                                        

   gtk_toggle_button_set_active
(GTK_TOGGLE_BUTTON(drpentry_binbutton),FALSE);

 

  Thanks and Regards

 

  Sai Korada

  

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to