Constructor
GtkATContextcreate
Declaration [src]
GtkATContext*
gtk_at_context_create (
  GtkAccessibleRole accessible_role,
  GtkAccessible* accessible,
  GdkDisplay* display
)
Description [src]
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
- 
            Type: GtkAccessibleRoleThe accessible role used by the GtkATContext
- accessible
- 
            Type: GtkAccessibleThe GtkAccessibleimplementation using theGtkATContextThe data is owned by the caller of the function. 
- display
- 
            Type: GdkDisplayThe GdkDisplayused by theGtkATContextThe data is owned by the caller of the function. 
Return value
Type: GtkATContext
The GtkATContext
| The caller of the function takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |