TABLE OF CONTENTS


Preferences/LoadSettings [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Load the program settings from file. If file not exists, load default
 settings.

SOURCE

   procedure LoadSettings is

Preferences/SetAutoClose [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set new value of AutoCloseMessagesTime based on value set by the user

SOURCE

   procedure SetAutoClose(Self: access Gtk_Adjustment_Record'Class) is

PARAMETERS

 Self - Gtk_Adjustment with new value for setting

Preferences/SetAutoRefresh [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set new value of AutoRefreshInterval based on value set by the user

SOURCE

   procedure SetAutoRefresh(Self: access Gtk_Adjustment_Record'Class) is

PARAMETERS

 Self - Gtk_Adjustment with new value for setting

Preferences/SetClearTrash [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set if Trash should be cleared on exit from the program

SOURCE

   function SetClearTrash
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetColorText [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting to enable syntax highlightning of files

SOURCE

   function SetColorText
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetColorTheme [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set new color theme for syntax highlightning base on value set by the
 user

SOURCE

   procedure SetColorTheme(Self: access Gtk_Combo_Box_Record'Class) is

PARAMETERS

 Self - Gtk_Combo_Box with new value for setting

Preferences/SetDeleteFiles [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set if files should be deleted or moved to trash

SOURCE

   function SetDeleteFiles
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetLastModified [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting for visibility of last modified column

SOURCE

   function SetLastModified
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetOverwrite [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set if files should be overwrited on copy/move or saved with new name

SOURCE

   function SetOverwrite
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetScaleImages [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting for scale images

SOURCE

   function SetScaleImages
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetShowFinished [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting for show information about finished actions

SOURCE

   function SetShowFinished
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetShowHidden [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting for show hidden files and directories

SOURCE

   function SetShowHidden
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetShowPreview [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting to show preview of items

SOURCE

   function SetShowPreview
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetStayInOld [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting to stay in old directory after copy/move

SOURCE

   function SetStayInOld
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/SetToolbarsOnTop [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Set setting for show toolbar on top or side of the program

SOURCE

   function SetToolbarsOnTop
     (Self: access Gtk_Switch_Record'Class; State: Boolean) return Boolean is
      pragma Unreferenced(Self);

PARAMETERS

 Self  - Gtk_Switch which was changed. Ununsed.
 State - New state of Gtk_Switch. Used as new value for setting.

RESULT

 This function always return True to stop signal emission

Preferences/TogglePreferences [ Subprograms ]

[ Top ] [ Preferences ] [ Subprograms ]

FUNCTION

 Show or hide the program preferences window

SOURCE

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

PARAMETERS

 Self - Gtk_Tool_Button which was clicked. Unused.
>