Home
last modified time | relevance | path

Searched refs:borderIcons (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DMDI.pm110 borderIcons => mbi::All,
272 $r[3] -= $self-> {titleY} + 1 if $self-> {borderIcons} & mbi::TitleBar;
413 my $bi = $self-> { borderIcons};
474 return unless $self-> { borderIcons} & mbi::TitleBar;
768 ( $self-> { borderIcons} & mbi::SystemMenu)
1081 (($self-> {borderIcons} & mbi::SystemMenu) ? 1 : 0);
1092 return if $bi == $self-> {borderIcons};
1093 $self-> {borderIcons} = $bi;
1147 return unless $self-> {borderIcons} & mbi::Minimize;
1201 return unless $self-> {borderIcons} & mbi::Maximize;
[all …]
H A DStartupWindow.pm12 borderIcons => 0,
H A DClasses.pm1660 borderIcons => bi::All,
1769 borderIcons => bi::SystemMenu | bi::TitleBar,
H A DDocks.pm1577 borderIcons => bi::TitleBar | ( bi::TitleBar << 1 ),
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dmdi.pl27 my $bi = $w-> borderIcons;
29 $w-> borderIcons( $bi);
H A Downerchange.pl54 onClick => sub { $_[0]-> owner-> borderIcons(bi::Minimize|bi::TitleBar)},
59 onClick => sub { $_[0]-> owner-> borderIcons(
H A Dprint.pl110 borderIcons => 0,
H A Dtriangle.pl66 borderIcons => 0,
/dports/multimedia/p5-Subtitles/Subtitles-1.04/
H A Dsubplay197 if ( $w-> borderIcons) {
198 $w-> set( borderIcons => 0, borderStyle => bs::None);
200 $w-> set( borderIcons => bi::All, borderStyle => bs::Sizeable);
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DWindow.c86 int borderIcons, borderStyle, windowState, onTop; in Window_update_sys_handle() local
94 pexist( borderIcons) || in Window_update_sys_handle()
102 borderIcons = pexist( borderIcons) ? pget_i( borderIcons) : my-> get_borderIcons( self); in Window_update_sys_handle()
114 owner, syncPaint, borderIcons, borderStyle, taskListed, windowState, in Window_update_sys_handle()
119 pdelete( borderIcons); in Window_update_sys_handle()
694 Window_borderIcons( Handle self, Bool set, int borderIcons) in Window_borderIcons() argument
700 pset_i( borderIcons, borderIcons); in Window_borderIcons()
H A DWindow.cls10 property int borderIcons;
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dwidgets.c319 apc_window_create( Handle self, Handle owner, Bool syncPaint, int borderIcons, in apc_window_create() argument
331 | (( borderIcons & biSystemMenu) ? WS_SYSMENU : 0) in apc_window_create()
332 | (( borderIcons & biMinimize) ? WS_MINIMIZEBOX : 0) in apc_window_create()
333 | (( borderIcons & biMaximize) ? WS_MAXIMIZEBOX : 0) in apc_window_create()
334 | (( borderIcons & biTitleBar) ? 0 : WS_POPUP) in apc_window_create()
354 || ( borderIcons != sys s. window. borderIcons) in apc_window_create()
402 ws. borderIcons = sys s. window. borderIcons = borderIcons; in apc_window_create()
487 return sys s. window. borderIcons; in apc_window_get_border_icons()
537 int titleY = ( sys s. window. borderIcons & biTitleBar) ? in apc_window_get_client_size()
665 int titleY = ( sys s. window. borderIcons & biTitleBar) ? in apc_window_set_client_size()
[all …]
H A Dglobal.c1490 (( sys s. window. borderIcons & biTitleBar) ? GetSystemMetrics( SM_CYCAPTION) : 0) + in generic_frame_handler()
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Object/
H A DApplication.t29 borderIcons => 0,
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_win.c301 ( border_icons != XX-> borderIcons) || in apc_window_create()
305 ( border_icons != XX-> borderIcons)) in apc_window_create()
313 XX-> borderIcons = border_icons; in apc_window_create()
476 XX-> borderIcons = border_icons; in apc_window_create()
639 return X(self)-> borderIcons; in apc_window_get_border_icons()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DWindow.pod66 the C<::borderIcons> property, and borders by the C<::borderStyle>
227 =item borderIcons INTEGER
626 L<taskListed>, L<borderIcons>, L<borderStyle>, L<onTop>
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/win32/
H A Dwin32guts.h256 int borderIcons; member
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/VB/
H A DVB.pl2433 borderIcons => bi::All & ~bi::Maximize,
2459 borderIcons => bi::All & ~bi::Maximize,
H A DClasses.pm1335 borderIcons => ['borderIcons'],
2301 package Prima::VB::Types::borderIcons;
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h911 int borderIcons; member
/dports/graphics/fotofix/fotofix-2a4706c/
H A Dfotofix744 borderIcons => 0,
754 borderIcons => bi::All,
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2030 apc_window_create( Handle self, Handle owner, Bool syncPaint, int borderIcons, int borderStyle,