Am Donnerstag, den 09.07.2009, 10:19 -0700 schrieb siagogam: > Hi again Chuck: > > I've been looking at the source code of the Gtk::ScrolledWindow. The class > definition allows you to obtain pointers to the srollbar objects, internally > this is implemented this way:
Aas far as I know, Gtk::ScrolledWindow can easily be replaced by a 2x2 Gtk::Table, and two scrollbars you create yourself. There is nothing special about Gtk::ScrolledWindow. The actual connection between the scrollbars and the widget being scrolled is made via Gtk::Adjustment objects. > Thanks anyway. Probably the usual scrollbars are not so boring after all. It can be done. However, I'm not sure whether it's a good idea to reimplement the Gtk::Scrollbar behavior only to change the appearance. Have you looked at RC files and theme engines? --Daniel _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
