Package OpenCAGE.GUI.Displays.Window_Displays

Class Window_Display

This abstract class displays the Window on the screen by using the Window_Model.

Operations

public Set_Window_Title( String Title);

Defines the title of window

public Show(void);

shows the window

public Hide(void);

hides the window

public Boolean Is_Visible(void);

checks if its shown or hide

public Toggle_Visibility(void);

chenges the visibility

public String Get_Window_Title(void);

returns the defined title

public Gtk.Window.Gtk_Window Get_Window(void);

returns the used gtk_window of the window at which is drawn