Re: [gtk-list] Prototypes



On Thu, 23 Apr 1998, Marc Aubry wrote:

> Can someone give me the prototypes of the following functions ?
> 
> gtk_widget_destroy ()
> 
> gtk_tooltips_set_tip ()
> 
> Thanx.
[andreas@server andreas]$ grep -w -h "gtk_widget_destroy"
/usr/include/gtk/*void       gtk_widget_destroy             (GtkWidget
*widget);
[andreas@server andreas]$ grep -w -A 3 -h "gtk_tooltips_set_tip"
/usr/include/gtk/*
void             gtk_tooltips_set_tip    (GtkTooltips     *tooltips,
                                          GtkWidget       *widget,
                                          const gchar     *tip_text,
                                          const gchar     *tip_private);

Andreas

P.S.: Unix has a buildin source browser. *g* (Only Window user mistake
      grep for a text search program :) )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]