GtkColorSelection::set_has_opacity_control

void set_has_opacity_control(bool has_opacity);

Use this method to set whether the opacity control for the GtkColorSelection is visible or not. Pass true as a parameter if you want the opacity control to be visible, false otherwise.

See also: get_has_opacity_control()