Fixed.setHasWindow

Warning gtk_fixed_set_has_window has been deprecated since version 2.20 and should not be used in newly-written code. Use gtk_widget_set_has_window() instead. Sets whether a GtkFixed widget is created with a separate GdkWindow for widget->window or not. (By default, it will be created with no separate GdkWindow). This function must be called while the GtkFixed is not realized, for instance, immediately after the window is created. This function was added to provide an easy migration path for older applications which may expect GtkFixed to have a separate window.

class Fixed
override
void
setHasWindow
()

Parameters

hasWindow int

TRUE if a separate window should be created Child Property Details The "x" child property "x" gint : Read / Write X position of child widget. Default value: 0

Meta