代码搜索:taskbar
找到约 538 项符合「taskbar」的源代码
代码结果 538
www.eeworm.com/read/425369/10360249
as startmenu.as
this.attachMovie("skin_taskbar", "Startbutton", 3);
this.attachMovie("skin_taskbar", "Tray", 4);
function checkList()
{
b = "";
a = "";
if (a + winList != b + _parent.winList)
www.eeworm.com/read/347603/3166727
am makefile.am
SUBDIRS=res
EXTRA_DIST=mginit.rc
noinst_PROGRAMS=mginit
mginit_SOURCES=mginit.c taskbar.c taskbar.h
mginit_LDADD=-lmgext
www.eeworm.com/read/337074/3343931
cfg desktop.cfg
[taskbar]
; name = icon | exec | menu
[taskbar_prog]
Programs = ||
Ports = ||Programs
GTK+-2.4.x = ||Ports
SDL Library = sdl.png||Ports
Demos = ||
Xynth Control = |xynthcontrol|
Logout = |xynthlogou
www.eeworm.com/read/429986/1943285
js extend.js
Ext.ux.TaskBar.TaskButton = function(win){
this.win = win;
Ext.ux.TaskBar.TaskButton.superclass.constructor.call(this, {
text: Ext.util.Format.ellipsis(win.title, 12),
handler
www.eeworm.com/read/191513/8428500
pas cooltrayicon.pas
{*****************************************************************}
{ This is a component for placing icons in the notification area }
{ of the Windows taskbar (aka. the traybar).
www.eeworm.com/read/191513/8428615
pas texttrayicon.pas
{*****************************************************************}
{ This is a component for placing icons in the notification area }
{ of the Windows taskbar (aka. the traybar).