Re: Help on compiling notebook example
- From: Murray Cumming <murrayc murrayc com>
- To: Chun Yang <achunyang2010 gmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: Help on compiling notebook example
- Date: Wed, 20 Oct 2010 09:21:05 +0200
On Tue, 2010-10-19 at 22:43 -0700, Chun Yang wrote:
> Hi Murray & Ian,
>
> The stabl version works. Thank you so much for your help.
>
> I did a diff and here are diff results(back ones are from stable):
> [chun localhost notebook]$ diff inc/examplewindow.h
> back/examplewindow.h
> 15c15
> < void on_notebook_switch_page(Gtk::Widget* page, guint page_num);
> ---
> > void on_notebook_switch_page(GtkNotebookPage* page, guint
> page_num);
> [chun localhost notebook]$
> [chun localhost notebook]$ diff src/examplewindow.cpp
> back/examplewindow.cpp
> 44c44
> < void ExampleWindow::on_notebook_switch_page(Gtk::Widget* /* page */,
> guint page_num)
> ---
> > void ExampleWindow::on_notebook_switch_page(GtkNotebookPage* /* page
> */, guint page_num)
> [chun localhost notebook]$
Yes, that API has changed in gtkmm 3.
--
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]