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

Function ghack_main_window_add_worn_window

outdated/win/gnome/gnmain.c:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673void
674ghack_main_window_add_worn_window(GtkWidget *win)
675{
676 gtk_box_pack_end(GTK_BOX(hBoxFirstRow), win, FALSE, TRUE, 2);
677 gtk_widget_show_all(win);
678}
679
680void
681ghack_main_window_add_text_window(GtkWidget *win)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected