In Files

  • tk/lib/tk/tagfont.rb

Class/Module Index [+]

Quicksearch

TkTreatTagFont

Public Instance Methods

asciifont_configure(ltn, keys=nil) click to toggle source
Alias for: latinfont_configure
asciifont_copy(win, wintag=nil) click to toggle source
Alias for: latinfont_copy
font_configinfo() click to toggle source
 
               # File tk/lib/tk/tagfont.rb, line 7
def font_configinfo
  @parent.tagfont_configinfo(@id)
end
            
font_configure(slot) click to toggle source

alias font #font_configinfo

 
               # File tk/lib/tk/tagfont.rb, line 12
def font_configure(slot)
  @parent.tagfont_configure(@id, slot)
  self
end
            
font_copy(win, wintag=nil) click to toggle source
 
               # File tk/lib/tk/tagfont.rb, line 28
def font_copy(win, wintag=nil)
  @parent.tagfont_copy(@id, win, wintag)
  self
end
            
kanjifont_configure(knj, keys=nil) click to toggle source
 
               # File tk/lib/tk/tagfont.rb, line 23
def kanjifont_configure(knj, keys=nil)
  @parent.kanjitagfont_configure(@id, ltn, keys)
  self
end
            
kanjifont_copy(win, wintag=nil) click to toggle source
 
               # File tk/lib/tk/tagfont.rb, line 39
def kanjifont_copy(win, wintag=nil)
  @parent.kanjitagfont_copy(@id, win, wintag)
  self
end
            
latinfont_configure(ltn, keys=nil) click to toggle source
 
               # File tk/lib/tk/tagfont.rb, line 17
def latinfont_configure(ltn, keys=nil)
  @parent.latintagfont_configure(@id, ltn, keys)
  self
end
            
Also aliased as: asciifont_configure
latinfont_copy(win, wintag=nil) click to toggle source
 
               # File tk/lib/tk/tagfont.rb, line 33
def latinfont_copy(win, wintag=nil)
  @parent.latintagfont_copy(@id, win, wintag)
  self
end
            
Also aliased as: asciifont_copy

Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.

blog comments powered by Disqus