Tk-OS2src

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

	Make transient windows have close buttons.
	Root coordinates calculated OK now (menus posted in a correct place).
	Menu accelerators work.
	Fileevents work again.
	"Real" menubars are height-resized, and post menus in a right
	position.
  Bugs:
	  menus can work even if one releases the button before choosing 
		the menu item - just put ! in Menubutton.pm:271.)
	  but with this basic_demo shows problems with popdown selection boxes.
	  Even without this a combobox is posted below the window.
	  "Real" menubars post menus with bad sensitivity, like comboboxes.
	  $Foo->Icon() hangs
1.04:
	Support new font selection API.
	Rework the logic of font selection.
	Rework the calculation of a rendered text string length.  Now the
	characters "flow" at most by one pixel when the insertion point moves.
	[This looks hardly avoidable.  Fonts are rendered usings units of 1/256
	 of a pixel.  If A is 6.3 pixels wide, then the chars in AAA are placed
	 at x-offsets of 0, 6, 13 - I assume usual rounding, I do not know which
	 rounding algo is actually used.  If the insertion point is put after the



( run in 0.654 second using v1.01-cache-2.11-cpan-2398b32b56e )