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 73569 - Wrong documentation for GtkFileSelection.
Wrong documentation for GtkFileSelection.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 69016
Blocks:
 
 
Reported: 2002-03-05 16:57 UTC by Alexey A. Malyshev
Modified: 2011-02-04 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexey A. Malyshev 2002-03-05 16:57:54 UTC
See bug #69016

GtkFileSelection uses GtkTreeView instead of GtkCList, 
but documentation for GtkFileSelection uses GtkCList as yet.
"... *dir_list, *file_list;  the two GtkCList widgets corresponding to 
directories and files..."


Also fields of the struct GtkFileSelection are hidden. 
And therefore we haven't access to "file_list"  and "dir_list" fields of 
the GtkFileSelection and there is no way to get the list of the 
directories and files.
This should be modify.
Comment 1 Owen Taylor 2002-03-05 17:54:59 UTC
While people do access file_list and dir_list, they certainly
aren't part of the supported API and shouldn't be mentioned
in the docs at all, either as clists or tree views.
Comment 2 Owen Taylor 2002-03-20 20:45:30 UTC
Moving docs bugs from 2.0.1 => 2.0.2
Comment 3 Matthias Clasen 2002-04-05 13:33:32 UTC
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.