colored text

2008-04-28 Thread Gabor Szabo
I would like to mark various parts of a text with colors. Is that doable in a TextView/TextBuffer pair? If not, what should I use that can run on both Linux and Windows? Gabor ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/

Re: colored text

2008-04-28 Thread zentara
On Mon, 28 Apr 2008 23:33:11 +0300 "Gabor Szabo" <[EMAIL PROTECTED]> wrote: >I would like to mark various parts of a text with colors. >Is that doable in a TextView/TextBuffer pair? > >If not, what should I use that can run on both Linux and Windows? > >Gabor Attached is a simple example copied f

Re: colored text

2008-04-28 Thread Gabor Szabo
2008/4/28 zentara <[EMAIL PROTECTED]>: > > On Mon, 28 Apr 2008 23:33:11 +0300 > "Gabor Szabo" <[EMAIL PROTECTED]> wrote: > > >I would like to mark various parts of a text with colors. > >Is that doable in a TextView/TextBuffer pair? > > > >If not, what should I use that can run on both Linux a

doc "list" returns in TreeView

2008-04-28 Thread Kevin Ryde
A couple of return values only shown as "list" in the TreeView pod: --- GtkTreeView.xs 10 Jan 2008 09:51:09 +1100 1.47 +++ GtkTreeView.xs 29 Apr 2008 08:03:00 +1000 @@ -793,6 +793,9 @@ #if GTK_CHECK_VERSION (2, 8, 0) #gboolean gtk_tree_view_get_visible_range (GtkTreeView *tree_view, GtkTreePa

Release: Camelbox 2008.120.0145Z

2008-04-28 Thread spicy jack
Hi, I just posted a new release of Camelbox, a Gtk2-Perl stack for Windows. More info, including changes for this release, can be found here: http://groups.google.com/group/camelbox/browse_thread/thread/84af754600339061 Of note, I've finally created a package for Asciio, the ASCII art drawing t

Re: of the difficulty of running gtk-perl applications on windows

2008-04-28 Thread Adam Kennedy
Well, maybe not in Strawberry itself... certainly in Chocolate (the upcoming "richer and heavier" equivalent of strawberry. I'd certainly like to see some easy automated way to install GTK on Win32 though... even a PAR dist would probably be ok. There's already a tool built into Strawberry (calle

Gtk2 Treeview/Simplelist and set_tooltip_row()

2008-04-28 Thread Paul Miller
Is there some trick to getting $a_simple_list->set_tooltip_row($tip, $path); to work? It seems like it should let me add a non-deprecated tooltip to a row of a treeview, but I can't get it to work. I suspect I'm missing something simple or that it's quite a bit harder than I think it should be.

Re: Gtk2 Treeview/Simplelist and set_tooltip_row()

2008-04-28 Thread muppet
On Apr 24, 2008, at 11:13 AM, Paul Miller wrote: > Is there some trick to getting > $a_simple_list->set_tooltip_row($tip, $path); to work? > > It seems like it should let me add a non-deprecated tooltip to a > row of a treeview, but I can't get it to work. > > I suspect I'm missing something simp