Re: gtk_entry text cursor

2014-05-16 Thread John Coppens
On Mon, 12 May 2014 10:09:41 + (UTC) Mycroft wrote: > This does not work no cursor apears. > i used gtk_widget_grap_focus No cursor at all? Then your widget_grab_focus doesn't use the correct widget, or maybe you changed the can_focus property of the Entry. Note, it's graB_focus not graP_fo

Re: gtk_entry text cursor

2014-05-12 Thread Mycroft
John Coppens jcoppens.com> writes: > > On Sun, 11 May 2014 18:50:51 + (UTC) > Mycroft web.de> wrote: > > > How to set the cursor position in a gtk_entry. > > gtk_editable_set_position(GTK_EDITABLE(w), pos); > > w is the gtkEntry... pos is the position > > John > > http://vega.frugalwar

Re: gtk_entry text cursor

2014-05-11 Thread John Coppens
On Sun, 11 May 2014 18:50:51 + (UTC) Mycroft wrote: > How to set the cursor position in a gtk_entry. gtk_editable_set_position(GTK_EDITABLE(w), pos); w is the gtkEntry... pos is the position John http://vega.frugalware.org/tmpgit/gnome.old/source/xlib/gtk+2/pkg.gtk+2-docs/usr/share/gtk-do

gtk_entry text cursor

2014-05-11 Thread Mycroft
Hallo How to set the cursor position in a gtk_entry. cu ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list