On Tue, 2006-01-17 at 15:29 +0100, Daniel Dieterle wrote:
> hallo everybody,
>
> since some days i try to code my first gtk program. it 's not more than
> a window with a label in it.
> the code is that:
> > #include
> >
> >
> > int main( int argc,
> > char *argv[] )
> > {
> >
Daniel Dieterle schrieb:
> since some days i try to code my first gtk program. it 's not more
than a window with a label in it.
> the code is that:
>> #include
>>
>>
>> int main( int argc,
>> char *argv[] )
>> {
[]
>> GtkWidget *label1;
>> gtk_init (&arg
hallo everybody,
since some days i try to code my first gtk program. it 's not more than
a window with a label in it.
the code is that:
#include
int main( int argc,
char *argv[] )
{
GtkWidget *window1;
GtkWidget *label1;
gtk_init (&argc, &arg