Home
last modified time | relevance | path

Searched refs:border_pixel (Results 1 – 25 of 1304) sorted by relevance

12345678910>>...53

/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DCore.c114 XtOffsetOf(CoreRec, core.border_pixel),
364 if (old->core.border_pixel != new->core.border_pixel in CoreSetValues()
366 attributes.border_pixel = new->core.border_pixel; in CoreSetValues()
372 attributes.border_pixel = new->core.border_pixel; in CoreSetValues()
/dports/biology/garlic/garlic-1.6/
H A Dcreate_windows.c105 main_attribS.border_pixel = guiSP->main_winS.fg_colorID; in CreateWindows_()
149 icon_attribS.border_pixel = BlackPixel (guiSP->displaySP, guiSP->screenID); in CreateWindows_()
218 control_attribS.border_pixel = guiSP->control_winS.fg_colorID; in CreateWindows_()
249 input_attribS.border_pixel = guiSP->input_winS.fg_colorID; in CreateWindows_()
287 output_attribS.border_pixel = guiSP->output_winS.fg_colorID; in CreateWindows_()
H A Ddocking_window.c95 docking_attribS.border_pixel = guiSP->main_winS.fg_colorID; in PrepareDockingWindow_()
134 docking_icon_attribS.border_pixel = BlackPixel (guiSP->displaySP, in PrepareDockingWindow_()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dwcore.c40 … width, int height, int bwidth, int depth, Visual *visual, Colormap colormap, WMPixel border_pixel) in wCoreCreateTopLevel() argument
53 attribs.border_pixel = border_pixel; in wCoreCreateTopLevel()
H A Dwcore.h47 WMPixel border_pixel);
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dwcore.c40 … width, int height, int bwidth, int depth, Visual *visual, Colormap colormap, WMPixel border_pixel) in wCoreCreateTopLevel() argument
53 attribs.border_pixel = border_pixel; in wCoreCreateTopLevel()
H A Dwcore.h47 WMPixel border_pixel);
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DSimple.c175 w->core.border_pixel,
285 w->core.border_pixel );
290 w->core.border_pixel,
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DSimple.c179 w->core.border_pixel, in Realize()
286 w->core.border_pixel ); in ChangeSensitive()
291 w->core.border_pixel, in ChangeSensitive()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DSimple.c196 w->core.border_pixel,
303 w->core.border_pixel );
308 w->core.border_pixel,
/dports/x11/lupe/lupe/
H A Dlupe.c217 unsigned long border_pixel; in init_screen() local
236 border_pixel = BlackPixel(dsp, scr); in init_screen()
240 border_pixel = col.pixel; in init_screen()
273 bw, border_pixel, WhitePixel(dsp, scr)); in init_screen()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dscreensaver.rs498 pub border_pixel: Option<u32>, field
539 let border_pixel = if switch_expr & u32::from(xproto::CW::BORDER_PIXEL) != 0 { in try_parse() localVariable
541 let (border_pixel, remaining) = u32::try_parse(remaining)?; in try_parse()
543 Some(border_pixel) in try_parse()
638 …etAttributesAux { background_pixmap, background_pixel, border_pixmap, border_pixel, bit_gravity, w… in try_parse()
660 if let Some(border_pixel) = self.border_pixel { in serialize_into()
661 border_pixel.serialize_into(bytes); in serialize_into()
710 if self.border_pixel.is_some() { in switch_expr()
770 pub fn border_pixel<I>(mut self, value: I) -> Self where I: Into<Option<u32>> { in border_pixel() method
771 self.border_pixel = value.into(); in border_pixel()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dscreensaver.rs498 pub border_pixel: Option<u32>,
539 let border_pixel = if switch_expr & u32::from(xproto::CW::BORDER_PIXEL) != 0 {
541 let (border_pixel, remaining) = u32::try_parse(remaining)?;
543 Some(border_pixel)
638 …etAttributesAux { background_pixmap, background_pixel, border_pixmap, border_pixel, bit_gravity, w…
660 if let Some(border_pixel) = self.border_pixel {
661 border_pixel.serialize_into(bytes);
710 if self.border_pixel.is_some() {
770 pub fn border_pixel<I>(mut self, value: I) -> Self where I: Into<Option<u32>> {
771 self.border_pixel = value.into();
/dports/games/icbm3d/icbm3d/
H A Dwindow.c24 attributes.border_pixel = bordercolor; in OpenWindow()
/dports/games/3dpong/3dpong-0.5/src/
H A Dwindow.c24 attributes.border_pixel = bordercolor; in OpenWindow()
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DSimple.c323 w->core.border_pixel, in XawSimpleRealize()
485 w->core.border_pixel); in ChangeSensitive()
490 w->core.border_pixel, in ChangeSensitive()
/dports/graphics/jogamp-jogl/jogl/src/test-native/
H A DdisplayMultiple02_new_mch.c145 attr.border_pixel = 0; in createGLWin()
176 attr.border_pixel = 0; in createGLWinNew()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFTips.h39 Pixel border_pixel; member
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DFTips.h37 Pixel border_pixel; member
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/tests/
H A Drequest_parsing_tests.rs80 border_pixel: Some(0), in test_create_window1()
126 border_pixel: Some(0), in test_create_window2()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/tests/
H A Drequest_parsing_tests.rs80 border_pixel: Some(0), in test_create_window1()
126 border_pixel: Some(0), in test_create_window2()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A Dstubs.c295 XSetWindowBorder(display, w, border_pixel) in XSetWindowBorder() argument
298 unsigned long border_pixel;
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A Dstubs.c388 unsigned long border_pixel) in XSetWindowBorder() argument
392 (void)border_pixel; in XSetWindowBorder()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A Dstubs.c388 unsigned long border_pixel) in XSetWindowBorder() argument
392 (void)border_pixel; in XSetWindowBorder()
/dports/x11/mlterm/mlterm-3.9.1/contrib/tool/mlterm-zoom/
H A Dmlterm-zoom.c41 attrs.border_pixel = BlackPixel(display, screen_no); in main()

12345678910>>...53