You are not logged in.
Hi,
I have a GTK image in a scrolled window in a top window and I need to find out how to arrange for the main window to accomodate size changes of the image. Resizing the scrolled window causes the top window to resize but resizing the image just makes the scrolled window to accomodate the change without a change in the top window size.
Any suggstions on how to do this while maintaining an automatic policy for the scrolled window?
My thanks in advance.
Regards
Neoklis ... Ham Radio Call: 5B4AZ
Offline
just call gtk_widget_set_size_request on the window when the image size changes
"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page
Offline