Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2000:
[Freeciv-Dev] Patch: Gui independent help for tech
Home

[Freeciv-Dev] Patch: Gui independent help for tech

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Patch: Gui independent help for tech
From: Marko Lindqvist <caz@xxxxxxxxxxxxxxxx>
Date: Sun, 2 Jul 2000 15:49:50 +0300 (EET DST)

 This patch creates some gui dependent show_xxx_help_label() -functions
that can be called from common help parsing code. Also creates
create_tech_help() that uses those functions to create parts of tech help.

 - create_tech_help() is used by GTK and XAW clients. MUI does not use
   this system, but should compile ok (can't test).
 - Governments allowed by tech are no longer listed at help text, but
   are also parsed by this system. For XAW this changes nothing, but
   GTK creates link to government help page. 


 TODO:

 - Similar help parsing for units, buildings and governments.
 - More help label styles (more show_xxx_help_label() -functions)
 - Text alignment in requested column.


 Caz

--

Attachment: gui_indep_techhelp2.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Patch: Gui independent help for tech, Marko Lindqvist <=