Searched refs:titlebar (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-win.c114 static char titlebar[1024]; variable
356 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
358 sprintf(titlebar, "%s: %s", appname, filename);
520 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
H A Drpng-x.c120 static char titlebar[1024], *window_name = titlebar; variable
344 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
346 sprintf(titlebar, "%s: %s", appname, filename);
H A Drpng2-win.c151 static char titlebar[1024]; variable
520 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
522 sprintf(titlebar, "%s: %s", appname, filename);
752 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
H A Drpng2-x.c180 static char titlebar[1024], *window_name = titlebar; variable
565 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
567 sprintf(titlebar, "%s: %s", appname, filename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlstrt.tex32 the title of HTML page displayed somewhere and the frame's titlebar is
H A Dcshelp.tex17 in the titlebar, and Windows will put the application into context-sensitive help mode automatically,
H A Dprogdlg.tex68 \docparam{title}{Dialog title to show in titlebar.}
H A Ddialog.tex243 This function is called when the titlebar OK button is pressed (PocketPC only).
H A Dframe.tex41 titlebar to be created; the frame does not appear in the taskbar under Windows or GTK+.}
H A Dwxmsw.tex149 You won't get a wxCloseEvent when the user clicks on the X in the titlebar

Completed in 190 milliseconds