Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A atk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • atk
  • Repository
Switch branch/tag
  • atk
  • atk
  • atkplug.c
Find file BlameHistoryPermalink
  • Samuel Thibault's avatar
    atkplug: Add atk_plug_set_child · 9b1a76fb
    Samuel Thibault authored Aug 23, 2019
    As discussed on
    
    https://mail.gnome.org/archives/gnome-accessibility-devel/2019-August/msg00001.html
    
    In some cases, one can not use the AtkPlug type directly as accessible
    object for the toplevel widget of the application. For instance in the gtk
    case, GtkPlugAccessible can not inherit both from GtkWindowAccessible and
    from AtkPlug. In such a case, one can create, in addition to the standard
    accessible object for the toplevel widget, an AtkPlug object, and make the
    former the child of the latter by calling atk_plug_set_child().
    9b1a76fb