Class: Gtk::ATContext
- Inherits:
-
Object
- Object
- Gtk::ATContext
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#accessible ⇒ Gtk::Accessible
The
GtkAccessiblethat created theGtkATContextinstance. -
#accessible=(accessible) ⇒ Gtk::Accessible
The
GtkAccessiblethat created theGtkATContextinstance. -
#accessible_role ⇒ Gtk::AccessibleRole
The accessible role used by the AT context.
-
#accessible_role=(accessible_role) ⇒ Gtk::AccessibleRole
The accessible role used by the AT context.
-
#display ⇒ Gdk::Display
The
GdkDisplayfor theGtkATContext. -
#display=(display) ⇒ Gdk::Display
The
GdkDisplayfor theGtkATContext. -
#initialize(accessible_role, accessible, display) ⇒ Gtk::ATContext
constructor
Creates a new
GtkATContextinstance for the given accessible role, accessible instance, and display connection.
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.
Instance Method Details
#accessible ⇒ Gtk::Accessible
The GtkAccessible that created the GtkATContext instance.
#accessible=(accessible) ⇒ Gtk::Accessible
The GtkAccessible that created the GtkATContext instance.
#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.
#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.
#display ⇒ Gdk::Display
The GdkDisplay for the GtkATContext.
#display=(display) ⇒ Gdk::Display
The GdkDisplay for the GtkATContext.