ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 4日 (水) 06:27:56 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Pango%3A%3ATabArray ------------------------- @@ -26,7 +26,13 @@ * Returns: self: ((*FIXME*)) ---- set_tab +--- set_tab(0, Pango::TAB_LEFT, width) + + Before applying the tab array, you need to add the width. + * 0: refers to the first element in the Pango::TabArray, the only one that should ever exist. + * Pango::TAB_LEFT - must always be specified; it is the only constant in ((<Pango#TabAlign>)) + * width: the width of the tab in pixels + * Returns: self: ((*FIXME ??? *)) --- size