forked from AuroraMiddleware/gtk
Document GtkPickFlags
This commit is contained in:
parent
0e15b4a367
commit
7ce968f297
@ -4507,6 +4507,7 @@ gtk_widget_compute_bounds
|
||||
gtk_widget_compute_transform
|
||||
gtk_widget_compute_point
|
||||
gtk_widget_contains
|
||||
GtkPickFlags
|
||||
gtk_widget_pick
|
||||
gtk_widget_get_can_default
|
||||
gtk_widget_set_can_default
|
||||
|
@ -1040,6 +1040,12 @@ typedef enum {
|
||||
GTK_PLACES_OPEN_NEW_WINDOW = 1 << 2
|
||||
} GtkPlacesOpenFlags;
|
||||
|
||||
/**
|
||||
* GtkPickFlags:
|
||||
* @GTK_PICK_ALL: Include insensitive widgets and widgets marked as "can't pick"
|
||||
*
|
||||
* Flags that influence the behavior of gtk_widget_pick()
|
||||
*/
|
||||
typedef enum {
|
||||
GTK_PICK_ALL = 1 << 0
|
||||
} GtkPickFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user