[Glade-users] Drawing area click signal
- From: Jeff Simpson <llcooljeff gmail com> (Jeff Simpson)
- Subject: [Glade-users] Drawing area click signal
- Date: Mon, 13 Dec 2004 11:22:36 -0500
I'm using Glade-2 and gtkmm to develop a C++ gtk application. I am
having trouble getting some signals to work. I make the object in
glade, assign a signal to a function, save and build. The function
prototype shows up in the code, but no matter what I put into the
function, it doesn't execute. Here's a breakdown of my results:
toggle button: click event works
normal button: click doesn't work
window: can't find any event that means "created" or "show" that works
drawing area: click doesn't work, show doesn't work
menus: won't compile with menus
Can anybody point me in a direction where I could find a way to make
some of these things work? I know when I was using C with glade, I had
to put in a single-line to enable the click signal on the drawing
area, but I can't find a parallel in C++. Thanks!
- Jeff
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]