GLXCurses.FileChooser module

class GLXCurses.FileChooser.FileSelect[source]

Bases: GLXCurses.Widget.Widget, GLXCurses.libs.FileChooserFunctions.FileChooserUtils

item_it_can_be_display

Get the number of item it can be display, as set by _set_item_it_can_be_display().

Returns:The number of item it can be display
Return type:int
item_scroll_pos

Get the number of item it can be display, as set by _set_item_it_can_be_display().

Returns:The Position on the scroll list
Return type:int
selected_item_pos

Position of the selected item.

Returns:The Position on the scroll list
Return type:int
selected_item_info_list

Get the selected file information’s list.

The line_info information’s store position:
item_name_text in position [0] item_path_sys in position [1] item_size_text in position [2] item_time_text in position [3]
Returns:information’s about selected item.
Return type:dict
x_pos_history_next_label
x_pos_history_list_label
x_pos_history_prev_label
x_pos_history_actual_path
x_pos_history_actual_path_allowed_size
x_pos_title_mtime
x_pos_title_size
x_pos_title_name
x_pos_line_start
x_pos_line_stop
y_pos_history
y_pos_titles
y_pos_items
name_column_width
mtime_column_width
size_column_width
draw_widget_in_area()[source]

Be here for be overwrite by every widget

update_preferred_sizes()[source]