Re: [gtk-list] Syntax errors
- From: Tim Wilson <td_email usa net>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Syntax errors
- Date: Sun, 15 Mar 1998 14:39:53 -0500
Glenn wrote:
> How do you use gtk_widget_hide_all (GtkWidget (widget)); 'cause if I
> write that down , it gives me a syntax error I dunno why 'cause that's
> how I intepreted the source, please help me.
>
> This also happens with me when I use
> gtk_tooltips_set_delay (GtkTooltips (tooltips), 500);
>
> I have no Idea why I have those syntax errors, I mean when I take those
> 2 stuff from my code everything works fine, but I want to use them, how?
> 'cause apparently I'm doing something wrong eventhough thats what I
> understand from the source on how to use those two functions,
>
> any help will be appreciated. Thanks
>
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
Try:
gtk_widget_hide_all(GTK_WIDGET(widget));
gtk_tooltips_set_delay(GTK_TOOLTIPS(tooltips), 500) ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]