TABLE OF CONTENTS


MainWindow/MenuIndex [ Variables ]

[ Top ] [ MainWindow ] [ Variables ]

FUNCTION

 Menu index for menu item to set visibility

SOURCE

   MenuIndex: Positive;

MainWindow/ActivateFileMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Activate selected file or directory.

SOURCE

   procedure ActivateFileMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/CopyItemMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Start copying selected file or directory

SOURCE

   procedure CopyItemMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/DeleteItemMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Delete selected file or directory

SOURCE

   procedure DeleteItemMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/EntryKeyPressed [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Close text entry on press Escape key

SOURCE

   function EntryKeyPressed
     (Self: access Gtk_Widget_Record'Class; Event: Gdk.Event.Gdk_Event_Key)
      return Boolean is

PARAMETERS

 Self  - Currently active entry
 Event - Detailed informations about key pressed event (key code,
         modifiers, etc)

RESULT

 This function always return False

MainWindow/ExecuteFileMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Execute selected file

SOURCE

   procedure ExecuteFileMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/GetWindowSize [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Get the main window size at quitting of the program

SOURCE

   function GetWindowSize
     (Self: access Gtk_Widget_Record'Class; Event: Gdk_Event) return Boolean is
      pragma Unreferenced(Event);

PARAMETERS

 Self  - Main window of the program which triggered this event
 Event - Gdk_Event which was triggered. Unused

RESULT

 This function always return False

MainWindow/MoveItemMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Start moving selected file or directory

SOURCE

   procedure MoveItemMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

MainWindow/SelectAll [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Select all files and directories in current folder

SOURCE

   procedure SelectAll(Self: access Gtk_Tool_Button_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Button which was clicked. Unused

MainWindow/SelectAllMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Select or unselect all files and directories in current directory

SOURCE

   procedure SelectAllMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/SetFilesMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Set visibility of selected file or directory popup menu elements

SOURCE

   procedure SetFilesMenu
     (Widget: not null access Gtk.Widget.Gtk_Widget_Record'Class) is

PARAMETERS

 Widget - Menu item which will be check

MainWindow/SetSelected [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Set selection to the selected file or directory

SOURCE

   function SetSelected
     (Model: Gtk_Tree_Model; Path: Gtk_Tree_Path; Iter: Gtk_Tree_Iter)
      return Boolean is

PARAMETERS

 Model - Gtk_Tree_Model with current directory listing
 Path  - Gtk_Tree_Path to the currently element
 Iter  - Gtk_Tree_Iter to the currently check element

RESULT

 True if selection was set, otherwise False to continue search

MainWindow/ShowAbout [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show dialog with informations about the program

SOURCE

   procedure ShowAbout(Self: access Gtk_Tool_Button_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Tool_Button which was clicked. Unused

MainWindow/ShowChangelog [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show CHANGELOG.md file when the user select it from menu

SOURCE

   procedure ShowChangelog(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused

MainWindow/ShowContributing [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show CONTRIBUTING.md file when the user select it from menu

SOURCE

   procedure ShowContributing(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused

MainWindow/ShowFile [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show selected file to user

SOURCE

   procedure ShowFile(FileName: String) is

PARAMETERS

 FileName - Name of file to show

MainWindow/ShowFiles [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Back to files listing and preview/info

SOURCE

   procedure ShowFiles(Self: access Gtk_Tool_Button_Record'Class) is

PARAMETERS

 Self - Gtk_Tool_Button which was clicked.

MainWindow/ShowFilesMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show menu with available actions on right click on directory listing

SOURCE

   function ShowFilesMenu
     (Self: access Gtk_Widget_Record'Class; Event: Gdk_Event_Button)
      return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Tree view to which menu is attached. Unused
 Event - Detailed info about mouse press button event

RESULT

 Return True if pressed button was right button, otherwise False

MainWindow/ShowReadme [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show README.md file when the user select it from menu

SOURCE

   procedure ShowReadme(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused

MainWindow/StartOpenWithMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Start opening selected file or directory with user defined command.

SOURCE

   procedure StartOpenWithMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/StartRename [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Show text entry to start renaming selected file or directory and fill it
 with current element name.

SOURCE

   procedure StartRename(Self: access Gtk_Tool_Button_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Tool_Button which was clicked

MainWindow/StartRenameMenu [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Start renaming selected file or directory

SOURCE

   procedure StartRenameMenu(Self: access Gtk_Menu_Item_Record'Class) is
      pragma Unreferenced(Self);

PARAMETERS

 Self - Gtk_Menu_Item clicked. Unused.

MainWindow/WindowKeyPressed [ Subprograms ]

[ Top ] [ MainWindow ] [ Subprograms ]

FUNCTION

 Close the program with keyboard shortcut

SOURCE

   function WindowKeyPressed
     (Self: access Gtk_Widget_Record'Class; Event: Gdk.Event.Gdk_Event_Key)
      return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Main window of the program (not used)
 Event - Detailed informations about key pressed event (key code,
         modifiers, etc)

RESULT

 This function always return False
>