Method
GtkBindingSetadd_path
deprecated: 3.0
Declaration [src]
void
gtk_binding_set_add_path (
GtkBindingSet* binding_set,
GtkPathType path_type,
const gchar* path_pattern,
GtkPathPriorityType priority
)
Description [src]
This function was used internally by the GtkRC parsing mechanism
to assign match patterns to GtkBindingSet
structures.
In GTK+ 3, these match patterns are unused.
Deprecated since: 3.0
Please do not use it in newly written code.
Parameters
path_type
-
Type:
GtkPathType
Path type the pattern applies to.
path_pattern
-
Type:
const gchar*
The actual match pattern.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. priority
-
Type:
GtkPathPriorityType
Binding priority.