TABLE OF CONTENTS


Hunter/ProgramsMenu [ Packages ]

[ Top ] [ Packages ]

FUNCTION

 Provides code for manipulate associated programs with files.

SOURCE

package ProgramsMenu is

ProgramsMenu/CreateProgramsMenu [ Subprograms ]

[ Top ] [ ProgramsMenu ] [ Subprograms ]

FUNCTION

 Create associated programs menu popover

SOURCE

   function CreateProgramsMenu(Parent: Gtk_Widget) return Gtk_Popover;

PARAMETERS

 Parent - Gtk_Widget button which will be parent for that menu

RESULT

 Created popover menu

ProgramsMenu/GetProgramName [ Subprograms ]

[ Top ] [ ProgramsMenu ] [ Subprograms ]

FUNCTION

 Search for name of application associated with selected desktop file

SOURCE

   procedure GetProgramName(DesktopFile: in out Unbounded_String);

PARAMETERS

 DesktopFile - File name of .desktop file to search

RESULT

 Parameter DesktopFile with name of program or unchanged if nothing found
>