Index

Package: Links (generic)

Description

generic
      --  
      type Data_Type (<>) is private;
   package Links is

Types

Data_Type

type Data_Type (<>) is private;
<doc_ignore>

Data_Type_Access

type Data_Type_Access is access all Data_Type;
</doc_ignore>

Subprograms & Entries

Link_Cell

procedure Link_Cell 
(Sheet: access Gtk_Sheet_Record'Class;
Row: Gint;
Col: Gint;
Link: Data_Type);
Associate some user specific data with a given cell.

Get_Link

function Get_Link 
(Sheet: access Gtk_Sheet_Record'Class;
Row: Gint;
Col: Gint) return Data_Type_Access;
Return the user data associated with the cell. null is returned if the cell has no user data.