Name

TimezoneSelector — Timezone selector map

Synopsis

TimezoneSelector ( string pixmap ,
  map timezones );
 

Parameters

string pixmap

path to a jpg or png of a world map - with 0°0° being the middle of the picture

map timezones

a map of timezones. The map should be between e.g. Europe/London and the tooltip to be displayed ("United Kingdom")

Description

An graphical timezone selector map

[Note]Note

This is a "special" widget, i.e. not all UIs necessarily support it. Check for availability with HasSpecialWidget( `TimezoneSelector) before using it.

Usage

 	if ( HasSpecialWidget( `TimezoneSelector ) {...
 		    `TimezoneSelector( "world.jpg", timezones )