View Single Post
Old 09-20-2013, 01:47 PM   #8
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by twobob View Post
Code:
GtkWidget* create_simple_window (GtkWidget *thewindow)
{
	GtkWidget *window;

	window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
	gtk_window_set_title(GTK_WINDOW(thewindow), "L:D_N:application_ID:twobob.layer2");

.... BLAH


}

actually shows nothing at all?
not even the window...

sigh.
That was just a wild guess. Kindle awesome layers are tricky.
But I meant window here. Is it a typo?
baf is offline   Reply With Quote