Re: Help spinbuttons

2015-03-17 Thread Paulo Silva
Hello Roger. I think you misunderstand the concept of callback functions. In your example there is no appropriated callback function to deal with the changes of spin button. And another thing, the 3rd parameters to register a callback function must be a pointer. I suggest to take a look at chapte

Re: How to reactivate (focus?) the main window,

2016-09-05 Thread Paulo Silva
I don't now if I understood correctly your problem. Maybe this: gtk_window_present( GTK_WINDOW(ptr_to_your_window) ); José Paulo 2016-09-04 13:58 GMT-03:00 dmg : > On Sun, Sep 4, 2016 at 9:57 AM, dmg wrote: > > > > > I have tried using gtk_window_set_focus(winMain); but this does not > work