マルチカラムのリストウィジェット。
new(columns_number)
new(titles)
1つ目の形式は、タイトルなしで列数
columns_number
だけを指定してCListを作成する。2 つ目の形式は、各列のタイトル文字列をArrayで渡してCListを作成する。
append([text, ...])
[***]
clear
clist_moveto(row, column, row_align, col_align)
[未定義]
column_title_active(column)
column_title_passive(column)
column_titles_active
column_titles_hide
column_titles_passive
column_titles_show
columns_autosize
[未定義]
find_row_from_data(data)
[未定義]
focus_row
フォーカスされている行を返す。
freeze
get_cell_style(row, column)
指定セルのスタイルを返す。
get_cell_type(row, column)
[未定義]
get_column_title(column)
[未定義]
get_column_widget(column)
get_pixmap(row, column)
[未定義]
(return an array [pixmap, mask])
get_pixtext(row, column)
[未定義]
(return an array [text, spacing, pixmap, mask])
get_row_data(row)
get_row_style(row)
指定行のスタイルを返す。
get_selectable(row)
[未定義]
get_selection_info(x, y)
[未定義]
(return an array [row, column]???)
get_text(row, column)
hadjustment
get_hadjustment
hadjustment = adjustment
set_hadjustment(adjustment)
insert(row, [text, ...])
[***]
optimal_column_width(column)
[未定義]
prepend([text, ...])
[***]
先頭行の前に [text, ...]を追加する。
remove_row(row)
(correspond to gtk_clist_remove in GTK+)
row_height
row_height = height
set_row_height(height)
row_is_visible?(row)
[未定義]
row_move(source_row, dest_row)
[未定義]
select_all
[未定義]
select_row(row, column)
selection_each do |row| ... end
[***]
選択した行について、ブロックの評価を行うイテレータ。ブロックの引数には行番号 rowが渡る。
selection_mode
選択モードを返す。
selection_mode = mode
set_selection_mode(mode)
選択モードを設定する。
set_auto_sort(auto_sort)
[未定義]
set_background(row, color)
set_button_actions(button, button_actions)
[未定義]
set_cell_style(row, column, style)
指定セルのスタイルを設定する。
set_column_auto_resize(column, auto_resize)
指定カラムのサイズが自動で変わるようにするかを設定する。
set_column_justification(column, justification)
set_column_max_width(column, max_width)
指定カラムの最小幅を設定する。
set_column_min_width(column, min_width)
指定カラムの最大幅を設定する。
set_column_resizeable(column, resizeable)
指定カラムのサイズを可変にできるかを設定する。
set_column_title(column, title)
set_column_visibility(column, visible)
指定カラムの可視/不可視を設定する。
set_column_widget(column, widget)
set_column_width(column, width)
set_compare_func(&cmp_func)
[***]
set_foreground(row, color)
set_pixmap(row, column, pixmap, mask)
set_pixtext(row, column, text, spacing, pixmap, mask)
set_reorderable(reorderable)
行の順位を変更できるようにするかを設定する。
set_row_data(row, data)
set_row_style(row, style)
指定行のスタイルを設定する。
set_selectable(row, selectable)
[未定義]
set_shift(row, column, vertical, horizontal)
set_text(row, column, text)
set_use_drag_icons(use_icons)
[未定義]
shadow_type = type
[未定義]
set_shadow_type(type)
[未定義]
sort
ソートを行う。
sort_column
ソートするカラムを返す。
sort_column = column
set_sort_column(column)
ソートするカラムを指定する。
sort_type
ソートの方向を返す。
sort_type = type
set_sort_type(sort_type)
ソートの方向を指定する。
swap_rows(row1, row2)
[未定義]
thaw
undo_selection
unselect_all
[未定義]
unselect_row(row, column)
vadjustment
get_vadjustment
vadjustment = adjustment
set_vadjustment(adjustment)
Generated at Sat Feb 05 02:59:41 JST 2000 by rubyapi2