Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2002:
[Freeciv-Dev] RFC: Unifying mapview parameters
Home

[Freeciv-Dev] RFC: Unifying mapview parameters

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxx
Cc: Freeciv List <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] RFC: Unifying mapview parameters
From: Andreas Kemnade <akemnade@xxxxxxxxxxx>
Date: Wed, 16 Jan 2002 19:11:54 +0100

Jason Short writes:
 > Each different GUI has its own parameters for the mapview, but they are 
 > almost identical.
 > 
 > GTK:
 >    map_view_x0, map_view_y0 => window origin (in mapview.h)
 >    map_canvas_store_twidth, map_canvas_store_theight =>
 >      window width and height in tiles (in gui_main.h)
 >    mapview window pixel dimensions are determined on-demand
 > 
 > XAW:
 >    (same as GTK)
 > 
 > WIN32:
 >    map_view_x, map_view_y => window origin
 >    map_win_width, map_win_height: window pixel dimensions
 >    mapview window tile dimensions are determined on-demand (I think)

      map_view_width, map_view_height: window width and height in tiles
 > 
 > MUI:
 >    map_view_x0, map_view_y0 => window origin
 >    everything else is determined on-demand
Greetings
Andreas Kemnade


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