Index

Package: Set_Search_Position_Func_User_Data (generic)

Description

generic
      type User_Data_Type (<>) is private;
      with procedure Destroy (Data : in out User_Data_Type) is null;
   package Set_Search_Position_Func_User_Data is

Types

User_Data_Type

type User_Data_Type (<>) is private;

Gtk_Tree_View_Search_Position_Func

type Gtk_Tree_View_Search_Position_Func is access procedure
        (Tree_View     : not null access Gtk.Tree_View.Gtk_Tree_View_Record'Class;
         Search_Dialog : not null access Gtk.Widget.Gtk_Widget_Record'Class;
         User_Data     : User_Data_Type);

Subprograms & Entries

Destroy

procedure Destroy 
(Data: in out User_Data_Type) is null;

Set_Search_Position_Func

procedure Set_Search_Position_Func 
(Tree_View: not null access Gtk.Tree_View.Gtk_Tree_View_Record'Class;
Func: Gtk_Tree_View_Search_Position_Func;
Data: User_Data_Type);
Sets the function to use when positioning the search dialog. Since: gtk+ 2.10 "func": the function to use to position the search dialog, or null to use the default search position function "data": user data to pass to Func, or null