[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: another window
- From: id072647 belgacom be
- To: gtk-app-devel-list redhat com
- Subject: RE: another window
- Date: Tue, 1 Feb 2000 10:59:49 +0100
Hi amigo,
It seems that you should attach an object to window1 (window1 =
gtk_new_window...;) and to janela.
Fabrisio
-----Original Message-----
From: Fernando Figaro [mailto:eei_gtk@zipmail.com.br]
Sent: Tuesday 1 February 2000 11:45
To: gtk-app-devel-list@redhat.com
Subject: another window
Hello everybody....
I'm making a program using GTK and I had a problem working with the widget
window.
My program has the main window, and when the user clicks in a button, the
program need to open another window to the user fill some fields....however,
I can't do it.....
void open(void) {
GtkWidget window1;
....
....
....
gtk_widget_show(window1);
}
int main(int argc, char **argv) {
....
....
GtkWidget janela;
GtkWidget button;
....
...
....
gtk_signal_connect(GTK_OBJECT(button),"clicked",GTK_SIGNAL_FUNC(open),NULL)
gtk_widget_show(janela);
THANKS
Fernando Bertasso Figaro
_____________________________________________________________
http://www.zipmail.com.br O e-mail que vai aonde você está.
_____________________________________________________________
--
To unsubscribe: mail gtk-app-devel-list-request@redhat.com with
"unsubscribe" as the Subject.
Mailing list concerns should be mailed to <listmaster@redhat.com>
**** DISCLAIMER ****
"This e-mail and any attachments thereto may contain information
which is confidential and/or protected by intellectual property
rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form)
by persons other than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender either
by telephone or by e-mail and delete the material from any computer.
Thank you for your cooperation."
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]