Home
last modified time | relevance | path

Searched refs:taskListed (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DWindow.c87 Bool taskListed, syncPaint, originDontCare, sizeDontCare, layered; in Window_update_sys_handle() local
93 pexist( taskListed) || in Window_update_sys_handle()
104 taskListed = pexist( taskListed) ? pget_B( taskListed) : my-> get_taskListed( self); in Window_update_sys_handle()
114 owner, syncPaint, borderIcons, borderStyle, taskListed, windowState, in Window_update_sys_handle()
121 pdelete( taskListed); in Window_update_sys_handle()
805 Window_taskListed( Handle self, Bool set, Bool taskListed) in Window_taskListed() argument
811 pset_i( taskListed, taskListed); in Window_taskListed()
H A DWindow.cls29 property Bool taskListed;
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DWindow.pod81 on the task bar, by setting the C<::taskListed> property to 0.
438 =item taskListed BOOLEAN
626 L<taskListed>, L<borderIcons>, L<borderStyle>, L<onTop>
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DClasses.pm1685 taskListed => 1,
1773 taskListed => 0,
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/VB/
H A DVB.pl2434 taskListed => 1,
2460 taskListed => 1,
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dwidgets.c133 Bool taskListed, int className, DWORD style, DWORD exstyle, in create_group() argument
179 if ( !taskListed && ( parentView == HWND_DESKTOP || parentView == NULL)) in create_group()