gtkTreeViewSetSearchPositionFunc {RGtk2} | R Documentation |
Sets the function to use when positioning the seach dialog.
gtkTreeViewSetSearchPositionFunc(object, func, data)
|
[GtkTreeView ] A GtkTreeView |
|
[GtkTreeViewSearchPositionFunc ] the function to use to position the search dialog, or NULL
to use the default search position function |
|
[R object] user data to pass to func , or NULL |
Since 2.10
Derived by RGtkGen from GTK+ documentation