[Glade-users] signal handler -> does not work under windows & linux | compil. OK

Tristan Van Berkom tvb at gnome.org
Wed Mar 28 10:21:03 EDT 2007


On Wed, 2007-03-28 at 15:19 +0200, TiTi wrote:
> Hi!
> 
> I'm trying to create a simple application with libglade. The problem
> is : nothing happens when I clic on my button :-/
> 
> Some days ago, my
> console show me a libglade-warning : "libglade-WARNING **: could not
> find signal handler" 
> I find the origin of the problem, it was due to compiler/linker
> options.
> Now, the compilation and the execution are good, but still nothing when i clic on the button.
> 
> I found a post that suggest to
> set the window visibility into the .glade, and then
> call gtk_widget_show() ...   
> I also try to manually connect the signal (without
> glade_xml_signal_connect(), with glade_xml_signal_connect)
> But still the same problem -_-
> 
> The signal is : activate.

Have you tried using the "clicked" signal ?

Are you certain that an "activate" signal is supposed to
be fired as a result of a button click ?

Cheers,
                  -Tristan




More information about the Glade-users mailing list