After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 436253 - How to implement a GtkScrolledWindow-able widget
How to implement a GtkScrolledWindow-able widget
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Documentation
2.24.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 468689
Blocks:
 
 
Reported: 2007-05-06 01:59 UTC by Björn Lindqvist
Modified: 2018-02-05 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Björn Lindqvist 2007-05-06 01:59:59 UTC
The manual page for GtkScrolledWindow (http://developer.gnome.org/doc/API/2.0/gtk/GtkScrolledWindow.html) does not explain very well what protocol a user defined widget must follow to be able to be added to a GtkScrolledWindow. The only thing the page says it must implement the set_scroll_adjustments_signal. That is not enough, a full specification of the protocol and an example is needed.
Comment 1 Behdad Esfahbod 2007-05-07 07:04:00 UTC
I think Ryan has a simple example...
Comment 2 Allison Karlitskaya (desrt) 2007-05-07 07:44:30 UTC
i don't.  i just had a normal (gigantic) widget that i put inside of a scrollwindow (or whatever it was called)
Comment 3 Daniel Boles 2017-08-07 14:38:32 UTC
This now only applies to GTK+ 2, as GTK+ 3 handles making a non-scrollable child scrollable for the user, so no one normally bothers implementing scrollability (GtkScrollable) themselves
Comment 4 Timm Bäder 2018-02-05 08:47:11 UTC
... and nobody adds documentation to gtk2 at this point, so closing this one.