Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,476
    • Issues 1,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 246
    • Merge requests 246
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • GNOME
  • gtkgtk
  • Issues
  • #1290
Closed
Open
Created Aug 26, 2018 by Luca Bacci@lb90Developer

Destroying a parented ComboBox triggers a Gtk-CRITICAL ** warning

Steps to reproduce

  1. Create a CombBox
  2. Add it to a widget hierarchy
  3. Call show_all() on the toplevel
  4. Destroy the ComboBox

I have attached a small and self-contained example that exhibits the issue.

Current behavior

Destroying the combobox triggers the warning:

Gtk-CRITICAL **: 15:46:41.789: gtk_widget_is_drawable: assertion 'GTK_IS_WIDGET (widget)' failed

Expected outcome

We should get no error message

Version information

Gtk 3.22.30 on Arch Linux

gtk_combo_example.c

Assignee
Assign to
Time tracking