TABLE OF CONTENTS


Trash/ClearTrash [ Subprograms ]

[ Top ] [ Trash ] [ Subprograms ]

FUNCTION

 Show message to start clearing the trash.

SOURCE

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

PARAMETERS

 Self - Gtk_Menu_Item which was clicked. Unused.

Trash/RemovePathButtons [ Subprograms ]

[ Top ] [ Trash ] [ Subprograms ]

FUNCTION

 Remove selected button from path buttons

SOURCE

   procedure RemovePathButtons
     (Widget: not null access Gtk_Widget_Record'Class) is

PARAMETERS

 Widget - Button to remove
>