Hi,<br><br>I have been developing GUI using GTK +2.0 and now I am facing some performance issues. Let me first describe <br><br>The implementation: -<br>The UI consists of layouts (GtkContainers) which have event box and image widgets. At any given time only one of the four layouts is visible and the user can select a layout at any given time. On an average each layout has 25 buttons (internally event boxes and image widgets). Every button has 3 states so there are 6 (3 event + 3 image) widgets for every button. A total of 4 layouts make 600 widgets roughly at any given time.<br>
<br>The Problem: -<br>Whenever user switches between layouts, I hide other layouts (hide the containers) and show the selected layout. The problem is that it takes very long to do these operations. <br><br>Is there a better way of doing this? I used event boxes and image widgets in place of gtkbuttons because I needed custom shaped buttons with custom bitmaps over them.<br>
<br>Please help!<br><br>Regards,<br>Lomash<br>