Mercurial > emacs
view etc/schema/xhtml-frames.rnc @ 93427:753ad51473c7
(xg_set_geometry): Fix indentation.
(xg_resize_outer_widget): Removed
(x_wm_size_hint_off): Fix indentation.
(xg_frame_set_char_size): Call flush_and_sync after
gtk_window_resize.
(x_wm_set_size_hint): Pass NULL as geometry window to
gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
Add menu bar and tool bar height to base height.
(xg_update_frame_menubar, free_frame_menubar)
(xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
(update_frame_tool_bar, free_frame_tool_bar): Change
xg_resize_outer_widget to xg_frame_set_char_size.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 30 Mar 2008 17:37:59 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Frames Module include "xhtml-struct.rnc" { html = element html { html.attlist, head, frameset } } frameset = element frameset { frameset.attlist, ((frameset | frame)+ & noframes?) } frameset.attlist = Core.attrib, attribute cols { MultiLength.datatype }?, attribute rows { MultiLength.datatype }? frame = element frame { frame.attlist } frame.attlist = Core.attrib, attribute longdesc { URI.datatype }?, attribute src { URI.datatype }?, attribute frameborder { "1" | "0" }?, attribute marginwidth { Pixels.datatype }?, attribute marginheight { Pixels.datatype }?, attribute noresize { "noresize" }?, attribute scrolling { "yes" | "no" | "auto" }? noframes = element noframes { noframes.attlist, body } noframes.attlist = Common.attrib