gtkTreeViewSetSearchPositionFunc {RGtk2}R Documentation

gtkTreeViewSetSearchPositionFunc

Description

Sets the function to use when positioning the seach dialog.

Usage

gtkTreeViewSetSearchPositionFunc(object, func, data)

Arguments

object [GtkTreeView] A GtkTreeView
func [GtkTreeViewSearchPositionFunc] the function to use to position the search dialog, or NULL to use the default search position function
data [R object] user data to pass to func, or NULL

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]