RE: [gtk-list] dialog name
- From: "Buch, William H." <bbuch hqm com>
- To: "'gtk-list redhat com'" <gtk-list redhat com>
- Subject: RE: [gtk-list] dialog name
- Date: Fri, 10 Jul 1998 09:10:00 -0400
Jen,
I have gotten the titles for the dialog windows to work. Here
is how I do it.
window = gtk_dialog_new();
gtk_window_set_title(GTK_WINDOW(window), "Name");
there ya go.
Bill
-----Original Message-----
From: Jan Sochman [mailto:jena@artax.karlin.mff.cuni.cz]
Sent: Friday, July 10, 1998 9:03 AM
To: BBUCH@JERRY.hqm.com
Subject: [gtk-list] dialog name
Hi,
how I can give a name to dialog window? I've tried:
window = gtk_dialog_new();
gtk_window_set_title( GTK_WINDOW (&(GTK_DIALOG(window)->window)),
"Name");
But it only works for main window. Next windows I've created had
name: 'program_name #'.
Do you know what is wrong?
Jen~a
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com <
/dev/null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]