GtkWidgetClass.map

Signal emitted when widget is going to be mapped, that is when the widget is visible (which is controlled with gtk.widget.Widget.setVisible) and all its parents up to the toplevel widget are also visible.

struct GtkWidgetClass
extern (C)
void function(GtkWidget* widget) map;