Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7429773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:01:41+00:00 2026-05-29T09:01:41+00:00

I have a custom GTK+ widget which I am compiling in a C++ file

  • 0

I have a custom GTK+ widget which I am compiling in a C++ file (instead of C). Most of the code is the C subset of C++. The application seems to run fine. (Right now it merely displays a top-level window with the widget in it.) However, I have included a destructor in the widget structure and noticed that the destructor is never called.

  • What should I do (short of using gtkmm) in order to ensure that the destructor is called?
  • What are the other consequences I should be aware of when implementing a GTK+ widget in C++?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:01:42+00:00Added an answer on May 29, 2026 at 9:01 am

    GTK uses object oriented C, where the Object oriented part is visualized using function pointers. so if you can cache your this pointer with C side code of gtk widget, then here is more info…

    if you are running out of time, then take a review of this example… Look for gtk_cpu_destroy in this example, the following code set the function pointer in widget.

    object_class->destroy = gtk_cpu_destroy;
    

    beside gtkmm, there also exist gfc project, which i think is cleaner, and easier to understand…

    What are the other consequences I should be aware of when implementing a GTK+ widget in C++?

    my query is if your custom widget is really gtk widget or gdk widget… not all events of gdk are handled in gtkmm(or at least they were not back in 2009), thus beware that your application may crash too often, if your widget is extensively using gdk, and gdk events are not trapped. tools like systemtap might help you to trap the events causing problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have custom js/jquery code which is running fine on all browsers including IE9
i am developing a Gtk# based application which uses a custom widget derived from
I have custom javascript code for tabs which works fine, but Im trying to
I have the following code which adds a toolbar icon gtk-info (from stock) to
I'm looking into some XSS prevention in my Java application. I currently have custom
I have custom code inside of a SSRS report that needs to get the
I have custom errors set in the web config file as follows: <customErrors mode=RemoteOnly
I have custom cell which contains number of rows in it.i want to write
I have a custom gtk.treeview wrapper class that manages its own liststore. The class
I have custom configuration section within web.config file. I'm lingering between: Reading it into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.