GtkFixed::set_has_window

void set_has_window(bool has_window);

This function was added to provide an easy migration path for older applications which may expect GtkFixed to have a separate GdkWindow. The default is not to create a separate window.

This function must be called while the GtkFixed is not realized, for instance, immediately after the window is created.

See also: get_has_window()