class TableViewWidget(InsertedObjectWidget): (source)
Undocumented
Static Method | create_headerlabel |
Sets options for the treeview header |
Method | __init__ |
Undocumented |
Method | create_toolbar |
This function creates a toolbar which is displayed next to the table |
Method | create_treeview |
Initializes a treeview with its model (liststore) and all its columns |
Method | fetch_cell_by_event |
Looks for the cell where the mouse clicked on it |
Method | get_linkurl |
Checks a cellvalue if it contains a link and returns only the link value |
Method | get_treeview |
Undocumented |
Method | old_do_size_request |
Undocumented |
Method | on_add_row |
Context menu: Add a row |
Method | on_button_press_event |
Displays a context-menu on right button click Opens the link of a tablecell on CTRL pressed and left button click |
Method | on_cell_changed |
Trigger after cell-editing, to transform displayed table cell into right format |
Method | on_cell_editing_canceled |
Trigger after a cell is edited but any change is skipped |
Method | on_cell_editing_started |
Trigger before cell-editing, to transform text-field data into right format |
Method | on_cell_focus_out |
Undocumented |
Method | on_change_columns |
Context menu: Edit table, run the EditTableDialog |
Method | on_clone_row |
Context menu: Clone a row |
Method | on_delete_row |
Context menu: Delete a row |
Method | on_focus_in |
After a table is selected, this function will be triggered |
Method | on_focus_out |
After a table is deselected, this function will be triggered |
Method | on_model_changed |
Undocumented |
Method | on_move_cursor |
If you try to move the cursor out of the tableditor release the cursor to the parent textview |
Method | on_move_row |
Trigger for moving a row one position up/down |
Method | on_open_help |
Context menu: Open help |
Method | on_open_link |
Context menu: Open a link, which is written in a cell |
Method | selection_info |
Info-Popup for selecting a cell before this action can be done |
Method | set_preferences |
Undocumented |
Method | sort_by_number_or_string |
No summary |
Instance Variable | expand |
Undocumented |
Instance Variable | model |
Undocumented |
Instance Variable | scroll_win |
Undocumented |
Instance Variable | textarea_width |
Undocumented |
Instance Variable | toolbar |
Undocumented |
Instance Variable | treeview |
Undocumented |
Instance Variable | vbox |
Undocumented |
Method | _column_alignment |
The column alignment must be converted from numeric to keywords |
Method | _init_treeview |
Undocumented |
Instance Variable | _cellinput_canceled |
Undocumented |
Instance Variable | _has_cursor |
Undocumented |
Instance Variable | _keep_toolbar_open |
Undocumented |
Instance Variable | _timer |
Undocumented |
Instance Variable | _toolbar_enabled |
Undocumented |
Inherited from InsertedObjectWidget
:
Method | add |
Add a widget to the object |
Method | add_header |
Add an header widget on top of the object |
Method | do_button_press_event |
Undocumented |
Method | do_button_release_event |
Undocumented |
Method | do_popup_menu |
Undocumented |
Method | do_realize |
Undocumented |
Method | edit_object |
Undocumented |
Method | grab_cursor |
Emits the grab-cursor signal |
Method | has_cursor |
No summary |
Method | populate_popup |
Undocumented |
Method | release_cursor |
Emits the release-cursor signal |
Method | remove |
Undocumented |
Method | set_has_cursor |
See has_cursor() |
Method | set_textview_wrap_width |
Undocumented |
Class Variable | __gsignals__ |
Undocumented |
Method | _do_popup_menu |
Undocumented |
Instance Variable | _vbox |
Undocumented |