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 351247 - GtkScrolledWindow is mis documented
GtkScrolledWindow is mis documented
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkScrolledWindow
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-14 06:49 UTC by Étienne Bersac
Modified: 2010-10-15 18:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doc for ::move-focus-out and ::scroll-child for GtkNotebook and GtkScrolledWindow (2.62 KB, patch)
2008-04-02 22:17 UTC, Björn Lindqvist
needs-work Details | Review
Doc for ::move-focus-out and ::scroll-child for GtkScrolledWindow (2.57 KB, patch)
2010-10-11 00:32 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Étienne Bersac 2006-08-14 06:49:22 UTC
Documentation 
Section: Gtk+ -> Gtk+ Widgets and Objects -> Scrolling -> GtkScrolledWindow
Hello,

The documentation say almost nothing about GtkScrolledWindow signals.

Correct version:
Explanation of move-focus-out and scroll-child signals.

Other information:
Thanks.
Comment 1 Björn Lindqvist 2008-04-02 22:17:41 UTC
Created attachment 108507 [details] [review]
Doc for ::move-focus-out and ::scroll-child for GtkNotebook and GtkScrolledWindow

Patch adds the requested documentation. Also documentation for the GtkNotebook::move-focus-out signal because it is roughly equivalent to the GtkScrolledWindow::move-focus-out signal.
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2008-04-16 06:08:16 UTC
Applies cleanly, quick fix.

http://live.gnome.org/GtkLove/PatchTriaging spam.
Comment 3 Matthias Clasen 2008-07-29 14:24:47 UTC
Please have a look at how I've documented keybinding signals in e.g. GtkTextView.

I'd like to keep the style relatively uniform, both wrt to the reference to the keybinding section and to the default bindings: 


   * The ::move-cursor signal is a 
   * <link linkend="keybinding-signals">keybinding signal</link> 
   * which gets emitted when the user initiates a cursor movement. 



   * The default bindings for this signal are
   * Delete for deleting a character, Ctrl-Delete for 
   * deleting a word and Ctrl-Backspace for deleting a word 
   * backwords.
Comment 4 Javier Jardón (IRC: jjardon) 2010-02-07 00:26:55 UTC
Björn, could you update your patch with mclasen comments?
Comment 5 Tobias Mueller 2010-03-25 14:38:27 UTC
Björn, Ping :)
Comment 6 Tobias Mueller 2010-05-22 08:24:24 UTC
Hm. Björn was simply not CCed. Now trying to ping again ;-)
Comment 7 Tobias Mueller 2010-10-09 21:09:45 UTC
Hm. Björn hasn't responded so far. Shall we reject the patch and close as INCOMPLETE?
Comment 8 André Klapper 2010-10-10 10:09:14 UTC
Errm, what about pinging the reporter instead of the patch contributor?
Comment 9 Javier Jardón (IRC: jjardon) 2010-10-11 00:32:33 UTC
Created attachment 172077 [details] [review]
Doc for ::move-focus-out and ::scroll-child for GtkScrolledWindow

Here a updated patch against current master with mclasen comments.
Comment 10 Matthias Clasen 2010-10-15 03:32:00 UTC
Review of attachment 172077 [details] [review]:

Looks ok
Comment 11 Javier Jardón (IRC: jjardon) 2010-10-15 18:34:35 UTC
Comment on attachment 172077 [details] [review]
Doc for ::move-focus-out and ::scroll-child for GtkScrolledWindow

commit cbc358ead8b75522655ddbda3be36d98c8fbebff
Comment 12 Javier Jardón (IRC: jjardon) 2010-10-15 18:34:51 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.