mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 08:20:31 -04:00
18 lines
413 B
Ruby
18 lines
413 B
Ruby
$NetBSD: patch-ext_tk_lib_tk_fontchooser.rb,v 1.1 2014/12/14 14:00:17 taca Exp $
|
|
|
|
* Add tcl/tk 8.6 support.
|
|
|
|
--- ext/tk/lib/tk/fontchooser.rb.orig 2011-05-15 11:55:52.000000000 +0000
|
|
+++ ext/tk/lib/tk/fontchooser.rb
|
|
@@ -8,6 +8,10 @@ module TkFont::Chooser
|
|
extend TkCore
|
|
end
|
|
|
|
+module Tk
|
|
+ Fontchooser = TkFont::Chooser
|
|
+end
|
|
+
|
|
class << TkFont::Chooser
|
|
def method_missing(id, *args)
|
|
name = id.id2name
|