ruby-****@sourc*****
ruby-****@sourc*****
2005年 12月 18日 (日) 23:17:32 JST
------------------------- REMOTE_ADDR = 84.220.103.208 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk%3A%3ATreeView ------------------------- @@ -394,6 +394,9 @@ --- expander-column: Gtk::TreeViewColumn (Read/Write) Set the column for the expander column +--- fixed-height-mode; true or false (Read/Write) + Speeds up Gtk::TreeView by assuming that all rows have the same height ((* Since 2.4 *)) + --- hadjustment: Gtk::Adjustment (Read/Write) Horizontal Adjustment for the widget @@ -402,6 +405,15 @@ --- headers-visible: true or false (Read/Write) Show the column header buttons + +--- hover-expand: true or false (Read/Write) + Enables of disables the hover expansion mode of TreeView. Hover expansion makes rows expand or collaps if the pointer moves over them. This mode is primarily indended for treeviews in popups, e.g. in Gtk::ComboBox or Gtk::EntryCompletion. ((* Since 2.6 *)) + +--- hover-selection: true or false (Read/Write) + Enables of disables the hover selection mode of TreeView. Hover selection makes the selected row follow the pointer. Currently, this works only for the selection modes Gtk::SELECTION_SINGLE and Gtk::SELECTION_BROWSE. This mode is primarily indended for treeviews in popups, e.g. in Gtk::ComboBox or Gtk::EntryCompletion. ((* Since 2.6 *)) --- model: Gtk::TreeModel (Read/Write) The model for the tree view