From 037fc4ff36521c19626e79ce40990ecf420ce4f6 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 4 Nov 2013 14:40:27 +0100 Subject: Added some tooltips --- biome_info_editor.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome_info_editor.go b/biome_info_editor.go index 5d10320..61a1d7e 100644 --- a/biome_info_editor.go +++ b/biome_info_editor.go @@ -39,6 +39,9 @@ func newBiomeEditFrame() *biomeEditFrame { vbox := gtk.NewVBox(false, 0) hbox := gtk.NewHBox(false, 0) + frm.idInput.SetTooltipText("The data value of the Biome [0-255]") + frm.snowLineInput.SetTooltipText(fmt.Sprintf("Height (Y coordinate) at which snowfall starts (-1 or %d for no snowfall, 0 for always snowy)", mcmap.ChunkSizeY)) + hbox.PackStart(gtk.NewLabel("Color:"), false, false, 0) hbox.PackStart(frm.colorInput, false, false, 3) hbox.PackStart(gtk.NewLabel("ID:"), false, false, 0) -- cgit v1.2.3-54-g00ecf