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
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
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
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
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
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
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
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.
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
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
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
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
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
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
14 matches
Mail list logo