Searched +refs:frame +refs:background +refs:mode (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtktextframe.rb35 delegate_alias('framebackground', 'background',
36 @frame, @h_scroll, @v_scroll)
45 delegate('borderwidth', @frame)
46 delegate('relief', @frame)
59 @v_scroll = TkScrollbar.new(@frame, 'orient'=>'vertical')
60 @h_scroll = TkScrollbar.new(@frame, 'orient'=>'horizontal')
79 TkGrid.rowconfigure(@frame, 0, 'weight'=>1, 'minsize'=>0)
80 TkGrid.columnconfigure(@frame, 0, 'weight'=>1, 'minsize'=>0)
112 def vscroll(mode, *args)
114 if mode
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32console.c40 /* Disable features in frame.h that require a Window System. */
42 #include "frame.h"
54 extern struct frame * updating_frame;
69 static void w32con_update_begin (struct frame * f);
70 static void w32con_update_end (struct frame * f);
71 static WORD w32_face_attributes (struct frame *f, int face_id);
82 /* Determine whether to make frame dimensions match the screen buffer,
102 /* If we're updating a frame, use it as the current frame
103 Otherwise, use the selected frame
681 Lisp_Object background; variable
[all...]
H A Dterm.c35 #include "frame.h"
64 static void turn_on_face P_ ((struct frame *, int face_id));
65 static void turn_off_face P_ ((struct frame *, int face_id));
113 /* Nonzero means no need to redraw the entire frame on resuming
136 void (*update_begin_hook) P_ ((struct frame *));
137 void (*update_end_hook) P_ ((struct frame *));
145 void (*frame_up_to_date_hook) P_ ((struct frame *));
149 Set *f to the frame the mouse is in, or zero if the mouse is in no
150 Emacs frame. If it is set to zero, all the other arguments are
173 /* When reading from a minibuffer in a different frame, Emac
2260 int mode, old_mode; local
[all...]
H A Dxfns.c36 #include "frame.h"
169 /* The background and shape of the mouse pointer, and shape when not
209 /* The below are defined in frame.c. */
236 /* Extract a frame as a FRAME_PTR, defaulting to the selected frame
240 check_x_frame (frame)
241 Lisp_Object frame;
245 if (NILP (frame))
246 frame = selected_frame;
247 CHECK_LIVE_FRAME (frame);
296 Lisp_Object tail, frame; local
346 Lisp_Object tail, frame; local
402 Lisp_Object tail, frame; local
450 Lisp_Object tail, frame; local
497 Lisp_Object tail, frame; local
2131 Lisp_Object rest, frame; local
2200 Lisp_Object rest, frame; local
3059 Lisp_Object frame, tem; variable
3499 Lisp_Object frame; variable
3518 Lisp_Object color, frame; variable
3534 Lisp_Object color, frame; variable
4218 Lisp_Object prop, value, frame, type, format, outer_p; variable
4297 Lisp_Object prop, frame; variable
4329 Lisp_Object prop, frame, type, source, delete_p, vector_ret_p; variable
4541 Lisp_Object rest, frame; local
4600 Lisp_Object rest, frame; local
4688 Lisp_Object frame, tem; local
5070 Lisp_Object string, frame, parms, timeout, dx, dy; variable
5261 Lisp_Object deleted, frame, timer; variable
5633 Lisp_Object frame; variable
[all...]
H A Dxterm.c73 #include "frame.h"
111 extern void free_frame_menubar P_ ((struct frame *));
112 extern struct frame *x_menubar_window_to_frame P_ ((struct x_display_info *,
197 the same order. NAME is the name of the frame. FONT-LIST-CACHE
205 functions assume that `selected_frame' is the frame to apply to. */
207 extern struct frame *updating_frame;
209 /* This is a frame waiting to be auto-raised, within XTread_socket. */
211 struct frame *pending_autoraise_frame;
224 frame to focus it (when focus-follows-mouse is nil). */
230 events resulting from clicking on a frame t
383 Lisp_Object rest, frame; local
1942 unsigned long background = di->relief_background; local
3278 struct frame *frame; local
3709 Lisp_Object frame, tail; local
3895 Lisp_Object frame, bar, condemned; local
3936 Lisp_Object frame = XCAR (tail); local
6934 Lisp_Object frame; local
7713 Lisp_Object frame, tail; local
8009 Lisp_Object frame, tail; local
8109 Lisp_Object tail, frame; local
8439 Lisp_Object frame; local
8956 Lisp_Object frame; local
[all...]
H A Dmacterm.c75 #include "frame.h"
125 frame. FONT-LIST-CACHE records previous values returned by
138 functions assume that `selected_frame' is the frame to apply to. */
140 extern struct frame *updating_frame;
142 /* This is a frame waiting to be auto-raised, within XTread_socket. */
144 struct frame *pending_autoraise_frame;
227 void x_lower_frame P_ ((struct frame *));
228 void x_scroll_bar_clear P_ ((struct frame *));
230 void x_wm_set_size_hint P_ ((struct frame *, long, int));
231 void x_raise_frame P_ ((struct frame *));
397 Lisp_Object rest, frame; local
3254 unsigned long background = di->relief_background; local
4374 struct frame *frame; local
4591 Lisp_Object frame, tail; local
6473 Lisp_Object frame; local
9377 Lisp_Object tail, frame; local
11447 Lisp_Object frame; local
11491 Lisp_Object tail, frame; local
11536 Lisp_Object frame; local
[all...]
H A Dw32fns.c36 #include "frame.h"
152 /* The background and shape of the mouse pointer, and shape when not
278 /* The below are defined in frame.c. */
323 /* Extract a frame as a FRAME_PTR, defaulting to the selected frame
327 check_x_frame (frame)
328 Lisp_Object frame;
332 if (NILP (frame))
333 frame = selected_frame;
334 CHECK_LIVE_FRAME (frame);
381 Lisp_Object tail, frame; local
4147 Lisp_Object frame, tem; variable
4460 Lisp_Object frame; variable
6325 Lisp_Object color, frame; variable
6341 Lisp_Object color, frame; variable
6851 Lisp_Object prop, value, frame, type, format, outer_p; variable
6881 Lisp_Object prop, frame; variable
6909 Lisp_Object prop, frame; variable
7191 Lisp_Object frame, tem; local
7522 Lisp_Object string, frame, parms, timeout, dx, dy; variable
7754 Lisp_Object deleted, frame, timer; variable
7988 Lisp_Object frame, include_proportional; variable
8046 Lisp_Object command, frame; variable
[all...]
H A Dmsdos.c62 #include "frame.h"
300 Lisp_Object frame, tail;
302 /* Clear the mouse-moved flag for every frame on this display. */
303 FOR_EACH_FRAME (tail, frame)
304 XFRAME (frame)->mouse_moved = 0;
411 /* Holds the address of the text-mode screen buffer. */
422 /* The screen colors of the current frame, which serve as the default
512 background colors. */
523 /* Enable bright background colors. */
529 /* Remember the original state of the blink/bright-background bi
299 Lisp_Object frame, tail; local
1206 IT_set_mouse_pointer(int mode) argument
2279 Lisp_Object frame; variable
2283 CHECK_FRAME (frame); variable
2374 Lisp_Object prop, val, frame; local
2464 Lisp_Object frame; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dhtml.css157 background: white;
406 -webkit-writing-mode: horizontal-tb !important;
430 background-color: white;
598 background-color: white;
631 background-color: initial;
642 background-color: #FAFFBD !important;
643 background-image:none !important;
650 background-color: initial;
674 background-color: ButtonFace;
757 background
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp327 // Adjust the text color if it is too close to the background color,
348 TextDrawingModeFlags mode = context->textDrawingMode(); local
350 TextDrawingModeFlags newMode = mode | TextModeStroke;
351 if (mode != newMode) {
353 mode = newMode;
357 if (mode & TextModeFill && (fillColor != context->fillColor() || colorSpace != context->fillColorSpace()))
360 if (mode & TextModeStroke) {
574 bool containsComposition = renderer()->node() && renderer()->frame()->editor().compositionNode() == renderer()->node();
575 bool useCustomUnderlines = containsComposition && renderer()->frame()->editor().compositionUsesCustomUnderlines();
599 // Make the text fill color legible against a white background
944 Frame* frame = renderer()->frame(); local
1413 paintDocumentMarkers(GraphicsContext* pt, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, bool background) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dspeedbar.el1 ;;; speedbar --- quick access to files and tags in a frame
35 ;; The speedbar provides a frame in which files, and locations in
51 ;; AUC-TEX users: The imenu tags for AUC-TEX mode don't work very
52 ;; well. Use the imenu keywords from tex-mode.el for better results.
62 ;; Adding a speedbar specialized display mode:
69 ;; If your `major-mode' is `foo-mode', the only requirement is to
96 ;; refreshing cached data to making a buffer appear in a new frame.
99 ;; `foo-mode', create a variable `foo-speedbar-menu-items'. This
102 ;; you wish to have extra key bindings in your special mode, creat
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/xe/
H A Dxe118 frame $path -height $height -width $width -relief flat
119 frame $path.separator -height 7 -relief flat
120 frame $path.separator.line -height 4 -relief ridge -borderwidth 1
121 frame $path.separator.handle -width 8 -height 8 -relief raised -borderwidth 1
1147 frame $w.input \
1149 frame $w.buttons \
1164 frame $w.input.predef \
1168 frame $w.input.predef.f \
1173 frame $w.input.predef.f.prname \
1179 -width 20 -background gray9
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm38 mode supports easy logging in simple scripts:
57 C<:easy> mode like
160 parameter C<mode>:
164 log4perl.appender.FileApp.mode = write
1312 the non-interpreting mode of the here-document like in
1392 mode, like in
1406 in regular mode like in
1465 file appender's C<syswrite> flag along with a file write mode of C<"append">.
1470 C<"append"> mode, the OS kernel ensures that multiple processes share
1473 for the C<mode> paramete
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm73 # given filename and mode (r or w), create an object which:
74 # has a 'getline' method if mode='r', and
75 # has a 'print' method if mode='w'.
82 # '-' (STDIN if mode = 'r', STDOUT if mode='w')
87 # (check for 'print' method for 'w' mode)
88 # (check for 'getline' method for 'r' mode)
90 my $mode = shift;
109 if ( $mode =~ /[rR]/ ) {
126 if ( $mode
4546 background: $pre_bg_color; label
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm86 # given filename and mode (r or w), create an object which:
87 # has a 'getline' method if mode='r', and
88 # has a 'print' method if mode='w'.
95 # '-' (STDIN if mode = 'r', STDOUT if mode='w')
100 # (check for 'print' method for 'w' mode)
101 # (check for 'getline' method for 'r' mode)
103 my $mode = shift;
122 if ( $mode =~ /[rR]/ ) {
139 if ( $mode
5080 background: $pre_bg_color; label
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm38 mode supports easy logging in simple scripts:
57 C<:easy> mode like
160 parameter C<mode>:
164 log4perl.appender.FileApp.mode = write
1314 the non-interpreting mode of the here-document like in
1394 mode, like in
1408 in regular mode like in
1470 file appender's C<syswrite> flag along with a file write mode of C<"append">.
1475 C<"append"> mode, the OS kernel ensures that multiple processes share
1478 for the C<mode> paramete
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup130 # If not in debug mode;
158 # in debug mode, so do not fork but continue to run.
801 # Create the Attributes and Save to frame
808 # Create the Attributes frame
817 # Create the Save to frame
1056 # Create Bottom Attribute frame.
1154 # Create frame for clear buttons.
1170 # Create list frame.
1231 # Create bottom Search Directory frame
1271 # Create list frame
[all...]

Completed in 345 milliseconds