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.