ruby-****@sourc*****
ruby-****@sourc*****
2005年 8月 31日 (水) 04:19:18 JST
------------------------- REMOTE_ADDR = 83.76.38.169 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3ASizeGroup ------------------------- @@ -42,6 +42,17 @@ * widget: the Gtk::Widget to remove * Returns: self +--- ignore_hidden + Returns if invisible widgets are ignored when calculating the size. ((*Since 2.8*)) +--- ignore_hidden=(ignore_hidden) + Sets whether invisible widgets should be ignored when calculating the size. ((*Since 2.8*)) + * ignore_hidden: the new value (true or false) + * Returns: ignore_hidden +--- set_ignore_hidden(ignore_hidden) + Same as Gtk::SizeGroup#ignore_hidden=(ignore_hidden). ((*Since 2.8*)) + * ignore_hidden: the new value (true or false) + * Returns: self + == Constants === GtkSizeGroupMode The mode of the size group determines the directions in which the size group effects the requested sizes of its component widgets. @@ -57,7 +68,19 @@ == Properties --- mode: Integer (Read/Write) The directions in which the size group effects the requested sizes of its component widgets - +--- ignore-hidden: true or false (Read/Write) + If true, hidden widgets are ignored when determining the size of the group. Default value: false. ((*Since 2.8*)) - ((<Masao>))