A class (derived from gtk.TreeView) that provides a list of checkbox /
text string pairs
|
|
|
__init__(self,
columns,
custom_store=None,
sensitivity=False) |
source code
|
|
|
_tipQuery(self,
widget,
x,
y,
kbd,
tip,
*data) |
source code
|
|
|
|
|
|
|
|
|
get_active(self,
row)
Return FALSE or TRUE as to whether or not the row is toggled similar
to GtkToggleButtons |
source code
|
|
|
set_active(self,
row,
is_active)
Set row to be is_active, similar to GtkToggleButton |
source code
|
|
|
get_text(self,
row,
column)
Get the text from row and column |
source code
|
|
|
set_column_title(self,
column,
title)
Set the title of column to title |
source code
|
|
|
set_column_min_width(self,
column,
min)
Set the minimum width of column to min |
source code
|
|
|
set_column_clickable(self,
column,
clickable)
Set the column to be clickable |
source code
|
|
|
set_column_sizing(self,
column,
sizing)
Set the column to use the given sizing method |
source code
|
|
|
set_column_sort_id(self,
column,
id)
Set the sort id of column to id |
source code
|
|
|
select_deselect(self,
widget,
data=None)
Select/Deselect all checkboxes |
source code
|
|