Re: [glade--] Learning to use glademm-generated code



Baltasarq schrieb:
which version does glademm target?


Well, I don't really now. How can I find that information ? I use glade-2 in order to generate the source code. Are you suggesting I shouldn' do that, I mean, should I create my project from command line ? I tried:

simply start glade-2 in a shell to see glademm's output.

$ glade-- --gtkmmversion 2.4 sumador.glade

try --gtkmmversion 2.4.0

Gtk::Main::instance()->quit() is preferred (see gtkmm documentation) since it does not bypass local object destruction.


Thank you. However the application is not finished when the main window is closed, so I think the problem is that the signal I'm using, hide, is not the appropriate one.

look for delete_*, IIRC (a signal of Window returning bool)

  Christof

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]