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

Function ghack_main_window_add_message_window

outdated/win/gnome/gnmain.c:659–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659void
660ghack_main_window_add_message_window(GtkWidget *win)
661{
662 gtk_box_pack_start(GTK_BOX(hBoxFirstRow), win, TRUE, TRUE, 2);
663 gtk_widget_show_all(win);
664}
665
666void
667ghack_main_window_add_status_window(GtkWidget *win)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected