MCPcopy Create free account
hub / github.com/NetHack/NetHack / ghack_main_window_add_status_window

Function ghack_main_window_add_status_window

outdated/win/gnome/gnmain.c:666–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666void
667ghack_main_window_add_status_window(GtkWidget *win)
668{
669 gtk_box_pack_start(GTK_BOX(hBoxFirstRow), win, FALSE, TRUE, 2);
670 gtk_widget_show_all(win);
671}
672
673void
674ghack_main_window_add_worn_window(GtkWidget *win)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected