Package OpenCAGE.Dialogs.Error

This package contains all sorts of error dialogs.

Class Error_Dialog

extends OpenCAGE.Dialogs.Pixmap.Pixmap_Dialog

An error dialog.

Attributes

private Gtk.Label.Gtk_Label Label 

Class Error_Dialog_Fty

extends OpenCAGE.Dialogs.Pixmap.Pixmap_Dialog_Fty

Operations

public OpenCAGE.Dialogs.Error.File_Error_Dialog Create_Unknown_File_Format_Error_Dialog(void);

public OpenCAGE.Dialogs.Error.File_Error_Dialog Create_File_Not_Found_Error_Dialog(void);

Class File_Error_Dialog

extends OpenCAGE.Dialogs.Error.Error_Dialog

A file error dialog (you only have to set the filename).

Attributes

private Ada.Strings.Unbounded.Unbounded_String Before_Filename 

private Ada.Strings.Unbounded.Unbounded_String Filename 

private Ada.Strings.Unbounded.Unbounded_String After_Filename 

Operations

public Update_Label(void);