Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 253724) sorted by last modified time

12345678910>>...10149

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/doc/
H A Dgendoc.py506 attributes = []
509 attributes.append(attr)
510 attributes = sorted(attributes, key=lambda a: a.user_name)
511 if len(attributes) > 0:
513 for attr in attributes:
552 attributes = {}
558 assert member.user_name not in attributes
570 attributes[member.user_name] = obj
587 'attributes': ObjectInformation.sorted_dict(attributes),
/dports/x11-wm/jewel/jewel-0.12.41/goodies/setrootimage/
H A Dimage.cc1755 XWindowAttributes attributes; in getColor() local
1757 XGetWindowAttributes(display, window, &attributes); in getColor()
1759 if (!XParseColor(display, attributes.colormap, colorname, &color)) { in getColor()
1762 } else if (!XAllocColor(display, attributes.colormap, &color)) { in getColor()
1780 XWindowAttributes attributes; in getColor() local
1782 XGetWindowAttributes(display, window, &attributes); in getColor()
1784 if (!XParseColor(display, attributes.colormap, colorname, &color)) { in getColor()
1787 } else if (!XAllocColor(display, attributes.colormap, &color)) { in getColor()
/dports/x11-wm/jewel/jewel-0.12.41/goodies/appbar/
H A Dimage.cc1755 XWindowAttributes attributes; in getColor() local
1757 XGetWindowAttributes(display, window, &attributes); in getColor()
1759 if (!XParseColor(display, attributes.colormap, colorname, &color)) { in getColor()
1762 } else if (!XAllocColor(display, attributes.colormap, &color)) { in getColor()
1780 XWindowAttributes attributes; in getColor() local
1782 XGetWindowAttributes(display, window, &attributes); in getColor()
1784 if (!XParseColor(display, attributes.colormap, colorname, &color)) { in getColor()
1787 } else if (!XAllocColor(display, attributes.colormap, &color)) { in getColor()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dicons.c59 XSetWindowAttributes attributes; /* attributes for create windows */ in CreateIconWindow() local
94 attributes.background_pixel = Scr.StdColors.back; in CreateIconWindow()
96 attributes.border_pixel = Scr.StdColors.fore; in CreateIconWindow()
97 attributes.cursor = Scr.ASCursors[DEFAULT]; in CreateIconWindow()
98 attributes.event_mask = (ButtonPressMask | ButtonReleaseMask | in CreateIconWindow()
109 CopyFromParent,CopyFromParent,valuemask,&attributes); in CreateIconWindow()
119 CopyFromParent,CopyFromParent,valuemask,&attributes); in CreateIconWindow()
129 attributes.event_mask = (ButtonPressMask | ButtonReleaseMask | in CreateIconWindow()
134 XChangeWindowAttributes(dpy,wt, valuemask,&attributes); in CreateIconWindow()
H A Dfunctions.c401 XSetWindowAttributes attributes; in ExecuteFunction() local
405 attributes.background_pixel = Scr.StdColors.fore; in ExecuteFunction()
406 attributes.backing_store = NotUseful; in ExecuteFunction()
413 &attributes); in ExecuteFunction()
H A Dconfigure.c1197 XWindowAttributes attributes; in GetShadow() local
1200 XGetWindowAttributes(dpy,Scr.Root,&attributes); in GetShadow()
1203 XQueryColor(dpy,attributes.colormap,&bg_color); in GetShadow()
1237 XWindowAttributes attributes; in GetHilite() local
1239 XGetWindowAttributes(dpy,Scr.Root,&attributes); in GetHilite()
1245 XQueryColor(dpy,attributes.colormap,&white_p); in GetHilite()
1823 XSetWindowAttributes attributes; in MakeMenu() local
1864 attributes.cursor = Scr.ASCursors[MENU]; in MakeMenu()
1866 attributes.save_under = TRUE; in MakeMenu()
1874 valuemask, &attributes); in MakeMenu()
[all …]
H A Dafterstep.c403 attributes.override_redirect = True; in main()
407 &attributes); in main()
437 valuemask, &attributes); in main()
1145 attributes.cursor = Scr.ASCursors[TOP]; in initPanFrames()
1153 valuemask, &attributes); in initPanFrames()
1154 attributes.cursor = Scr.ASCursors[LEFT]; in initPanFrames()
1162 valuemask, &attributes); in initPanFrames()
1163 attributes.cursor = Scr.ASCursors[RIGHT]; in initPanFrames()
1171 valuemask, &attributes); in initPanFrames()
1172 attributes.cursor = Scr.ASCursors[BOTTOM]; in initPanFrames()
[all …]
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/
H A DWharf.c1469 XWindowAttributes attributes; in GetColor() local
1471 XGetWindowAttributes(dpy,Root,&attributes); in GetColor()
1473 if (!XParseColor (dpy, attributes.colormap, name, &color)) in GetColor()
1477 else if(!XAllocColor (dpy, attributes.colormap, &color)) in GetColor()
1616 XWindowAttributes attributes; in ParseOptions() local
1618 XGetWindowAttributes(dpy,Root,&attributes); in ParseOptions()
1631 if (!XParseColor (dpy, attributes.colormap, c1, &color)) in ParseOptions()
1640 if (!XParseColor (dpy, attributes.colormap, c2, &color)) in ParseOptions()
/dports/x11-wm/piewm/piewm-1.04/
H A Devents.c723 XSetWindowAttributes attributes; /* attributes for create windows */ in HandlePropertyNotify() local
899 attributes.background_pixmap = pm; in HandlePropertyNotify()
910 valuemask, &attributes); in HandlePropertyNotify()
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dadd_window.c809 attributes.background_pixmap = None; in AddWindow()
810 attributes.border_pixel = tmp_win->border; in AddWindow()
811 attributes.cursor = Scr->FrameCursor; in AddWindow()
816 attributes.save_under = True; in AddWindow()
833 attributes.border_pixel = tmp_win->border; in AddWindow()
1147 attributes.background_pixmap = pm; in CreateHighlightWindow()
1282 attributes.win_gravity = NorthWestGravity; in CreateWindowTitlebarButtons()
1284 attributes.border_pixel = tmp_win->title.fore; in CreateWindowTitlebarButtons()
1287 attributes.cursor = Scr->ButtonCursor; in CreateWindowTitlebarButtons()
1402 XWindowAttributes attributes; in CreateColormapWindow() local
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A DMakefile.am41 test-custom-attributes.c \
/dports/x11-wm/tvtwm/tvtwm/
H A Dtwm.c253 XSetWindowAttributes attributes; /* attributes for create windows */ local
747 attributes.border_pixel = Scr->DefaultC.fore;
748 attributes.background_pixel = Scr->DefaultC.back;
749 attributes.event_mask = (ExposureMask | ButtonPressMask |
751 attributes.backing_store = NotUseful;
752 attributes.cursor = XCreateFontCursor (dpy, XC_hand2);
760 valuemask, &attributes);
765 attributes.bit_gravity = NorthWestGravity;
773 valuemask, &attributes);
H A Dicons.c664 XSetWindowAttributes attributes; local
720 attributes.background_pixmap = pm;
721 attributes.border_pixel = tmp_win->icon_border;
732 &attributes))==None)
765 XSetWindowAttributes attributes; local
795 attributes.background_pixmap = newpm;
807 &attributes))==None)
830 XSetWindowAttributes attributes; local
970 attributes.border_pixel = tmp_win->icon_border;
971 attributes.event_mask = ExposureMask;
[all …]
H A Dmenus.c1235 XSetWindowAttributes attributes; local
1286 attributes.save_under = True;
1331 valuemask, &attributes);
1336 attributes.border_pixel = Scr->MenuC.fore;
1340 attributes.save_under = True;
1344 attributes.backing_store = Always;
1350 valuemask, &attributes);
3059 XSetWindowAttributes attributes; local
3064 attributes.backing_store = NotUseful;
3065 attributes.save_under = False;
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwNoteBook.py155 attributes = {}
156 attributes['page'] = page
157 attributes['created'] = 0
177 attributes['tabbutton'] = tab
178 attributes['tabreqwidth'] = tab.winfo_reqwidth()
179 attributes['tabreqheight'] = tab.winfo_reqheight()
188 attributes['tabitems'] = (windowitem, lightshadow, darkshadow)
191 self._pageAttrs[pageName] = attributes
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/contrib/
H A DTreeBrowser.py88 attributes = {}
105 attributes['nodetype'] = 'TreeNode'
116 attributes['nodetype'] = 'LeafNode'
125 attributes['branch'] = node
127 self._nodeAttrs[nodeName] = attributes
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwNoteBook.py155 attributes = {}
156 attributes['page'] = page
157 attributes['created'] = 0
177 attributes['tabbutton'] = tab
178 attributes['tabreqwidth'] = tab.winfo_reqwidth()
179 attributes['tabreqheight'] = tab.winfo_reqheight()
188 attributes['tabitems'] = (windowitem, lightshadow, darkshadow)
191 self._pageAttrs[pageName] = attributes
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/contrib/
H A DTreeBrowser.py95 attributes = {}
112 attributes['nodetype'] = 'TreeNode'
123 attributes['nodetype'] = 'LeafNode'
132 attributes['branch'] = node
134 self._nodeAttrs[nodeName] = attributes
/dports/x11-toolkits/blt/blt2.5/demos/
H A Dtabnotebook2.tcl46 set attributes {
54 foreach { entry label color window } $attributes {
H A Dtabset2.tcl50 set attributes {
58 foreach { entry label color window } $attributes {
H A Dtabset3.tcl49 set attributes {
57 foreach { name label color } $attributes {
H A Dgraph4.tcl2158 set attributes {
2227 foreach {label yData outline color} $attributes {
H A Dgraph1.tcl47 with assorted line attributes and symbols. To create a postscript file
H A Dbarchart2.tcl172 set attributes {
180 foreach {label yData fg bg stipple bd} $attributes {
/dports/x11-toolkits/blt/blt2.5/demos/scripts/
H A Dgraph5.tcl31 set attributes {
46 foreach { symbol label fill color yVec } $attributes {

12345678910>>...10149