[PyGObject] TreeView: edit a cell like in excel
- From: <c buhtz posteo jp>
- To: python-hackers-list gnome org
- Subject: [PyGObject] TreeView: edit a cell like in excel
- Date: Tue, 26 Feb 2019 10:43:45 +0100
I want to make the user renaming text-items in a Gtk.TreeView.
Like you would do in a GUI-file-manager when pressing F2.
I mean the edit-field (Gtk.Entry?) should be layed over the item itself
while editing.
Is this possible?
I tried (On Linux, XFCE, with Gtk3.0) Gtk.TreeView.set_cursor_on_cell()
what is not fully working.
- The item is selected but no edit-field appears.
- The edit-field appears only if I hit a button on keyboard.
- The edit-field is not on the same position as the item. It is at the
end of the TreeView.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]