Home
last modified time | relevance | path

Searched refs:W_MakeWindow (Results 1 – 15 of 15) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dfindslot.c127 w = W_MakeWindow("wait", 0, 0, WQ_W, WQ_H, NULL, 2, in findslot()
129 b_quit = W_MakeWindow("waitquit", BM, WQ_HEAD + BM, in findslot()
132 b_count = W_MakeWindow("count", WQ_W / 3 + BM, WQ_HEAD + BM, in findslot()
135 b_motd = W_MakeWindow("motdbutton", 2 * WQ_W / 3 + BM, WQ_HEAD + BM, in findslot()
143 w_motd = W_MakeWindow("waitmotd", 1, WQ_W + 1, TWINSIDE, in findslot()
187 w_motd = W_MakeWindow("waitmotd", 1, WQ_W + 1, in findslot()
H A Dnewwin.c215 baseWin = W_MakeWindow("netrek", 0, YOFF, main_width, main_height, NULL, in newwin()
218 iconWin = W_MakeWindow("netrek_icon", 0, 0, icon_width, icon_height, NULL, in newwin()
223 w = W_MakeWindow("local", ow, 0, TWINSIDE, TWINSIDE, baseWin, in newwin()
226 mapw = W_MakeWindow("map", TWINSIDE+BORDER+ow, 0, in newwin()
230 tstatw = W_MakeWindow("tstat", ow, TWINSIDE+BORDER, TWINSIDE, STATSIZE, in newwin()
320 lMeter = W_MakeWindow("lagMeter", 800, 4, lMeterWidth(), lMeterHeight(), in newwin()
358 docwin = W_MakeWindow("DocWin", 0, 181, 500, 500, 0, 2, in newwin()
360 xtrekrcwin = W_MakeWindow("xtrekrcWin", 0, 200, 500, 500, 0, 2, in newwin()
368 qwin = W_MakeWindow("quit", 200, 400, BOXSIDE, BOXSIDE, w, 1, in newwin()
372 statwin = W_MakeWindow("stats", 422, 13, 160, 110, NULL, 5, foreColor); in newwin()
[all …]
H A Dinform.c79 infow = W_MakeWindow("info", mx, my, 23 * W_Textwidth, 6 * W_Textheight, in inform()
116 infow = W_MakeWindow("info", mx, my, 24 * W_Textwidth, 10 * W_Textheight, in inform()
213 infow = W_MakeWindow("info", mx, my, W_Textwidth * 28, W_Textheight * 3, ww, in inform()
H A Ddocwin.c43 docwin = W_MakeWindow("DocWin", 0, 181, 500, 500, 0, 2, in showdocs()
210 xtrekrcwin = W_MakeWindow("xtrekrcWin", 0, 200, 500, 500, 0, 2, in showxtrekrc()
H A Dx11window.h38 W_Window W_MakeWindow(char *name, int x, int y, int width, int height, W_Window parent, int border,…
H A DWlib.h68 extern W_Window W_MakeWindow (char *name, int x, int y, int width, int height, W_Window parent, int…
H A Dparsemeta.c186 metaHelpWin = W_MakeWindow("Netrek Server List - Help", 500, 500, in make_help()
1002 metaWin = W_MakeWindow("Netrek Server List", 0, 0, 716, height, NULL, 2, in metawindow()
H A DXTREKRC.example791 # W_MakeWindow
H A Dx11window.c920 W_MakeWindow(char *name, int x, int y, int width, int height, W_Window parent, int border, W_Color … in W_MakeWindow() function
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A DWlib.h135 extern W_Window W_MakeWindow P((char *name, int x, int y, int width,
H A DWproto.h62 W_Window W_MakeWindow(char *name, int x, int y, int width, int height, W_Window parent, char *cursn…
H A Dmakewindow.c453 W_MakeWindow(name, x, y, width, height, parent, cursname, border, color) in W_MakeWindow() function
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A DWlib.h135 extern W_Window W_MakeWindow P((char *name, int x, int y, int width,
H A DWproto.h62 W_Window W_MakeWindow(char *name, int x, int y, int width, int height, W_Window parent, char *cursn…
H A Dmain.c1339 …shellWin = W_MakeWindow("XGalaga", 0, 0, WINWIDTH, WINHEIGHT + W_Textheight+1, 0, "tiny", 0, W_Whi…
1340 … baseWin = W_MakeWindow("", 0, W_Textheight+1, WINWIDTH, WINHEIGHT, shellWin, "tiny", 0, W_White);