/[pengfork]/pengfork/src/fdo/atoms/mat.c
ViewVC logotype

Diff of /pengfork/src/fdo/atoms/mat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Sun Dec 22 22:28:07 2002 UTC revision 1.2 by chupa, Thu Jan 2 13:43:49 2003 UTC
# Line 39  Line 39 
39    
40    
41  const atomdef_t mat_atom_tab[] = {  const atomdef_t mat_atom_tab[] = {
42    {"mat_bool_vertical_scroll"       , MAT_BOOL_VERTICAL_SCROLL       , bool},    {"mat-bool-vertical-scroll"       , MAT_BOOL_VERTICAL_SCROLL       , bool},
43    {"mat_bool_disabled"              , MAT_BOOL_DISABLED              , bool},    {"mat-bool-disabled"              , MAT_BOOL_DISABLED              , bool},
44    {"mat_bool_default"               , MAT_BOOL_DEFAULT               , bool},    {"mat-bool-default"               , MAT_BOOL_DEFAULT               , bool},
45    {"mat_bool_resize_vertical"       , MAT_BOOL_RESIZE_VERTICAL       , bool},    {"mat-bool-resize-vertical"       , MAT_BOOL_RESIZE_VERTICAL       , bool},
46    {"mat_bool_resize_horizontal"     , MAT_BOOL_RESIZE_HORIZONTAL     , bool},    {"mat-bool-resize-horizontal"     , MAT_BOOL_RESIZE_HORIZONTAL     , bool},
47    {"mat_bool_modal"                 , MAT_BOOL_MODAL                 , bool},    {"mat-bool-modal"                 , MAT_BOOL_MODAL                 , bool},
48    {"mat_bool_invisible"             , MAT_BOOL_INVISIBLE             , bool},    {"mat-bool-invisible"             , MAT_BOOL_INVISIBLE             , bool},
49    {"mat_bool_hidden"                , MAT_BOOL_HIDDEN                , bool},    {"mat-bool-hidden"                , MAT_BOOL_HIDDEN                , bool},
50    {"mat_orientation"                , MAT_ORIENTATION                , orient},    {"mat-orientation"                , MAT_ORIENTATION                , orient},
51    {"mat_capacity"                   , MAT_CAPACITY                   , dword},    {"mat-capacity"                   , MAT_CAPACITY                   , dword},
52    {"mat_font_sis"                   , MAT_FONT_SIS                   , multi},    {"mat-font-sis"                   , MAT_FONT_SIS                   , multi},
53    {"mat_relative_tag"               , MAT_RELATIVE_TAG               , dword},    {"mat-relative-tag"               , MAT_RELATIVE_TAG               , dword},
54    {"mat_object_id"                  , MAT_OBJECT_ID                  , gid},    {"mat-object-id"                  , MAT_OBJECT_ID                  , gid},
55    {"mat_art_id"                     , MAT_ART_ID                     , gid},    {"mat-art-id"                     , MAT_ART_ID                     , gid},
56    {"mat_width"                      , MAT_WIDTH                      , dword},    {"mat-width"                      , MAT_WIDTH                      , dword},
57    {"mat_height"                     , MAT_HEIGHT                     , dword},    {"mat-height"                     , MAT_HEIGHT                     , dword},
58    {"mat_title_pos"                  , MAT_TITLE_POS                  , byte},    {"mat-title-pos"                  , MAT_TITLE_POS                  , byte},
59    {"mat_ruler"                      , MAT_RULER                      , bytelist},    {"mat-ruler"                      , MAT_RULER                      , bytelist},
60    {"mat_object_color"               , MAT_OBJECT_COLOR               , bytelist},    {"mat-object-color"               , MAT_OBJECT_COLOR               , bytelist},
61    {"mat_vertical_spacing"           , MAT_VERTICAL_SPACING           , dword},    {"mat-vertical-spacing"           , MAT_VERTICAL_SPACING           , dword},
62    {"mat_iconify_as"                 , MAT_ICONIFY_AS                 , raw},    {"mat-iconify-as"                 , MAT_ICONIFY_AS                 , raw},
63    {"mat_plus_group"                 , MAT_PLUS_GROUP                 , raw},    {"mat-plus-group"                 , MAT_PLUS_GROUP                 , raw},
64    {"mat_size"                       , MAT_SIZE                       , multi},    {"mat-size"                       , MAT_SIZE                       , multi},
65    {"mat_title"                      , MAT_TITLE                      , str},    {"mat-title"                      , MAT_TITLE                      , str},
66    {"mat_title_width"                , MAT_TITLE_WIDTH                , dword},    {"mat-title-width"                , MAT_TITLE_WIDTH                , dword},
67    {"mat_bool_list_icons"            , MAT_BOOL_LIST_ICONS            , bool},    {"mat-bool-list-icons"            , MAT_BOOL_LIST_ICONS            , bool},
68    {"mat_bool_graphic_view"          , MAT_BOOL_GRAPHIC_VIEW          , bool},    {"mat-bool-graphic-view"          , MAT_BOOL_GRAPHIC_VIEW          , bool},
69    {"mat_bool_palette"               , MAT_BOOL_PALETTE               , bool},    {"mat-bool-palette"               , MAT_BOOL_PALETTE               , bool},
70    {"mat_bool_horizontal_scroll"     , MAT_BOOL_HORIZONTAL_SCROLL     , bool},    {"mat-bool-horizontal-scroll"     , MAT_BOOL_HORIZONTAL_SCROLL     , bool},
71    {"mat_bool_force_scroll"          , MAT_BOOL_FORCE_SCROLL          , bool},    {"mat-bool-force-scroll"          , MAT_BOOL_FORCE_SCROLL          , bool},
72    {"mat_bool_protected_input"       , MAT_BOOL_PROTECTED_INPUT       , bool},    {"mat-bool-protected-input"       , MAT_BOOL_PROTECTED_INPUT       , bool},
73    {"mat_bool_force_no_scroll"       , MAT_BOOL_FORCE_NO_SCROLL       , bool},    {"mat-bool-force-no-scroll"       , MAT_BOOL_FORCE_NO_SCROLL       , bool},
74    {"mat_bool_non_closeable"         , MAT_BOOL_NON_CLOSEABLE         , bool},    {"mat-bool-non-closeable"         , MAT_BOOL_NON_CLOSEABLE         , bool},
75    {"mat_bool_exportable"            , MAT_BOOL_EXPORTABLE            , bool},    {"mat-bool-exportable"            , MAT_BOOL_EXPORTABLE            , bool},
76    {"mat_bool_importable"            , MAT_BOOL_IMPORTABLE            , bool},    {"mat-bool-importable"            , MAT_BOOL_IMPORTABLE            , bool},
77    {"mat_bool_writeable"             , MAT_BOOL_WRITEABLE             , bool},    {"mat-bool-writeable"             , MAT_BOOL_WRITEABLE             , bool},
78    {"mat_bool_floating"              , MAT_BOOL_FLOATING              , bool},    {"mat-bool-floating"              , MAT_BOOL_FLOATING              , bool},
79    {"mat_bool_contiguous"            , MAT_BOOL_CONTIGUOUS            , bool},    {"mat-bool-contiguous"            , MAT_BOOL_CONTIGUOUS            , bool},
80    {"mat_bool_menu"                  , MAT_BOOL_MENU                  , bool},    {"mat-bool-menu"                  , MAT_BOOL_MENU                  , bool},
81    {"mat_bool_default_send"          , MAT_BOOL_DEFAULT_SEND          , bool},    {"mat-bool-default-send"          , MAT_BOOL_DEFAULT_SEND          , bool},
82    {"mat_bool_double_space"          , MAT_BOOL_DOUBLE_SPACE          , bool},    {"mat-bool-double-space"          , MAT_BOOL_DOUBLE_SPACE          , bool},
83    {"mat_object_type"                , MAT_OBJECT_TYPE                , objst},    {"mat-object-type"                , MAT_OBJECT_TYPE                , objst},
84    {"mat_vert_scroll_capacity"       , MAT_VERT_SCROLL_CAPACITY       , dword},    {"mat-vert-scroll-capacity"       , MAT_VERT_SCROLL_CAPACITY       , dword},
85    {"mat_horz_scroll_capacity"       , MAT_HORZ_SCROLL_CAPACITY       , dword},    {"mat-horz-scroll-capacity"       , MAT_HORZ_SCROLL_CAPACITY       , dword},
86    {"mat_font_id"                    , MAT_FONT_ID                    , byte},    {"mat-font-id"                    , MAT_FONT_ID                    , byte},
87    {"mat_font_size"                  , MAT_FONT_SIZE                  , dword},    {"mat-font-size"                  , MAT_FONT_SIZE                  , dword},
88    {"mat_font_style"                 , MAT_FONT_STYLE                 , byte},    {"mat-font-style"                 , MAT_FONT_STYLE                 , byte},
89    {"mat_value"                      , MAT_VALUE                      , dword},    {"mat-value"                      , MAT_VALUE                      , dword},
90    {"mat_border"                     , MAT_BORDER                     , raw},    {"mat-border"                     , MAT_BORDER                     , raw},
91    {"mat_command_key"                , MAT_COMMAND_KEY                , raw},    {"mat-command-key"                , MAT_COMMAND_KEY                , raw},
92    {"mat_dirty_query"                , MAT_DIRTY_QUERY                , bool},    {"mat-dirty-query"                , MAT_DIRTY_QUERY                , bool},
93    {"mat_managed_by"                 , MAT_MANAGED_BY                 , dword},    {"mat-managed-by"                 , MAT_MANAGED_BY                 , dword},
94    {"mat_validation"                 , MAT_VALIDATION                 , dword},    {"mat-validation"                 , MAT_VALIDATION                 , dword},
95    {"mat_horizontal_spacing"         , MAT_HORIZONTAL_SPACING         , dword},    {"mat-horizontal-spacing"         , MAT_HORIZONTAL_SPACING         , dword},
96    {"mat_style_id"                   , MAT_STYLE_ID                   , gid},    {"mat-style-id"                   , MAT_STYLE_ID                   , gid},
97    {"mat_minimum"                    , MAT_MINIMUM                    , dword},    {"mat-minimum"                    , MAT_MINIMUM                    , dword},
98    {"mat_maximum"                    , MAT_MAXIMUM                    , dword},    {"mat-maximum"                    , MAT_MAXIMUM                    , dword},
99    {"mat_horz_scroll_value"          , MAT_HORZ_SCROLL_VALUE          , dword},    {"mat-horz-scroll-value"          , MAT_HORZ_SCROLL_VALUE          , dword},
100    {"mat_vert_scroll_value"          , MAT_VERT_SCROLL_VALUE          , dword},    {"mat-vert-scroll-value"          , MAT_VERT_SCROLL_VALUE          , dword},
101    {"mat_bool_invert"                , MAT_BOOL_INVERT                , bool},    {"mat-bool-invert"                , MAT_BOOL_INVERT                , bool},
102    {"mat_position"                   , MAT_POSITION                   , byte},    {"mat-position"                   , MAT_POSITION                   , byte},
103    {"mat_log_object"                 , MAT_LOG_OBJECT                 , byte},    {"mat-log-object"                 , MAT_LOG_OBJECT                 , byte},
104    {"mat_paragraph"                  , MAT_PARAGRAPH                  , bool},    {"mat-paragraph"                  , MAT_PARAGRAPH                  , bool},
105    {"mat_scroll_threshold"           , MAT_SCROLL_THRESHOLD           , dword},    {"mat-scroll-threshold"           , MAT_SCROLL_THRESHOLD           , dword},
106    {"mat_shortcut_key"               , MAT_SHORTCUT_KEY               , str},    {"mat-shortcut-key"               , MAT_SHORTCUT_KEY               , str},
107    {"mat_sort_order"                 , MAT_SORT_ORDER                 , byte},    {"mat-sort-order"                 , MAT_SORT_ORDER                 , byte},
108    {"mat_unfocused"                  , MAT_UNFOCUSED                  , bool},    {"mat-unfocused"                  , MAT_UNFOCUSED                  , bool},
109    {"mat_bool_permanent"             , MAT_BOOL_PERMANENT             , bool},    {"mat-bool-permanent"             , MAT_BOOL_PERMANENT             , bool},
110    {"mat_bool_ignore"                , MAT_BOOL_IGNORE                , bool},    {"mat-bool-ignore"                , MAT_BOOL_IGNORE                , bool},
111    {"mat_increment"                  , MAT_INCREMENT                  , dword},    {"mat-increment"                  , MAT_INCREMENT                  , dword},
112    {"mat_bool_no_border"             , MAT_BOOL_NO_BORDER             , bool},    {"mat-bool-no-border"             , MAT_BOOL_NO_BORDER             , bool},
113    {"mat_bool_modified"              , MAT_BOOL_MODIFIED              , bool},    {"mat-bool-modified"              , MAT_BOOL_MODIFIED              , bool},
114    {"mat_link_content_to_rid"        , MAT_LINK_CONTENT_TO_RID        , dword},    {"mat-link-content-to-rid"        , MAT_LINK_CONTENT_TO_RID        , dword},
115    {"mat_bool_precise"               , MAT_BOOL_PRECISE               , bool},    {"mat-bool-precise"               , MAT_BOOL_PRECISE               , bool},
116    {"mat_precise_width"              , MAT_PRECISE_WIDTH              , dword},    {"mat-precise-width"              , MAT_PRECISE_WIDTH              , dword},
117    {"mat_precise_height"             , MAT_PRECISE_HEIGHT             , dword},    {"mat-precise-height"             , MAT_PRECISE_HEIGHT             , dword},
118    {"mat_precise_x"                  , MAT_PRECISE_X                  , dword},    {"mat-precise-x"                  , MAT_PRECISE_X                  , dword},
119    {"mat_precise_y"                  , MAT_PRECISE_Y                  , dword},    {"mat-precise-y"                  , MAT_PRECISE_Y                  , dword},
120    {"mat_color_face"                 , MAT_COLOR_FACE                 , bytelist},    {"mat-color-face"                 , MAT_COLOR_FACE                 , bytelist},
121    {"mat_color_text"                 , MAT_COLOR_TEXT                 , bytelist},    {"mat-color-text"                 , MAT_COLOR_TEXT                 , bytelist},
122    {"mat_color_top_edge"             , MAT_COLOR_TOP_EDGE             , bytelist},    {"mat-color-top-edge"             , MAT_COLOR_TOP_EDGE             , bytelist},
123    {"mat_color_bottom_edge"          , MAT_COLOR_BOTTOM_EDGE          , bytelist},    {"mat-color-bottom-edge"          , MAT_COLOR_BOTTOM_EDGE          , bytelist},
124    {"mat_bool_gradual_shadow"        , MAT_BOOL_GRADUAL_SHADOW        , bool},    {"mat-bool-gradual-shadow"        , MAT_BOOL_GRADUAL_SHADOW        , bool},
125    {"mat_frame_style"                , MAT_FRAME_STYLE                , word},    {"mat-frame-style"                , MAT_FRAME_STYLE                , word},
126    {"mat_trigger_style"              , MAT_TRIGGER_STYLE              , word},    {"mat-trigger-style"              , MAT_TRIGGER_STYLE              , word},
127    {"mat_color_selected"             , MAT_COLOR_SELECTED             , bytelist},    {"mat-color-selected"             , MAT_COLOR_SELECTED             , bytelist},
128    {"mat_color_text_shadow"          , MAT_COLOR_TEXT_SHADOW          , bytelist},    {"mat-color-text-shadow"          , MAT_COLOR_TEXT_SHADOW          , bytelist},
129    {"mat_timer_event"                , MAT_TIMER_EVENT                , dword},    {"mat-timer-event"                , MAT_TIMER_EVENT                , dword},
130    {"mat_timer_duration"             , MAT_TIMER_DURATION             , dword},    {"mat-timer-duration"             , MAT_TIMER_DURATION             , dword},
131    {"mat_bool_background_pic"        , MAT_BOOL_BACKGROUND_PIC        , bool},    {"mat-bool-background-pic"        , MAT_BOOL_BACKGROUND_PIC        , bool},
132    {"mat_bool_background_flood"      , MAT_BOOL_BACKGROUND_FLOOD      , bool},    {"mat-bool-background-flood"      , MAT_BOOL_BACKGROUND_FLOOD      , bool},
133    {"mat_color_frame_hilight"        , MAT_COLOR_FRAME_HILIGHT        , bytelist},    {"mat-color-frame-hilight"        , MAT_COLOR_FRAME_HILIGHT        , bytelist},
134    {"mat_color_frame_shadow"         , MAT_COLOR_FRAME_SHADOW         , bytelist},    {"mat-color-frame-shadow"         , MAT_COLOR_FRAME_SHADOW         , bytelist},
135    {"mat_art_frame"                  , MAT_ART_FRAME                  , dword},    {"mat-art-frame"                  , MAT_ART_FRAME                  , dword},
136    {"mat_art_animation_rate"         , MAT_ART_ANIMATION_RATE         , dword},    {"mat-art-animation-rate"         , MAT_ART_ANIMATION_RATE         , dword},
137    {"mat_art_animation_seq"          , MAT_ART_ANIMATION_SEQ          , bytelist},    {"mat-art-animation-seq"          , MAT_ART_ANIMATION_SEQ          , bytelist},
138    {"mat_bool_repeat_animation"      , MAT_BOOL_REPEAT_ANIMATION      , bool},    {"mat-bool-repeat-animation"      , MAT_BOOL_REPEAT_ANIMATION      , bool},
139    {"mat_bool_background_tile"       , MAT_BOOL_BACKGROUND_TILE       , bool},    {"mat-bool-background-tile"       , MAT_BOOL_BACKGROUND_TILE       , bool},
140    {"mat_context_help"               , MAT_CONTEXT_HELP               , str},    {"mat-context-help"               , MAT_CONTEXT_HELP               , str},
141    {"mat_drop_data_type"             , MAT_DROP_DATA_TYPE             , dword},    {"mat-drop-data-type"             , MAT_DROP_DATA_TYPE             , dword},
142    {"mat_field_script"               , MAT_FIELD_SCRIPT               , byte},    {"mat-field-script"               , MAT_FIELD_SCRIPT               , byte},
143    {"mat_encode_type"                , MAT_ENCODE_TYPE                , raw},    {"mat-encode-type"                , MAT_ENCODE_TYPE                , raw},
144    {"mat_bool_first_script"          , MAT_BOOL_FIRST_SCRIPT          , bool},    {"mat-bool-first-script"          , MAT_BOOL_FIRST_SCRIPT          , bool},
145    {"mat_bool_list_allow_entry"      , MAT_BOOL_LIST_ALLOW_ENTRY      , bool},    {"mat-bool-list-allow-entry"      , MAT_BOOL_LIST_ALLOW_ENTRY      , bool},
146    {"mat_url"                        , MAT_URL                        , str},    {"mat-url"                        , MAT_URL                        , str},
147    {"mat_bool_expand_to_fit"         , MAT_BOOL_EXPAND_TO_FIT         , bool},    {"mat-bool-expand-to-fit"         , MAT_BOOL_EXPAND_TO_FIT         , bool},
148    {"mat_sink"                       , MAT_SINK                       , str},    {"mat-sink"                       , MAT_SINK                       , str},
149    {"mat_bool_sane"                  , MAT_BOOL_SANE                  , bool},    {"mat-bool-sane"                  , MAT_BOOL_SANE                  , bool},
150    {"mat_bool_url_sink"              , MAT_BOOL_URL_SINK              , bool},    {"mat-bool-url-sink"              , MAT_BOOL_URL_SINK              , bool},
151    {"mat_bool_drop_at_top"           , MAT_BOOL_DROP_AT_TOP           , bool},    {"mat-bool-drop-at-top"           , MAT_BOOL_DROP_AT_TOP           , bool},
152    {"mat_form_icon"                  , MAT_FORM_ICON                  , gid},    {"mat-form-icon"                  , MAT_FORM_ICON                  , gid},
153    {"mat_content_tag"                , MAT_CONTENT_TAG                , str},    {"mat-content-tag"                , MAT_CONTENT_TAG                , str},
154    {"mat_bool_language_popup"        , MAT_BOOL_LANGUAGE_POPUP        , bool},    {"mat-bool-language-popup"        , MAT_BOOL_LANGUAGE_POPUP        , bool},
155    {"mat_language_sensitive"         , MAT_LANGUAGE_SENSITIVE         , dword},    {"mat-language-sensitive"         , MAT_LANGUAGE_SENSITIVE         , dword},
156    {"mat_bool_palette_art"           , MAT_BOOL_PALETTE_ART           , bool},    {"mat-bool-palette-art"           , MAT_BOOL_PALETTE_ART           , bool},
157    {"mat_set_dflt_extract_type"      , MAT_SET_DFLT_EXTRACT_TYPE      , dword},    {"mat-set-dflt-extract-type"      , MAT_SET_DFLT_EXTRACT_TYPE      , dword},
158    {"mat_art_hint_width"             , MAT_ART_HINT_WIDTH             , dword},    {"mat-art-hint-width"             , MAT_ART_HINT_WIDTH             , dword},
159    {"mat_art_hint_height"            , MAT_ART_HINT_HEIGHT            , dword},    {"mat-art-hint-height"            , MAT_ART_HINT_HEIGHT            , dword},
160    {"mat_art_hint_title"             , MAT_ART_HINT_TITLE             , str},    {"mat-art-hint-title"             , MAT_ART_HINT_TITLE             , str},
161    {"mat_art_hint_placeholder_id"    , MAT_ART_HINT_PLACEHOLDER_ID    , gid},    {"mat-art-hint-placeholder-id"    , MAT_ART_HINT_PLACEHOLDER_ID    , gid},
162    {"mat_art_hint_title_x"           , MAT_ART_HINT_TITLE_X           , dword},    {"mat-art-hint-title-x"           , MAT_ART_HINT_TITLE_X           , dword},
163    {"mat_bool_tool_group"            , MAT_BOOL_TOOL_GROUP            , bool},    {"mat-bool-tool-group"            , MAT_BOOL_TOOL_GROUP            , bool},
164    {"mat_art_hint_title_y"           , MAT_ART_HINT_TITLE_Y           , dword},    {"mat-art-hint-title-y"           , MAT_ART_HINT_TITLE_Y           , dword},
165    {"mat_art_hint_title_font_size"   , MAT_ART_HINT_TITLE_FONT_SIZE   , dword},    {"mat-art-hint-title-font-size"   , MAT_ART_HINT_TITLE_FONT_SIZE   , dword},
166    {"mat_art_hint_title_font_id"     , MAT_ART_HINT_TITLE_FONT_ID     , dword},    {"mat-art-hint-title-font-id"     , MAT_ART_HINT_TITLE_FONT_ID     , dword},
167    {"mat_art_hint_title_font_style"  , MAT_ART_HINT_TITLE_FONT_STYLE  , dword},    {"mat-art-hint-title-font-style"  , MAT_ART_HINT_TITLE_FONT_STYLE  , dword},
168    {"mat_bool_small_icon"            , MAT_BOOL_SMALL_ICON            , bool},    {"mat-bool-small-icon"            , MAT_BOOL_SMALL_ICON            , bool},
169    {"mat_art_hint_select_placeholder", MAT_ART_HINT_SELECT_PLACEHOLDER, dword},    {"mat-art-hint-select-placeholder", MAT_ART_HINT_SELECT_PLACEHOLDER, dword},
170    {"mat_object_index"               , MAT_OBJECT_INDEX               , dword},    {"mat-object-index"               , MAT_OBJECT_INDEX               , dword},
171    {"mat_bool_encode_unicode"        , MAT_BOOL_ENCODE_UNICODE        , bool},    {"mat-bool-encode-unicode"        , MAT_BOOL_ENCODE_UNICODE        , bool},
172    {"mat_text_on_picture_pos"        , MAT_TEXT_ON_PICTURE_POS        , byte},    {"mat-text-on-picture-pos"        , MAT_TEXT_ON_PICTURE_POS        , byte},
173    {"mat_secure_form"                , MAT_SECURE_FORM                , token},    {"mat-secure-form"                , MAT_SECURE_FORM                , token},
174    {"mat_fp_compose_mail"            , MAT_FP_COMPOSE_MAIL            , raw},    {"mat-fp-compose-mail"            , MAT_FP_COMPOSE_MAIL            , raw},
175    {"mat_fp_send_im"                 , MAT_FP_SEND_IM                 , raw},    {"mat-fp-send-im"                 , MAT_FP_SEND_IM                 , raw},
176    {"mat_fp_save_to_fp"              , MAT_FP_SAVE_TO_FP              , raw},    {"mat-fp-save-to-fp"              , MAT_FP_SAVE_TO_FP              , raw},
177    {"mat_bool_page_control"          , MAT_BOOL_PAGE_CONTROL          , bool},    {"mat-bool-page-control"          , MAT_BOOL_PAGE_CONTROL          , bool},
178    {"mat_bool_spinner"               , MAT_BOOL_SPINNER               , bool},    {"mat-bool-spinner"               , MAT_BOOL_SPINNER               , bool},
179    {"mat_bool_detached"              , MAT_BOOL_DETACHED              , bool},    {"mat-bool-detached"              , MAT_BOOL_DETACHED              , bool},
180    {"mat_bool_customizable"          , MAT_BOOL_CUSTOMIZABLE          , bool},    {"mat-bool-customizable"          , MAT_BOOL_CUSTOMIZABLE          , bool},
181    {"mat_bool_detachable"            , MAT_BOOL_DETACHABLE            , bool},    {"mat-bool-detachable"            , MAT_BOOL_DETACHABLE            , bool},
182    {"mat_bool_dock_horizontal"       , MAT_BOOL_DOCK_HORIZONTAL       , bool},    {"mat-bool-dock-horizontal"       , MAT_BOOL_DOCK_HORIZONTAL       , bool},
183    {"mat_bool_dock_vertical"         , MAT_BOOL_DOCK_VERTICAL         , bool},    {"mat-bool-dock-vertical"         , MAT_BOOL_DOCK_VERTICAL         , bool},
184    {"mat_bool_children_removable"    , MAT_BOOL_CHILDREN_REMOVABLE    , bool},    {"mat-bool-children-removable"    , MAT_BOOL_CHILDREN_REMOVABLE    , bool},
185    {"mat_bool_children_movable"      , MAT_BOOL_CHILDREN_MOVABLE      , bool},    {"mat-bool-children-movable"      , MAT_BOOL_CHILDREN_MOVABLE      , bool},
186    {"mat_bool_child_removable"       , MAT_BOOL_CHILD_REMOVABLE       , bool},    {"mat-bool-child-removable"       , MAT_BOOL_CHILD_REMOVABLE       , bool},
187    {"mat_bool_child_movable"         , MAT_BOOL_CHILD_MOVABLE         , bool},    {"mat-bool-child-movable"         , MAT_BOOL_CHILD_MOVABLE         , bool},
188    {"mat_bool_child_line_feed"       , MAT_BOOL_CHILD_LINE_FEED       , bool},    {"mat-bool-child-line-feed"       , MAT_BOOL_CHILD_LINE_FEED       , bool},
189    {"mat_title_append_screen_name"   , MAT_TITLE_APPEND_SCREEN_NAME   , byte},    {"mat-title-append-screen-name"   , MAT_TITLE_APPEND_SCREEN_NAME   , byte},
190    {"mat_url_list"                   , MAT_URL_LIST                   , byte},    {"mat-url-list"                   , MAT_URL_LIST                   , byte},
191    {"mat_tab_set_cur_sel"            , MAT_TAB_SET_CUR_SEL            , dword},    {"mat-tab-set-cur-sel"            , MAT_TAB_SET_CUR_SEL            , dword},
192    {"mat_tab_get_cur_sel"            , MAT_TAB_GET_CUR_SEL            , raw},    {"mat-tab-get-cur-sel"            , MAT_TAB_GET_CUR_SEL            , raw},
193    {"mat_bool_shared_style"          , MAT_BOOL_SHARED_STYLE          , bool},    {"mat-bool-shared-style"          , MAT_BOOL_SHARED_STYLE          , bool},
194    {"mat_bool_active_offline"        , MAT_BOOL_ACTIVE_OFFLINE        , bool},    {"mat-bool-active-offline"        , MAT_BOOL_ACTIVE_OFFLINE        , bool},
195    {"mat_bool_active_online"         , MAT_BOOL_ACTIVE_ONLINE         , bool},    {"mat-bool-active-online"         , MAT_BOOL_ACTIVE_ONLINE         , bool},
196    {"mat_bool_inactive_for_guest"    , MAT_BOOL_INACTIVE_FOR_GUEST    , bool},    {"mat-bool-inactive-for-guest"    , MAT_BOOL_INACTIVE_FOR_GUEST    , bool},
197    {"mat_bool_dropdown_button"       , MAT_BOOL_DROPDOWN_BUTTON       , bool},    {"mat-bool-dropdown-button"       , MAT_BOOL_DROPDOWN_BUTTON       , bool},
198    {"mat_bool_popup_menu"            , MAT_BOOL_POPUP_MENU            , bool},    {"mat-bool-popup-menu"            , MAT_BOOL_POPUP_MENU            , bool},
199    {"mat_bool_ignore_url_list"       , MAT_BOOL_IGNORE_URL_LIST       , bool},    {"mat-bool-ignore-url-list"       , MAT_BOOL_IGNORE_URL_LIST       , bool},
200    {"mat_popup_relative_id"          , MAT_POPUP_RELATIVE_ID          , dword},    {"mat-popup-relative-id"          , MAT_POPUP_RELATIVE_ID          , dword},
201    {"mat_popup_pfc_path"             , MAT_POPUP_PFC_PATH             , str},    {"mat-popup-pfc-path"             , MAT_POPUP_PFC_PATH             , str},
202    {"mat_bool_draw_focus"            , MAT_BOOL_DRAW_FOCUS            , bool},    {"mat-bool-draw-focus"            , MAT_BOOL_DRAW_FOCUS            , bool},
203    {"mat_url_next"                   , MAT_URL_NEXT                   , str},    {"mat-url-next"                   , MAT_URL_NEXT                   , str},
204    {"mat_url_prev"                   , MAT_URL_PREV                   , str},    {"mat-url-prev"                   , MAT_URL_PREV                   , str},
205    {"mat_url_parent"                 , MAT_URL_PARENT                 , str},    {"mat-url-parent"                 , MAT_URL_PARENT                 , str},
206    {"mat_bool_loggable"              , MAT_BOOL_LOGGABLE              , bool},    {"mat-bool-loggable"              , MAT_BOOL_LOGGABLE              , bool},
207    {"mat_secure_field"               , MAT_SECURE_FIELD               , dword},    {"mat-secure-field"               , MAT_SECURE_FIELD               , dword},
208    {"mat_bool_hide_url"              , MAT_BOOL_HIDE_URL              , bool},    {"mat-bool-hide-url"              , MAT_BOOL_HIDE_URL              , bool},
209    {"mat_bool_auto_closeable"        , MAT_BOOL_AUTO_CLOSEABLE        , bool},    {"mat-bool-auto-closeable"        , MAT_BOOL_AUTO_CLOSEABLE        , bool},
210    {"mat_bool_signoff_menu"          , MAT_BOOL_SIGNOFF_MENU          , bool},    {"mat-bool-signoff-menu"          , MAT_BOOL_SIGNOFF_MENU          , bool},
211    {"mat_bool_ignore_url"            , MAT_BOOL_IGNORE_URL            , bool},    {"mat-bool-ignore-url"            , MAT_BOOL_IGNORE_URL            , bool},
212    {"mat_bool_savable_to_pfc"        , MAT_BOOL_SAVABLE_TO_PFC        , bool},    {"mat-bool-savable-to-pfc"        , MAT_BOOL_SAVABLE_TO_PFC        , bool},
213    {"mat_bool_static_url"            , MAT_BOOL_STATIC_URL            , bool},    {"mat-bool-static-url"            , MAT_BOOL_STATIC_URL            , bool},
214    {"mat_intl_font_sis"              , MAT_INTL_FONT_SIS              , multi},    {"mat-intl-font-sis"              , MAT_INTL_FONT_SIS              , multi},
215    {"mat_navarrow_pos"               , MAT_NAVARROW_POS               , raw},    {"mat-navarrow-pos"               , MAT_NAVARROW_POS               , raw},
216    {"mat_navarrow_art"               , MAT_NAVARROW_ART               , dword},    {"mat-navarrow-art"               , MAT_NAVARROW_ART               , dword},
217    {"mat_navarrow_pos_x"             , MAT_NAVARROW_POS_X             , dword},    {"mat-navarrow-pos-x"             , MAT_NAVARROW_POS_X             , dword},
218    {"mat_navarrow_pos_y"             , MAT_NAVARROW_POS_Y             , dword},    {"mat-navarrow-pos-y"             , MAT_NAVARROW_POS_Y             , dword},
219    {"mat_art_seq"                    , MAT_ART_SEQ                    , multi},    {"mat-art-seq"                    , MAT_ART_SEQ                    , multi},
220    {"mat_sage_context_help"          , MAT_SAGE_CONTEXT_HELP          , str},    {"mat-sage-context-help"          , MAT_SAGE_CONTEXT_HELP          , str},
221    {"mat_auto_complete"              , MAT_AUTO_COMPLETE              , multi},    {"mat-auto-complete"              , MAT_AUTO_COMPLETE              , multi},
222    {"mat_left_spacing"               , MAT_LEFT_SPACING               , byte},    {"mat-left-spacing"               , MAT_LEFT_SPACING               , byte},
223    {"mat_top_spacing"                , MAT_TOP_SPACING                , byte},    {"mat-top-spacing"                , MAT_TOP_SPACING                , byte},
224    {"mat_right_spacing"              , MAT_RIGHT_SPACING              , byte},    {"mat-right-spacing"              , MAT_RIGHT_SPACING              , byte},
225    {"mat_bottom_spacing"             , MAT_BOTTOM_SPACING             , byte},    {"mat-bottom-spacing"             , MAT_BOTTOM_SPACING             , byte},
226    {"mat_spacing"                    , MAT_SPACING                    , byte},    {"mat-spacing"                    , MAT_SPACING                    , byte},
227    {"mat_factory_id"                 , MAT_FACTORY_ID                 , gid},    {"mat-factory-id"                 , MAT_FACTORY_ID                 , gid},
228    {"mat_treectrl_set_class"         , MAT_TREECTRL_SET_CLASS         , dword},    {"mat-treectrl-set-class"         , MAT_TREECTRL_SET_CLASS         , dword},
229    {"mat_title_access"               , MAT_TITLE_ACCESS               , str},    {"mat-title-access"               , MAT_TITLE_ACCESS               , str},
230    {"mat_ctrl_attribute"             , MAT_CTRL_ATTRIBUTE             , dword},    {"mat-ctrl-attribute"             , MAT_CTRL_ATTRIBUTE             , dword},
231    {"mat_title_access_rids"          , MAT_TITLE_ACCESS_RIDS          , multi},    {"mat-title-access-rids"          , MAT_TITLE_ACCESS_RIDS          , multi},
232    {"mat_title_access_rid"           , MAT_TITLE_ACCESS_RID           , dword},    {"mat-title-access-rid"           , MAT_TITLE_ACCESS_RID           , dword},
233    {"mat_thumb_size"                 , MAT_THUMB_SIZE                 , dword},    {"mat-thumb-size"                 , MAT_THUMB_SIZE                 , dword},
234    {"mat_bool_hide_ticks"            , MAT_BOOL_HIDE_TICKS            , bool},    {"mat-bool-hide-ticks"            , MAT_BOOL_HIDE_TICKS            , bool},
235    {"mat_color_thumb"                , MAT_COLOR_THUMB                , bytelist},    {"mat-color-thumb"                , MAT_COLOR_THUMB                , bytelist},
236    {"mat_color_channel"              , MAT_COLOR_CHANNEL              , bytelist},    {"mat-color-channel"              , MAT_COLOR_CHANNEL              , bytelist},
237    {"mat_bool_is_slider"             , MAT_BOOL_IS_SLIDER             , bool},    {"mat-bool-is-slider"             , MAT_BOOL_IS_SLIDER             , bool},
238    {"mat_bool_allow_tabbing"         , MAT_BOOL_ALLOW_TABBING         , bool},    {"mat-bool-allow-tabbing"         , MAT_BOOL_ALLOW_TABBING         , bool},
239    {"mat_bool_default_trigger"       , MAT_BOOL_DEFAULT_TRIGGER       , bool},    {"mat-bool-default-trigger"       , MAT_BOOL_DEFAULT_TRIGGER       , bool},
240    {"mat_use_style_guide"            , MAT_USE_STYLE_GUIDE            , byte},    {"mat-use-style-guide"            , MAT_USE_STYLE_GUIDE            , byte},
241    {NULL, -1, na}    {NULL, -1, na}
242  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26