Method

GntWidgetget_window

since: 3.0

Declaration [src]

gpointer
gnt_widget_get_window (
  GntWidget* widget
)

Description [src]

Get the Ncurses window of a widget.

Available since: 3.0

Return value

Type: gpointer

The widget’s window, as a gpointer. Cast to WINDOW* for use.

The data is owned by the instance.
The return value can be NULL.