Window.getHasFrame

Warning gtk_window_get_has_frame has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3 Accessor for whether the window has a frame window exterior to window->window. Gets the value set by gtk_window_set_has_frame().

class Window
int
getHasFrame
()

Return Value

Type: int

TRUE if a frame has been added to the window via gtk_window_set_has_frame().

Meta