Class: Gtk::ATContext

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Constructor Details

#initialize(accessible_role, accessible, display) ⇒ Gtk::ATContext

Creates a new GtkATContext instance for the given accessible role, accessible instance, and display connection.

The GtkATContext implementation being instantiated will depend on the platform.

Parameters:

  • accessible_role (Gtk::AccessibleRole)

    the accessible role used by the GtkATContext

  • accessible (Gtk::Accessible)

    the GtkAccessible implementation using the GtkATContext

  • display (Gdk::Display)

    the GdkDisplay used by the GtkATContext

Instance Method Details

#accessibleGtk::Accessible

The GtkAccessible that created the GtkATContext instance.

Returns:

#accessible=(accessible) ⇒ Gtk::Accessible

The GtkAccessible that created the GtkATContext instance.

Parameters:

Returns:

#accessible_roleGtk::AccessibleRole

The accessible role used by the AT context.

Depending on the given role, different states and properties can be set or retrieved.

Returns:

#accessible_role=(accessible_role) ⇒ Gtk::AccessibleRole

The accessible role used by the AT context.

Depending on the given role, different states and properties can be set or retrieved.

Parameters:

Returns:

#displayGdk::Display

The GdkDisplay for the GtkATContext.

Returns:

  • (Gdk::Display)

    display

#display=(display) ⇒ Gdk::Display

The GdkDisplay for the GtkATContext.

Parameters:

  • display (Gdk::Display)

Returns:

  • (Gdk::Display)

    display

  • (Gdk::Display)

    display