:: Re: [DNG] Experiencing with GtkBuil…
Forside
Slet denne besked
Besvar denne besked
Skribent: Rainer Weikusat
Dato:  
Til: dng\@lists.dyne.org
Emne: Re: [DNG] Experiencing with GtkBuilder
aitor_czr <aitor_czr@???> writes:
> As i said in ahother thead, i'm experiencing with GtkBuilder.
>
> The following example runs a widget containig a spinner and four buttons.
>
> http://gnuinos.org/GtkBuilder <gnuinos.org/GtkBuilder>
>
> 1.- The first button shows the spinner.
> 2.- The second button hides the spinner.
> 3.- The third button starts the spinner.
> 4.- The fourth button stops the spinner.
>
> First and second buttons work (so, the callbacks connecting with the
> signal handlers are right), but the other buttons fail.


"Works for me" (as usual, the dbus invasion could be successfully
repelled by deinstalling everything which came in the way until dbus
could be deinstalled itself without affecting any 'real' functionality).

BTW, instead of creating a README file telling people what to do, have
you considered using a Makefile which does it for them?

------
spinner: spinner.c spinner.ui
    gcc -Wall -g -o spinner spinner.c `pkg-config --libs --cflags gtk+-3.0`