Re: GtkListStore - play with the list entries
- From: Vinod Joseph <diana vinod gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: GtkListStore - play with the list entries
- Date: Mon, 24 Jan 2005 11:38:05 +0900
Dear All
Let me illustrate the problem in specific...
I get segmentation fault on masking invisible
characters......Sometimes strange characters are printed...
my code to print invisible chars is just
for (i=0; i<(strlen(new_text)-1); i++)
{
*(my_text + i)='*';
}
now..i append my_text to the list view for GtkListStore.....
This prints * for password entry there....
However...Firstly, dosent work as needed always......
Secondly, seg faults on backspace..sometimes...I think this is related
to the character encoding....
Also, Another GtkEntry seg faults on backspace in some cases....
How do i write code to correct this fault in my system....
Please guide me
thanks
Vinod
On Sat, 22 Jan 2005 16:51:46 +0900, Vinod Joseph <diana vinod gmail com> wrote:
Dear All
How do i mask the characters of a GtkListStore entry to be invisible
and play around with the list entries based on the EditableCells
example in Gtk 2.2.2
Please help me with some examples.....
Thank you for your help
Vinod
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]