Button Vs Toogle Button
- From: "Sailaxmi korada " <sai korada xilinx com>
- To: <gtk-app-devel-list gnome org>
- Subject: Button Vs Toogle Button
- Date: Mon, 3 Apr 2006 12:08:04 +0530
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]