I tried the toolbar demo in pygtk2 yesterday and was informed that GtkEntry
is an abstract widget.  I tracked the problem down to an ignore line in
gtk/gtk.override.  Removing it fixed the problem for me, though I have no
idea if I injected other bugs into the system as a result.

-- 
Skip Montanaro ([EMAIL PROTECTED])
(847)971-7098

*** gtk.override.~1~    Sun Apr  8 00:33:32 2001
--- gtk.override        Wed Apr 18 07:20:13 2001
***************
*** 2244,2250 ****
    gtk_radio_menu_item_set_group
    gtk_radio_button_group
    gtk_radio_button_set_group
-   gtk_entry_new
  %%
  ignore gtk_object_new gtk_object_newv gtk_object_query_args
    gtk_object_add_arg_type gtk_object_args_collect gtk_object_arg_get_info
--- 2244,2249 ----
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to