Button Vs Toogle Button



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

  




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