GTK+ Forums Forum Index GTK+ Forums
Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

A Scrollable Gtk::DrawingArea

 
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming
Author Message
alexcurtis



Joined: 27 Aug 2008
Posts: 2

PostPosted: Wed Aug 27, 2008 1:10 pm    Post subject: A Scrollable Gtk::DrawingArea Reply with quote

Hi,

I have created a drawing area derived from Gtk::DrawingArea. Now I simply want to be able use the drawing area in a scrollable area.

At the moment it is added to and visible in a Gtk::ScrolledWindow. However the scrolled window has no sense of the dimensions of the drawing area and as such the scroll bars don't work.

I'm using gtkmm

Many Thanks
-Alex
Back to top
Micah Carrick
Never Seen the Sunlight


Joined: 21 Sep 2005
Posts: 515
Location: Portland, OR USA

PostPosted: Wed Aug 27, 2008 3:28 pm    Post subject: Reply with quote

Not sure on this, but try dropping the drawable into a viewport and that viewport into the scrolled window.
Back to top
alexcurtis



Joined: 27 Aug 2008
Posts: 2

PostPosted: Wed Aug 27, 2008 4:10 pm    Post subject: Reply with quote

Micah Carrick wrote:
Not sure on this, but try dropping the drawable into a viewport and that viewport into the scrolled window.


Hi,

Yes, I saw this during some google research. However gtkmm scrolledwindow.add() (according to the docs) places it in a viewport if the widget to be added doesnt have any native scrolling capability (which drawingarea doesnt).

http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1ScrolledWindow.html#17c588d56d93923841d38f0d5e2ec9d7

Still didn't provide scrolling abilities.

Cheers
-Alex
Back to top
Display posts from previous:   
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
CodeBB 1.0 Beta 2
Protected by Anti-Spam ACP