Re: GtkEntry (cursor pos.) Question
- From: Owen Taylor <otaylor redhat com>
- To: Michal Hucik <chaky goliash inext cz>
- Cc: gtk-list redhat com
- Subject: Re: GtkEntry (cursor pos.) Question
- Date: 22 Sep 1998 18:23:01 -0400
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]