> I want to scale my Gtk-GUI application (which is basically large in > size, not fitted with the screen) dynamically depending upon screen > size. I am thinking that can be done by modifying .gtkrc-2.0 file. > > Please help me, how can I modify .gtkrc-2.0 file or please tell me any > other approach to solve this.
>From within my C++ app, in the constructor of my Window, I'm using set_default_size() and set_size_request() before doing the show_all() to achieve this. ralf _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list