Home
last modified time | relevance | path

Searched refs:tool_bar_position (Results 1 – 8 of 8) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/
H A Dframe.cocci60 - F->tool_bar_position
61 + FVAR (F, tool_bar_position)
125 - XFRAME (F)->tool_bar_position
126 + FVAR (XFRAME (F), tool_bar_position)
/dports/editors/emacs/emacs-27.2/admin/coccinelle/
H A Dframe.cocci60 - F->tool_bar_position
61 + FVAR (F, tool_bar_position)
125 - XFRAME (F)->tool_bar_position
126 + FVAR (XFRAME (F), tool_bar_position)
/dports/editors/emacs/emacs-27.2/src/
H A Dframe.h205 Lisp_Object tool_bar_position; member
767 f->tool_bar_position = val; in fset_tool_bar_position()
952 #define FRAME_TOOL_BAR_POSITION(f) (f)->tool_bar_position
H A DChangeLog.115540 * frame.h (struct frame): Add tool_bar_position.
5544 (make_frame): Set tool_bar_position to Qtop.
5546 (x_report_frame_params): Store tool_bar_position.
H A DChangeLog.135722 [USE_GTK]: Likewise for tool_bar_position.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dframe.h206 Lisp_Object tool_bar_position; member
781 f->tool_bar_position = val; in fset_tool_bar_position()
981 #define FRAME_TOOL_BAR_POSITION(f) (f)->tool_bar_position
H A DChangeLog.115540 * frame.h (struct frame): Add tool_bar_position.
5544 (make_frame): Set tool_bar_position to Qtop.
5546 (x_report_frame_params): Store tool_bar_position.
H A DChangeLog.135722 [USE_GTK]: Likewise for tool_bar_position.