bcz
June 20th, 2009, 01:32 PM
Have tried porting an GTK2/C program from standard LCD to an Acer Aspire One netbook with 1024x600 res. (Linux based, looks like Ubuntu)
Copied binary from Ubuntu 9.04 and it was happy with all shared libraries
Screen is cropped and there are no scrollbars. I dont appear to have any on a larger screen either, but this has not been a problem on 1600x1200
Does the standard toplevel GTK window not have scrollbars automatically if needed?
Do I need to use "gtk_scrolled_window-new" or should "gtk_window_new" automatically show scrollbars as required on the main window?
Any answers apreciated
Rgds Bill C
Copied binary from Ubuntu 9.04 and it was happy with all shared libraries
Screen is cropped and there are no scrollbars. I dont appear to have any on a larger screen either, but this has not been a problem on 1600x1200
Does the standard toplevel GTK window not have scrollbars automatically if needed?
Do I need to use "gtk_scrolled_window-new" or should "gtk_window_new" automatically show scrollbars as required on the main window?
Any answers apreciated
Rgds Bill C