[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Clearing content of Text Widget
- From: Gary Wong <gtw research att com>
- To: HRahman10 aol com
- Cc: gtk-list gnome org
- Subject: Re: Clearing content of Text Widget
- Date: 10 Apr 2001 12:26:31 -0400
HRahman10 aol com writes:
> Hi!, is there are function which allows you to delete the content of a text
> widget, i.e. if clear a clear button is clicked, it clears the text widget,
> rather then having to deleting everything yourself.
It sounds like you want:
gtk_editable_delete_text( GTK_EDITABLE( widget ), 0, -1 );
Cheers,
Gary.
--
Gary Wong Consultant, Dependable Distributed Computing, AT&T Shannon Labs
gtw research att com http://www.cs.arizona.edu/~gary/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]