forked from AuroraMiddleware/gtk
Add docs
This commit is contained in:
parent
469d333aa2
commit
2a8446bdec
@ -91,6 +91,19 @@
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:gtkfilechooserwidget
|
||||
* Short_description: A file chooser widget
|
||||
* @Title: GtkFileChooserWidget
|
||||
* @See_also: #GtkFileChooserDialog
|
||||
*
|
||||
* #GtkFileChooserWidget is a widget for choosing files.
|
||||
* It exposes the #GtkFileChooser interface, and you should
|
||||
* use the methods of this interface to interact with the
|
||||
* widget.
|
||||
*/
|
||||
|
||||
|
||||
/* Values for GtkSelection-related "info" fields */
|
||||
#define SELECTION_TEXT 0
|
||||
#define SELECTION_URI 1
|
||||
|
Loading…
Reference in New Issue
Block a user