Re: [gtk-list] tip_private?



On Fri, 9 Oct 1998, Joe Pfeiffer wrote:

> In
> 
> void		 gtk_tooltips_set_tip	 (GtkTooltips     *tooltips,
> 					  GtkWidget	  *widget,
> 					  const gchar     *tip_text,
> 					  const gchar     *tip_private);
> 
> what is the purpose of the *tip_private parameter, and what does one
> pass to it?

the tip_private portion will come into play once you implement context
sensitive help for your application. test out the "tooltips" test from
testgtk and use the "ToolTips Inspector", if you click on a widget with
a tooltip assigned, it spits out the associated tip_private portion, which
can be used to index a context sensitive help browser. (of course, that's
only the design intention, you're free to use tip_private for anything else
you'd want or just leave it at NULL).

---
ciaoTJ



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