GtkWidget::get_child_visible

bool get_child_visible();

Gets the value set with set_child_visible() . If you feel a need to use this function, your code probably needs reorganization.

This function is only useful for container implementations and never should be called by an application.

Returns true if the widget is mapped with the parent.

See also: set_child_visible()