[9172] in The GTK GIMP ToolKit mailing list archive

home help back first fref pref prev next nref lref last post

[gtk-list] Re: tip_private?

daemon@ATHENA.MIT.EDU (Tim Janik)
Sun Oct 11 00:52:05 1998

From: Tim Janik <timj@gtk.org>
Date: Sun, 11 Oct 1998 06:12:10 +0200 (CEST)
To: gtk-list@redhat.com
In-Reply-To: <199810092143.PAA05641@rhuidean.cs.nmsu.edu>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com

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

-- 
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post