[Gtk-sharp-list] Glade# and toolbar buttons
Томислав Марковски
tome@users.ossm.org.mk
Thu, 23 Dec 2004 12:52:48 +0100
> Olaf Leidinger wrote:Hello list!
> The following smaal gtk# application won't work properly for me. The
> problem is, that the toggled or clicked events for toolbar buttons
> aren't fired (or at least the functions aren't called-back)
You need to generate toolbar buttons programatically in order to use
them properly. I had the same problem and solved it like that. Just put
an empty toolbar while using glade, and do some coding for the buttons.
Cheers...