TABLE OF CONTENTS


LoadData/PathClicked [ Subprograms ]

[ Top ] [ LoadData ] [ Subprograms ]

FUNCTION

 Go to selected location and show it in current directory view.

SOURCE

   procedure PathClicked(Self: access Gtk_Button_Record'Class) is

PARAMETERS

 Self - Button which was clicked by user

LoadData/RemovePathButtons [ Subprograms ]

[ Top ] [ LoadData ] [ 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
>