Re: Shared Buttons causing seg fault?
- From: Brooklyn Linux Solutions <ruben mrbrklyn com>
- To: Angelo Cano <acano systec com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Shared Buttons causing seg fault?
- Date: Fri, 18 May 2001 08:18:30 -0400
What is this declaration?
This did not create the button?
Ruben
int main(int argc, char *argv[]){
*****> GtkWidget *window, *button, *box;
gtk_init(&argc, &argv);
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_title(GTK_WINDOW(window), "Verticle Packing Box");
gtk_signal_connect(GTK_OBJECT(window), "delete_event",
GTK_SIGNAL_FUNC(Delete), NULL);
gtk_signal_connect(GTK_OBJECT(button), "clicked",
On 2001.05.18 06:57:18 -0400 Angelo Cano wrote:
<<<You haven't created the button yet.>>>
--
Brooklyn Linux Solutions
http://www.mrbrklyn.com
http://www.brooklynonline.com
1-718-382-5752
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]