about gtknotebook
- From: rings <rings etang com>
- To: gtk-app-devel-list gnome org <gtk-app-devel-list gnome org>
- Subject: about gtknotebook
- Date: Mon, 16 Oct 2000 19:50:18 +0800
Hi all:
I have soem questions about gtknotebook, please help me!
- There are many pages in notebook,if I use these function :
gtk_notebook_set_tab_pos(notebook,GTK_POS_BOTTOM);
gtk_notebook_set_scrollable(notebook,TRUE);
right_arrow and left_arrow will show on the right. Now,I would like to show them on left.How can I do?
-If I click second page,I use "switch_page" signal and want to get current page's number.My code is these:
gtk_signal_connect (GTK_OBJECT (notebook), "switch_page",
GTK_SIGNAL_FUNC(OnSwitchClick_CallBack),(gpointer)this);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]