gtk_text_insert - begineer
- From: Petr Hracek <PHracek CSRC-KB com>
- To: gtk-app-devel-list gnome org
- Cc: Marek Salaquarda <MSalaquarda CSRC-KB com>
- Subject: gtk_text_insert - begineer
- Date: Wed, 18 Sep 2002 11:09:01 +0200
Hello all
Firstly I am begineer with developing GTK+ and I using Glade and Anjuta.
I have got simple problem.
If I develop new application, I create GUI with Glade and all is OK.
I have got button1 widget there and text1 widget there.
If I insert signal on_button1_clicked I want after this click insert to the
text box some text,
but compiler says me that text1 widget is undeclared symbol.
void on_button1_clicked ...
{
gtk_text_insert(GTK_TEXT(text1),NULL,NULL,NULL,"some text",-1);
}
Can you help me with problems, where I wrote code.
Can you send me emails to my address and to the conference.
Thank you very much
Petr
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]