Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2001:
[Freeciv-Dev] Re: [Patch] Gold Sort order (12 < 2)? (PR#949)
Home

[Freeciv-Dev] Re: [Patch] Gold Sort order (12 < 2)? (PR#949)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxxxxxxx
Cc: Paul Zastoupil <paulz@xxxxxxxxxxxx>, Freeciv Developers <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: [Patch] Gold Sort order (12 < 2)? (PR#949)
From: Paul Zastoupil <paulz@xxxxxxxxxxxx>
Date: Mon, 17 Sep 2001 10:32:47 -0700

On Mon, Sep 17, 2001 at 07:10:30PM +0200, Raimar Falke wrote:
> On Mon, Sep 17, 2001 at 10:03:42AM -0700, Paul Zastoupil wrote:
> > > > Something like:
> > > > 
> > > >  Fv| P | T
> > > >  F^| P | T
> > > >  F | Pv| T
> > > >  F | P^| T
> > > 
> > > You can try the attached patch. However I still think that the
> > > previous one with the extra line was more clear.
> > 
> > I really like this. To me its more clear and 'cleaner' than the extra line.
> > But that of course is just my opinion.  What do other people think?
> 
> Come on people. Maybe we should ask some of the players?!

Please everyone?

> 
> > It would probably look better with real arrows rather than characters,
> > Probably more/less important depending on your font.  But this is a great
> > proof of concept.
> 
> If you tell how to make real arrows.

Well it clearly can't be done in gtk_clist_set_column_title() as we are
doing now.  gtk_clist_set_column_widget() allows you to set a widget
as the title. I guess we would need to create a widget with text and
a pixmap or a GtkArrow.

-- 
Paul Zastoupil


[Prev in Thread] Current Thread [Next in Thread]