Re: GtkNotebook "change-current-page" signal problems
- From: Kristian Rietveld <kris gtk org>
- To: Rob van der Leek <rob ricardis tudelft nl>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GtkNotebook "change-current-page" signal problems
- Date: Wed, 19 Nov 2003 00:19:23 +0100
On Wed, 2003-11-19 at 00:07, Rob van der Leek wrote:
Hello list,
Hoi,
I must be missing something obvious, but can someone please explain why
the (complete) program below doesn't print a message saying the notebook
page has changed when I switch between the two pages?
"change_current_page" is an action signal (for keybindings) and
callbacks connected to action signals will never get called.
The signal which you actually want to use is the "switch_page" signal.
hope this helps,
-Kris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]