TABLE OF CONTENTS


Hunter/ShowItems [ Packages ]

[ Top ] [ Packages ]

FUNCTION

 Provide code to show informations and set some settings for selected files
 or directories.

SOURCE

package ShowItems is

ShowItems/InfoStack [ Variables ]

[ Top ] [ ShowItems ] [ Variables ]

FUNCTION

 Gtk_Stack which will show information about selected item

SOURCE

   InfoStack: Gtk_Stack;

ShowItems/CreateShowItemsUI [ Subprograms ]

[ Top ] [ ShowItems ] [ Subprograms ]

FUNCTION

 Create UI related to show items and destination for moving/copying
 items.

SOURCE

   procedure CreateShowItemsUI;

ShowItems/PreviewItem [ Subprograms ]

[ Top ] [ ShowItems ] [ Subprograms ]

FUNCTION

 Preview selected file or directory. If preview is not available, show
 info about selected file or directory.

SOURCE

   procedure PreviewItem(Self: access Gtk_Tool_Button_Record'Class);

PARAMETERS

 Self - Gtk_Tool_Button clicked. Unused. Can be null

ShowItems/ShowItem [ Subprograms ]

[ Top ] [ ShowItems ] [ Subprograms ]

FUNCTION

 Show info about selected item or preview it.

SOURCE

   procedure ShowItem(Self: access Gtk_Tree_Selection_Record'Class);

PARAMETERS

 Self - Gtk_Tree_Selection which contains selected file or directory
>