Tadej,
-----Original Message----- >From: Tadej Borovšak <[email protected]> >Sent: Mar 26, 2011 12:54 PM >To: [email protected] >Subject: Re: Timer start registration breaks the gtk_main() > >Hello. > >> int main() >> { >> CFrame *frame = new CFrame(); >> result = frame->OpenPort(); >> if( !result ) >> return 1; >> else >> { >> g_timer_add_seconds( 1, (GSourceFunc) frame->ReadData(), NULL ); >> gtk_widget_show( window ); >> frame->ReadData(); >> gtk_main(); >> } >> } > >Where is your gtk_init() call? I was too lazy to type it in. I was not at my computer to do copy&paste. > >Cheers, >Tadej > >-- >Tadej Borovšak >tadeboro.blogspot.com >[email protected] >[email protected] > >_______________________________________________ >gtk-list mailing list >[email protected] >http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
