Awn

Comment 0 for bug 665847

Revision history for this message
Gabor Karsay (gabor-karsay) wrote : "Remove Custom Icon" item doesn't have python bindings

libawn's awn_themed_icon_create_remove_custom_icon_item() doesn't work in python.

And maybe you know what's wrong with this vala code (in awnterm):

code:
Gtk.MenuItem remove_custom_item;
remove_custom_item = Awn.ThemedIcon.create_remove_custom_icon_item (this, null);

error message:
Access to instance member `Awn.ThemedIcon.create_remove_custom_icon_item' denied