Re: Scrollbars do not appear in scrolled window



Hi, you should use Gtk::Widget::set_size_request() to set the size of the Gtk::DrawingArea.
I've attached a modified main.cpp

Il giorno sab 23 feb 2019 alle ore 16:55 Радомир Хаџић via gtkmm-list <gtkmm-list gnome org> ha scritto:
I want to paint the entire window with specific color, so that I get a
background. I know how to do this but the problem is that I cannot get
scrollbars to show when user resizes the window.

I think I have done everything: I've created the drawing area, put it
into the scrolled window, set the latter to expand in both directions
(it's not necessary for the former one because it doesn't make a
difference in this case), set size of the former one to the size of
the window and at last put scrolled window into window. But I couldn't
get scrollbars to appear.

I've written a small example that illustrates this problem: Modify
that example so scrollbars do appear and you've solved my problem!
I've sent the code as attachment, but since I had a problem where
attachments would not arrive at their destination, the code is also
available here: https://pastebin.com/ekPuJzmC.
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Attachment: main2.cpp
Description: Text document



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]