On Fri, 2004-12-31 at 12:31 -0300, Adriano Monteiro wrote: > Hi folks... > > I have in my project dozens of combos that must have their contents > defined by the data stored in the database (a postgresql database, > just for the records). > I don�t want to load all this combos when the window opens, because it > will take too long. > One idea I had was to load the combo when someone click at it�s > button (to frop it down). > Two trobles with it:
> * When I do: glade.get_widget ( "comboboxentry" ), it return an > object of gtk.Bin type. I can�t understand what�s happening You are running pygtk < 2.4 with gtk >= 2.4. > * I don�t know how to get the dropdown button object. Is it > possible? If it�s not, how can I use it�s "clicked" event? > > Regards, > > []�s! > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
