Constructor

HexWidgetnew

Declaration

GtkWidget*
hex_widget_new (
  HexDocument* owner
)

Description

Create a new HexWidget object.

Parameters

owner HexDocument
 

The HexDocument object to be associated with the newly created HexWidget.

 The data is owned by the caller of the function.

Return value

Returns: GtkWidget
 

A newly created HexWidget object, or NULL.

 The data is owned by the called function.