ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 3日 (月) 02:14:01 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-txtw-textview ------------------------- @@ -121,6 +121,11 @@ textview.justification = Gtk::JUSTIFY_RIGHT + * Gtk::JUSTIFY_LEFT - The text is placed at the left edge of the label. + * Gtk::JUSTIFY_RIGHT - The text is placed at the right edge of the label. + * Gtk::JUSTIFY_CENTER - The text is placed in the center of the label. + * Gtk::JUSTIFY_FILL - The text is placed is distributed across the label. + And again, you can find the constants for the above line at: ((<Gtk#GtkJustification>))