|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetVirtualSizeHintsSz(self,
*args,
**kwargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_string_items(self,
items=None,
reshow=True,
unwrap=True)
All item members must be str()able or None. |
source code
|
|
|
|
|
append_string_items_and_data(self,
new_items,
new_data=None,
allow_dupes=False) |
source code
|
|
|
set_data(self,
data=None)
<data> assumed to be a list corresponding to the item indices |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_selected_string_items(self,
only_one=False) |
source code
|
|
|
|
|
get_selected_item_data(self,
only_one=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
GetSecondarySortValues(self,
primary_sort_col,
primary_item1_idx,
primary_item2_idx) |
source code
|
|
|
sort_order_tags = {True: ' [\u03b1\u0391 \u2192 \u03c9\u03A9]'...
|
|
string_items = property(get_string_items, set_string_items)
|
|
data = property(_get_data, set_data)
|
|
selections = property(__get_selections, set_selections)
|
|
column_labels = property(get_column_labels, lambda x: x)
|
|
items = property(get_items, lambda x: x)
|
|
selected_items = property(get_selected_items, lambda x: x)
|
|
selected_string_items = property(get_selected_string_items, la...
|
|
item_data = property(get_item_data, lambda x: x)
|
|
selected_item_data = property(get_selected_item_data, lambda x...
|
|
searchable_columns = property(lambda x: x, _set_searchable_cols)
|
|
activate_callback = property(_get_activate_callback, _set_acti...
|
|
select_callback = property(_get_select_callback, _set_select_c...
|
|
deselect_callback = property(_get_deselect_callback, _set_dese...
|
|
delete_callback = property(_get_delete_callback, _set_delete_c...
|
|
new_callback = property(_get_new_callback, _set_new_callback)
|
|
edit_callback = property(_get_edit_callback, _set_edit_callback)
|
|
item_tooltip_callback = property(lambda x: x, _set_item_toolti...
|
|
extend_popup_menu_callback = property(lambda x: x, _set_extend...
|
|
secondary_sort_column = property(__get_secondary_sort_col, __s...
|