Home
last modified time | relevance | path

Searched refs:tool_bar_items (Results 1 – 25 of 71) sorted by relevance

123

/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/
H A Dframe.cocci57 - F->tool_bar_items
58 + FVAR (F, tool_bar_items)
122 - XFRAME (F)->tool_bar_items
123 + FVAR (XFRAME (F), tool_bar_items)
/dports/editors/emacs/emacs-27.2/admin/coccinelle/
H A Dframe.cocci57 - F->tool_bar_items
58 + FVAR (F, tool_bar_items)
122 - XFRAME (F)->tool_bar_items
123 + FVAR (XFRAME (F), tool_bar_items)
/dports/editors/emacs/emacs-27.2/src/
H A Dgtkutil.c4431 if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) in xg_tool_bar_callback()
4436 key = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_KEY); in xg_tool_bar_callback()
4491 if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) in xg_tool_bar_help_callback()
4497 help = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_HELP); in xg_tool_bar_help_callback()
4500 help = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_CAPTION); in xg_tool_bar_help_callback()
4644 #define PROP(IDX) AREF (f->tool_bar_items, i * TOOL_BAR_ITEM_NSLOTS + (IDX))
4985 if (! NILP (tbinfo->last_tool_bar) && ! NILP (f->tool_bar_items) in update_frame_tool_bar()
4990 && ! NILP (Fequal (tbinfo->last_tool_bar, f->tool_bar_items))) in update_frame_tool_bar()
4996 tbinfo->last_tool_bar = f->tool_bar_items; in update_frame_tool_bar()
H A Dframe.h217 Lisp_Object tool_bar_items; member
761 f->tool_bar_items = val; in fset_tool_bar_items()
H A Dnsmenu.m1049 #define TOOLPROP(IDX) AREF (f->tool_bar_items, \
H A Dxdisp.c13763 = tool_bar_items (Fcopy_sequence (f->tool_bar_items), in update_tool_bar()
13768 || NILP (Fequal (new_tool_bar, f->tool_bar_items))) in update_tool_bar()
13828 AREF (f->tool_bar_items, i * TOOL_BAR_ITEM_NSLOTS + (IDX)) in build_desired_tool_bar_string()
14430 enabled_p = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_ENABLED_P); in handle_tool_bar_click()
14451 key = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_KEY); in handle_tool_bar_click()
14521 enabled_p = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_ENABLED_P); in note_tool_bar_highlight()
14552 help_echo_string = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_HELP); in note_tool_bar_highlight()
14554 help_echo_string = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_CAPTION); in note_tool_bar_highlight()
H A Dlisp.h4399 extern Lisp_Object tool_bar_items (Lisp_Object, int *);
H A DChangeLog.94634 * keyboard.c (menu_bar_items, tool_bar_items):
5233 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
5807 (tool_bar_items): Fetch the keymap rather than using keymapp.
6427 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
6709 (tool_bar_items): Likewise.
6914 * keyboard.c (menu_bar_items, tool_bar_items)
10046 * keyboard.c (menu_bar_items, tool_bar_items)
H A Dframe.c849 return ALLOCATE_ZEROED_PSEUDOVECTOR (struct frame, tool_bar_items, in allocate_frame()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dgtkutil.c5012 if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) in xg_tool_bar_callback()
5017 key = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_KEY); in xg_tool_bar_callback()
5069 if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) in xg_tool_bar_help_callback()
5075 help = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_HELP); in xg_tool_bar_help_callback()
5078 help = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_CAPTION); in xg_tool_bar_help_callback()
5219 #define PROP(IDX) AREF (f->tool_bar_items, i * TOOL_BAR_ITEM_NSLOTS + (IDX))
5565 if (! NILP (tbinfo->last_tool_bar) && ! NILP (f->tool_bar_items) in update_frame_tool_bar()
5570 && ! NILP (Fequal (tbinfo->last_tool_bar, f->tool_bar_items))) in update_frame_tool_bar()
5576 tbinfo->last_tool_bar = f->tool_bar_items; in update_frame_tool_bar()
H A Dframe.h218 Lisp_Object tool_bar_items; member
775 f->tool_bar_items = val; in fset_tool_bar_items()
H A Dnsmenu.m1075 #define TOOLPROP(IDX) AREF (f->tool_bar_items, \
H A Dxdisp.c14449 = tool_bar_items (Fcopy_sequence (f->tool_bar_items), in update_tool_bar()
14454 || NILP (Fequal (new_tool_bar, f->tool_bar_items))) in update_tool_bar()
14514 AREF (f->tool_bar_items, i * TOOL_BAR_ITEM_NSLOTS + (IDX)) in build_desired_tool_bar_string()
15107 enabled_p = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_ENABLED_P); in handle_tool_bar_click()
15128 key = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_KEY); in handle_tool_bar_click()
15193 enabled_p = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_ENABLED_P); in note_tool_bar_highlight()
15224 help_echo_string = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_HELP); in note_tool_bar_highlight()
15226 help_echo_string = AREF (f->tool_bar_items, prop_idx + TOOL_BAR_ITEM_CAPTION); in note_tool_bar_highlight()
H A Dlisp.h4485 extern Lisp_Object tool_bar_items (Lisp_Object, int *);
H A DChangeLog.94634 * keyboard.c (menu_bar_items, tool_bar_items):
5233 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
5807 (tool_bar_items): Fetch the keymap rather than using keymapp.
6427 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
6709 (tool_bar_items): Likewise.
6914 * keyboard.c (menu_bar_items, tool_bar_items)
10046 * keyboard.c (menu_bar_items, tool_bar_items)
H A Dframe.c925 return ALLOCATE_ZEROED_PSEUDOVECTOR (struct frame, tool_bar_items, in allocate_frame()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/
H A DETAGS.good_21296 tool_bar_items 7990,237083
2186 extern Lisp_Object tool_bar_items 4190,141902
H A DETAGS.good_51438 tool_bar_items 7990,237083
2660 extern Lisp_Object tool_bar_items 4190,141902
H A DETAGS.good_61438 tool_bar_items 7990,237083
2660 extern Lisp_Object tool_bar_items 4190,141902
/dports/editors/emacs/emacs-27.2/test/manual/etags/
H A DETAGS.good_21298 tool_bar_items 7990,237084
2188 extern Lisp_Object tool_bar_items 4190,141902
H A DETAGS.good_51442 tool_bar_items 7990,237084
2664 extern Lisp_Object tool_bar_items 4190,141902
H A DETAGS.good_61442 tool_bar_items 7990,237084
2664 extern Lisp_Object tool_bar_items 4190,141902
H A DETAGS.good_11104 tool_bar_items 7990,237084
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dlisp.h4190 extern Lisp_Object tool_bar_items (Lisp_Object, int *);
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dlisp.h4190 extern Lisp_Object tool_bar_items (Lisp_Object, int *);

123