Ticket #10599 (closed patch: fixed)
New API proposal: pidgin_make_scrollable
| Reported by: | nix_nix | Owned by: | |
|---|---|---|---|
| Milestone: | 2.8.0 | Component: | pidgin (gtk) |
| Version: | 2.7.2 | Keywords: | |
| Cc: |
Description
GtkWidget *pidgin_make_scrollable(GtkWidget *child, GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy, GtkShadowType shadow_type, int width, int height);
This replaces all the code involving gtk_scrolled_window. A few places deal with GtkScrolledWindow? widgets after their creation (gtkstatusbox, gtkimhtmltoolbar, and gtkimhtml). They all do so by setting h- or vscrollbar policies later. I have replaced those calls with g_object_set in order to make them widget-independent.
- 295 lines + 128 lines
The patch can also be pulled via monotone:
mtn pull piiickoska.go-nix.ca org.maemo.garage.pidgin.pidgin.pidgin-make-scrollable



