Search:

Type: Posts; User: MK27

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    11,301

    Great if it works! In my experience with gtk, it...

    Great if it works! In my experience with gtk, it can be very picky about typecasting, so with a normal callback function you may need the cast G_CALLBACK(function). Strange that it caused a problem...
  2. Replies
    4
    Views
    11,301

    The "on destroy" signal handler function has to...

    The "on destroy" signal handler function has to be connected to the top level window inside the gtk loop in main() (that is, after the window is defined but before gtk_main();), otherwise those...
Results 1 to 2 of 2