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

Function ghack_text_window_rip_string

outdated/win/gnome/gntext.c:143–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void
144ghack_text_window_rip_string(const char *string)
145{
146 /* This is called to specify that the next message window will
147 * be a RIP window, which will include this text */
148
149 showRIP = 1;
150 gtk_label_set(GTK_LABEL(RIPlabel), string);
151}

Callers 1

gnome_outripFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected