Hello! Piotr Sipika has written on Tuesday, 28 July, at 12:37: >28 lip 2015 06:01 "Andrej N. Gritsenko" <and...@rep.kiev.ua> napisaĆ(a):
>> No, that is wrong, gtk_widget_show_all(p) is not ever required. The >> panel itself will handle showing the widget, it's why it was removed from >> the updated page. >Without having looked at the code, I assume the panel is calling >gtk_widget_show_all(plugin_widget). This should make the label visible >without having to call gtk_widget_show(label) explicitly since the >plugin_widget is a GtkContainer (EventBox). Am I missing something? Yes, you do. Plugin may want to show only exact elements of it, not everything, because some elements may need to be hidden in accordance with current state or events. In such case calling gtk_widget_show_all will break all look that was carefully set by plugin. Therefore it's a plugin job to set own elements visible or not. With best regards, Andriy. ------------------------------------------------------------------------------ _______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list