Hello,
I'm working on a pcmanfm\libfm customization project and would like to add
in place file rename option (a GtkEntry will appear instead of the
GtkCellRendererText, this is instead of the current method of popping up a
new window prompting you to enter a name).
In the fm-standard-view.c I changed both list and icon view to be editable,
trying to click on the Icon View's cellrenderertext does call the
exo_icon_view_start_editing() but the GtkEntry does not show.
When I do the same for treeview (that does not override the "start_editing"
function), it works and I can see the GtkEntry(although not 100%).
What I would like to know is as follows:
1)Why does exo_icon_view_start_editing() not show the GtkEntry? I can see
it reached the code that should show the widget but it doesn't (I did not
change this code myself).
2)How Do I decouple the editing of the GtkCellRendererText from left click?
I would like to initiate it from other sections of my code. I tried to run
the start_editing functions in another application and it also doesn't
work. any working example would be greatly appreciated!
Thanks a lot in advance!
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Pcmanfm-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop