View Single Post
Old 11-16-2008, 12:05 PM   #4
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
Xepdmgr is the easiest way to get GTK+ based program to run on iLiad.

One little suggestion on your code:
Code:
gtk_widget_set_size_request(GTK_WIDGET(window), 768, 1024);
is not necessary. If you want to hide toolbar and pagebar, use:
Code:
gtk_window_fullscreen(GTK_WINDOW(window));
ericshliao is offline   Reply With Quote