* encoding.c: provide basic features for M17N.
* parse.y: encoding aware parsing.
* parse.y (pragma_encoding): encoding specification pragma.
* parse.y (rb_intern3): encoding specified symbols.
* string.c (rb_str_length): length based on characters.
for older behavior, bytesize method added.
* string.c (rb_str_index_m): index based on characters. rindex as
well.
* string.c (succ_char): encoding aware succeeding string.
* string.c (rb_str_reverse): reverse based on characters.
* string.c (rb_str_inspect): encoding aware string description.
* string.c (rb_str_upcase_bang): encoding aware case conversion.
downcase, capitalize, swapcase as well.
* string.c (rb_str_tr_bang): tr based on characters. delete,
squeeze, tr_s, count as well.
* string.c (rb_str_split_m): split based on characters.
* string.c (rb_str_each_line): encoding aware each_line.
* string.c (rb_str_each_char): added. iteration based on
characters.
* string.c (rb_str_strip_bang): encoding aware whitespace
stripping. lstrip, rstrip as well.
* string.c (rb_str_justify): encoding aware justifying (ljust,
rjust, center).
* string.c (str_encoding): get encoding attribute from a string.
* re.c (rb_reg_initialize): encoding aware regular expression
* sprintf.c (rb_str_format): formatting (i.e. length count) based
on characters.
* io.c (rb_io_getc): getc to return one-character string.
for older behavior, getbyte method added.
* ext/stringio/stringio.c (strio_getc): ditto.
* io.c (rb_io_ungetc): allow pushing arbitrary string at the
current reading point.
* ext/stringio/stringio.c (strio_ungetc): ditto.
* ext/strscan/strscan.c: encoding support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-08-25 03:29:39 +00:00
|
|
|
|
# -*- coding: euc-jp -*-
|
|
|
|
|
#
|
2003-08-02 09:58:13 +00:00
|
|
|
|
# labelframe.rb
|
|
|
|
|
#
|
|
|
|
|
# This demonstration script creates a toplevel window containing
|
|
|
|
|
# several labelframe widgets.
|
|
|
|
|
#
|
|
|
|
|
# based on "Id: labelframe.tcl,v 1.2 2001/10/30 11:21:50 dkf Exp"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if defined?($labelframe_demo) && $labelframe_demo
|
|
|
|
|
$labelframe_demo.destroy
|
|
|
|
|
$labelframe_demo = nil
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
$labelframe_demo = TkToplevel.new {|w|
|
|
|
|
|
title("Labelframe Demonstration")
|
|
|
|
|
iconname("labelframe")
|
|
|
|
|
positionWindow(w)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# Some information
|
|
|
|
|
TkLabel.new($labelframe_demo,
|
2004-10-11 04:51:21 +00:00
|
|
|
|
:font=>$font, :wraplength=>'4i', :justify=>:left,
|
|
|
|
|
:text=><<EOL).pack(:side=>:top)
|
2003-08-02 09:58:13 +00:00
|
|
|
|
TkLabelFrame <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>åȤϴ<EFBFBD>Ϣ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> widget
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤȤ<EFBFBD><EFBFBD>Ƽ<EFBFBD><EFBFBD>갷<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
<EFBFBD>٥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>̾<EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥⲿ<EFBFBD>餫<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD>
|
|
|
|
|
<EFBFBD>Ǥ⤫<EFBFBD>ޤ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD>⤷<EFBFBD><EFBFBD><EFBFBD>ʤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȤäƤ<EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
Ruby <EFBFBD>˥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD> Tk <EFBFBD>饤<EFBFBD>֥<EFBFBD><EFBFBD>꤬
|
|
|
|
|
labelframe <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>åȤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD>ʤ<EFBFBD>
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD>硢<EFBFBD><EFBFBD><EFBFBD>Υǥ<EFBFBD><EFBFBD>Ϥ<EFBFBD><EFBFBD>ޤ<EFBFBD>ư<EFBFBD><EFBFBD><EFBFBD>ʤ<EFBFBD><EFBFBD>Ϥ<EFBFBD><EFBFBD>Ǥ<EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD>ξ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD> labelframe <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>åȤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>褦<EFBFBD>ʤ<EFBFBD><EFBFBD>꿷<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Tk
|
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD>Ȥ߹<EFBFBD><EFBFBD>碌<EFBFBD>ƻ<EFBFBD>褦<EFBFBD>ˤ<EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
EOL
|
|
|
|
|
|
|
|
|
|
# The bottom buttons
|
|
|
|
|
TkFrame.new($labelframe_demo){|f|
|
|
|
|
|
pack(:side=>:bottom, :fill=>:x, :pady=>'2m')
|
|
|
|
|
|
2004-05-01 16:09:54 +00:00
|
|
|
|
TkButton.new(f, :text=>'<27>Ĥ<EFBFBD><C4A4><EFBFBD>', :width=>15, :command=>proc{
|
2004-10-11 04:51:21 +00:00
|
|
|
|
$labelframe_demo.destroy
|
|
|
|
|
$labelframe_demo = nil
|
|
|
|
|
}).pack(:side=>:left, :expand=>true)
|
2003-08-02 09:58:13 +00:00
|
|
|
|
|
|
|
|
|
TkButton.new(f, :text=>'<27><><EFBFBD><EFBFBD><EFBFBD>ɻ<EFBFBD><C9BB><EFBFBD>', :width=>15, :command=>proc{
|
2004-10-11 04:51:21 +00:00
|
|
|
|
showCode 'labelframe'
|
|
|
|
|
}).pack(:side=>:left, :expand=>true)
|
2003-08-02 09:58:13 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# Demo area
|
|
|
|
|
w = TkFrame.new($labelframe_demo).pack(:side=>:bottom, :fill=>:both,
|
2004-10-11 04:51:21 +00:00
|
|
|
|
:expand=>true)
|
2003-08-02 09:58:13 +00:00
|
|
|
|
|
|
|
|
|
# A group of radiobuttons in a labelframe
|
|
|
|
|
TkLabelFrame.new(w, :text=>'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
|
2004-10-11 04:51:21 +00:00
|
|
|
|
:padx=>2, :pady=>2) {|f|
|
2003-08-02 09:58:13 +00:00
|
|
|
|
grid(:row=>0, :column=>0, :pady=>'2m', :padx=>'2m')
|
|
|
|
|
|
|
|
|
|
v = TkVariable.new
|
|
|
|
|
(1..4).each{|i|
|
|
|
|
|
TkRadiobutton.new(f, :text=>"This is value #{i}",
|
2004-10-11 04:51:21 +00:00
|
|
|
|
:variable=>v, :value=>i) {
|
2003-08-02 09:58:13 +00:00
|
|
|
|
pack(:side=>:top, :fill=>:x, :pady=>2)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Using a label window to control a group of options.
|
|
|
|
|
$lfdummy = TkVariable.new(0)
|
|
|
|
|
|
|
|
|
|
def lfEnableButtons(w)
|
|
|
|
|
TkWinfo.children(w).each{|child|
|
|
|
|
|
next if child.path =~ /\.cb$/
|
|
|
|
|
if $lfdummy == 1
|
|
|
|
|
child.state(:normal)
|
|
|
|
|
else
|
|
|
|
|
child.state(:disabled)
|
|
|
|
|
end
|
|
|
|
|
}
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
TkLabelFrame.new(w, :pady=>2, :padx=>2){|f|
|
|
|
|
|
TkCheckButton.new(f, :widgetname=>'cb', :variable=>$lfdummy,
|
2004-10-11 04:51:21 +00:00
|
|
|
|
:text=>"<EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", :padx=>0) {|cb|
|
2003-08-02 09:58:13 +00:00
|
|
|
|
command proc{lfEnableButtons(f)}
|
|
|
|
|
f.labelwidget(cb)
|
|
|
|
|
}
|
|
|
|
|
grid(:row=>0, :column=>1, :pady=>'2m', :padx=>'2m')
|
|
|
|
|
|
|
|
|
|
%w(<EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1 <20><><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD>2 <20><><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD>3).each{|str|
|
|
|
|
|
TkCheckbutton.new(f, :text=>str).pack(:side=>:top, :fill=>:x, :pady=>2)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
lfEnableButtons(f)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TkGrid.columnconfigure(w, [0,1], :weight=>1)
|