Re: GtkEntry (cursor pos.) Question




Michal Hucik <chaky@goliash.inext.cz> writes:

> Hi,
> 	please, how I can set new currsor position in GtkEntry?
> 
> Michal

void       gtk_entry_set_position   (GtkEntry      *entry,
				     gint           position);

(If you expect people to be compiling your program with 
 GTK+ older than the current 1.0.6, you'll need to call
 'gtk_widget_queue_draw (entry)' afterwards)

Regards,
                                        Owen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]