Re: cursor position in filename entry of gtkfilechooserdialog
- From: Emmanuel Thomas-Maurin <manutm007 gmail com>
- To: Ferdinand Ramirez <ramirez ferdinand yahoo com>
- Cc: GTK Devel List <gtk-app-devel-list gnome org>
- Subject: Re: cursor position in filename entry of gtkfilechooserdialog
- Date: Fri, 03 Feb 2012 16:45:31 +0100
On 02/03/2012 01:17 AM, Ferdinand Ramirez wrote:
--- On Thu, 2/2/12, Emmanuel Thomas-Maurin <manutm007 gmail com> wrote:
I think you may use something like:
gtk_editable_set_position(GTK_EDITABLE(entry), -1)
The problem is that I don't seem to have access to location_entry in GtkFileChooser for me to use the above
function. Do you know how I can get hold of location_entry? I believe location_entry is the GtkEntry object
and I need a handle to that.
It doesn't seem easy. Maybe with
gtk_container_forall(GTK_CONTAINER(file_chooser)) as location_entry is
considered "internal"?
--
Emmanuel Thomas-Maurin <manutm007 gmail com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]