Re: Tooltips on GtkTreeView

2007-10-15 Thread Enrico Tröger
On Mon, 15 Oct 2007 23:14:56 +0800, Binary Chen <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-15 at 09:08 -0600, Kevin DeKorte wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi All, > > > > Is there an easy way to set a tooltip on a GtkTreeView for the row > > that the user

Re: Tooltips on GtkTreeView

2007-10-15 Thread Binary Chen
On Mon, 2007-10-15 at 09:08 -0600, Kevin DeKorte wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi All, > > Is there an easy way to set a tooltip on a GtkTreeView for the row that > the user is hovering their cursor over. It is not guaranteed that the > row the user is over is the s

Re: Tooltips for GtkTreeView?

2007-03-02 Thread Michael Ekstrand
Jan-Oliver Wagner wrote: > well, yes and no. I am bound to use GTK 2.4. > I was hoping for a pointer at some sample code (even inefficient). > > I also am wondering if someone fidled this based on callbacks via > gtk_tree_view_column_set_cell_data_func() ? IIUC, this would > be the other way ar

Re: Tooltips for GtkTreeView?

2007-02-28 Thread Jan-Oliver Wagner
Hello Ed, Am Donnerstag 22 Februar 2007 21:10 schrieb Ed Catmur: > On Thu, 2007-02-22 at 20:50 +0100, Jan-Oliver Wagner wrote: > > does anyone established tooltips for the entries in a GtkTreeView? > > > > I've not found anything ready-to-use in the GTK API nor through a google > > search. So, any

Re: Tooltips for GtkTreeView?

2007-02-22 Thread Ed Catmur
On Thu, 2007-02-22 at 20:50 +0100, Jan-Oliver Wagner wrote: > does anyone established tooltips for the entries in a GtkTreeView? > > I've not found anything ready-to-use in the GTK API nor through a google > search. So, any hint is welcome. You want Kris's super-shiny new tooltips API, which is

Re: tooltips

2006-03-02 Thread Freddie Unpenstein
Original message written by someone, somewhen... > I wish it was possible to control tooltips position (they are > always at the bottom of the widget an I cannot visually tie them > to the appropriate `area') and use marked up text, like bold and > stuff. The tooltips code is really quite straig

Re: tooltips

2006-02-19 Thread Paul Pogonyshev
Tristan Van Berkom wrote: > Some widget; depending on if they provide there own GdkWindow or > not (GtkLabel I think for example), will not support tooltips out of the > box; > in this case you need only put your widget inside a GtkEventBox. W, when I read your message I suddenly understood t

Re: tooltips

2006-02-19 Thread Tristan Van Berkom
Paul Pogonyshev wrote: Tristan Van Berkom wrote: Paul Pogonyshev wrote: [...] But I have many areas, the widget is much like two-dimensional grid. There can easily be like 100 areas. Think of GtkTreeView with many columns. Besides, it seems that GtkTooltips works only with widgets.

Re: tooltips

2006-02-18 Thread Paul Pogonyshev
Tristan Van Berkom wrote: > Paul Pogonyshev wrote: > [...] > > >But I have many areas, the widget is much like two-dimensional grid. > >There can easily be like 100 areas. Think of GtkTreeView with many > >columns. > > > >Besides, it seems that GtkTooltips works only with widgets. So, I'd > >hav

Re: tooltips

2006-02-18 Thread Tristan Van Berkom
Paul Pogonyshev wrote: [...] But I have many areas, the widget is much like two-dimensional grid. There can easily be like 100 areas. Think of GtkTreeView with many columns. Besides, it seems that GtkTooltips works only with widgets. So, I'd have to wrap each `area' in a separate widget which

Re: tooltips

2006-02-18 Thread Paul Pogonyshev
Ronald Vincent Tarrant wrote: > Paul Pogonyshev wrote: > > >I want to add tooltips to my widget, but they should be different for > >different widget areas. It seems there is no way to implement this > >using GtkTooltips... Any hints? > > How about two (or more) separate instances of the ToolTi

Re: tooltips

2006-02-18 Thread Ronald Vincent Tarrant
Paul Pogonyshev wrote: I want to add tooltips to my widget, but they should be different for different widget areas. It seems there is no way to implement this using GtkTooltips... Any hints? Hi Paul, How about two (or more) separate instances of the ToolTips class, one for each separat

Re: Tooltips inside a TreeView.

2005-09-25 Thread Nicolas Cormier
On 9/25/05, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote: > Nicolas Cormier wrote: > > >Hi all, > >I was wondering if it's possible to do row specific tooltips. > >Thanks in advance. > > > > > It is not so easy, but it can be done. I'd recommend looking at gaim's > (http://gaim.sf.net) sources: s

Re: Tooltips inside a TreeView.

2005-09-25 Thread Eduardo M KALINOWSKI
Nicolas Cormier wrote: >Hi all, >I was wondering if it's possible to do row specific tooltips. >Thanks in advance. > > It is not so easy, but it can be done. I'd recommend looking at gaim's (http://gaim.sf.net) sources: see file gtkblist.c, starting at the motion-notify-event he sets up in a Tre