Re: navigation from one form to another.
- From: Neil Roberts <bpeeluk yahoo co uk>
- To: gtk-list gnome org
- Subject: Re: navigation from one form to another.
- Date: Tue, 19 Sep 2006 14:06:29 +0100
On Tue, Sep 19, 2006 at 02:56:36PM +0200, David Nečas (Yeti) wrote:
> > I am developing a reservation application in gtk under linux
> > which consists of 10 transaction forms.
> C is case-sensitive. In other words, Gtk_Widget_show is not
> the same as gtk_widget_show.
You have also put two 'main' functions in the program. One of them is
inside the definition of another function. This isn't valid C but (I
think) GCC will still compile it because it supports nested functions
as a C extension. The weird other main function is never called so you
probably want to get rid of it.
- Neil
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]