Package OpenCAGE.Masters.Parameter_Set_Masters.Displays

contains classes for parameter set master displays

Class Parameter_Set_Master_Display

extends OpenCAGE.Masters.Button_Masters.Displays.Button_Master_Display

Attributes

private Gtk.CTree.Gtk_CTree Tree 

private Gtk.Widget.Gtk_Widget Parameters_Widget 

private Gtk.Label.Gtk_Label Selected_Set_Label 

private OpenCAGE.Dialogs.Buttons.Button_Box Parameter_Button_Box 

Operations

public Event( Ada.Strings.Unbounded.Unbounded_String Link);

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'.]

public Boolean Can_Execute( Ada.Strings.Unbounded.Unbounded_String Link);

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'.]

public Update_Sensitivity(void);

Updates the sensitivity of all contained widgets. [This description is adopted from 'OpenCAGE.Masters.Button_Masters.Displays.Button_Master_Display'.]