ViewerWidget
Object Hierarchy:
Description:
[
CCode ( type_id =
"gcr_viewer_widget_get_type ()" ) ]
public class ViewerWidget :
Box,
Implementor,
Buildable,
Orientable
A viewer widget which can display certificates and keys that are located in files.
Content:
Properties:
Creation methods:
Methods:
- public void clear_error ()
Clear the error displayed on the viewer widget.
- public unowned string get_display_name ()
Get the display name for data being displayed.
- public unowned Parser get_parser ()
Get the parser used to parse loaded data into viewable items.
- public unowned Viewer get_viewer ()
Get the viewer used to display the viewable items.
- public void load_bytes (string? display_name, Bytes data)
Parse and load some data to be displayed into the viewer widgets.
- public void load_data (string? display_name, uint8[] data)
Parse and load some data to be displayed into the viewer widgets.
- public void load_file (File file)
Display contents of a file in the viewer widget.
- public void set_display_name (string display_name)
Set the display name for data being displayed.
- public void show_error (string message, Error? error)
Show an error on the viewer widget.
Signals:
Inherited Members:
All known members inherited from class Gtk.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable