contains abstract classes for master displays
extends OpenCAGE.Dialogs.Handlers.Handler_Target
private Gtk.Window.Gtk_Window Window |
The visible window.
private OpenCAGE.Data.Data Oc_Data |
private OpenCAGE.GUI.Cursors.Cursor_State_Model_Observer Cursor_Observer |
private OpenCAGE.Masters.Displays.Master_State_Model_Observer State_Observer |
Shows the WIndow_Master, if it was hidden, does nothing, else.
Hides the WIndow_Master, if it was hidden, does nothing, else.
Returns true, if the window is visible, false otherwise.
Shows the window, if it is hidden, hides it, else.
This is called by an event handler if an event occured (You guessed that. This description is very abstract, because the class is also very abstract). [This description is adopted from 'OpenCAGE.Dialogs.Handlers.Handler_Target'.]
returns true if a (button) event with the given link string will be handeled. This can be used to gray out the buttons if they shouldn't be used. [This description is adopted from 'OpenCAGE.Dialogs.Handlers.Handler_Target'.]
extends OpenCAGE.State.State_Model_Observer
private OpenCAGE.Masters.Displays.Master_Display Master |