32 #define YUIBuiltin_AskForExistingDirectory "AskForExistingDirectory" 33 #define YUIBuiltin_AskForExistingFile "AskForExistingFile" 34 #define YUIBuiltin_AskForSaveFileName "AskForSaveFileName" 35 #define YUIBuiltin_Beep "Beep" 36 #define YUIBuiltin_BusyCursor "BusyCursor" 37 #define YUIBuiltin_OpenContextMenu "OpenContextMenu" 38 #define YUIBuiltin_ChangeWidget "ChangeWidget" 39 #define YUIBuiltin_CloseDialog "CloseDialog" 40 #define YUIBuiltin_CloseUI "CloseUI" 41 #define YUIBuiltin_DumpWidgetTree "DumpWidgetTree" 42 #define YUIBuiltin_GetDisplayInfo "GetDisplayInfo" 43 #define YUIBuiltin_GetLanguage "GetLanguage" 44 #define YUIBuiltin_GetProductName "GetProductName" 45 #define YUIBuiltin_Glyph "Glyph" 46 #define YUIBuiltin_HasSpecialWidget "HasSpecialWidget" 47 #define YUIBuiltin_MakeScreenShot "MakeScreenShot" 48 #define YUIBuiltin_NormalCursor "NormalCursor" 49 #define YUIBuiltin_OpenDialog "OpenDialog" 50 #define YUIBuiltin_OpenUI "OpenUI" 51 #define YUIBuiltin_PollInput "PollInput" 52 #define YUIBuiltin_QueryWidget "QueryWidget" 53 #define YUIBuiltin_RecalcLayout "RecalcLayout" 54 #define YUIBuiltin_Recode "Recode" 55 #define YUIBuiltin_RedrawScreen "RedrawScreen" 56 #define YUIBuiltin_ReplaceWidget "ReplaceWidget" 57 #define YUIBuiltin_RunPkgSelection "RunPkgSelection" 58 #define YUIBuiltin_SetConsoleFont "SetConsoleFont" 59 #define YUIBuiltin_SetFocus "SetFocus" 60 #define YUIBuiltin_SetFunctionKeys "SetFunctionKeys" 61 #define YUIBuiltin_SetKeyboard "SetKeyboard" 62 #define YUIBuiltin_RunInTerminal "RunInTerminal" 63 #define YUIBuiltin_SetLanguage "SetLanguage" 64 #define YUIBuiltin_SetProductName "SetProductName" 65 #define YUIBuiltin_TimeoutUserInput "TimeoutUserInput" 66 #define YUIBuiltin_UserInput "UserInput" 67 #define YUIBuiltin_WaitForEvent "WaitForEvent" 68 #define YUIBuiltin_WidgetExists "WidgetExists" 69 #define YUIBuiltin_WizardCommand "WizardCommand" 71 #define YUIBuiltin_PostponeShortcutCheck "PostponeShortcutCheck" 72 #define YUIBuiltin_CheckShortcuts "CheckShortcuts" 74 #define YUIBuiltin_RecordMacro "RecordMacro" 75 #define YUIBuiltin_StopRecordMacro "StopRecordMacro" 76 #define YUIBuiltin_PlayMacro "PlayMacro" 77 #define YUIBuiltin_FakeUserInput "FakeUserInput" 78 #define YUIBuiltin_WFM "WFM" 79 #define YUIBuiltin_SCR "SCR" 85 #define YUIWidget_Bottom "Bottom" 86 #define YUIWidget_BusyIndicator "BusyIndicator" 87 #define YUIWidget_ButtonBox "ButtonBox" 88 #define YUIWidget_CheckBox "CheckBox" 89 #define YUIWidget_CheckBoxFrame "CheckBoxFrame" 90 #define YUIWidget_ComboBox "ComboBox" 91 #define YUIWidget_CustomStatusItemSelector "CustomStatusItemSelector" 92 #define YUIWidget_Empty "Empty" 93 #define YUIWidget_Frame "Frame" 94 #define YUIWidget_HBox "HBox" 95 #define YUIWidget_HCenter "HCenter" 96 #define YUIWidget_HSpacing "HSpacing" 97 #define YUIWidget_HSquash "HSquash" 98 #define YUIWidget_HStretch "HStretch" 99 #define YUIWidget_HVCenter "HVCenter" 100 #define YUIWidget_HVSquash "HVSquash" 101 #define YUIWidget_HWeight "HWeight" 102 #define YUIWidget_Heading "Heading" 103 #define YUIWidget_IconButton "IconButton" 104 #define YUIWidget_Image "Image" 105 #define YUIWidget_InputField "InputField" 106 #define YUIWidget_IntField "IntField" 107 #define YUIWidget_Label "Label" 108 #define YUIWidget_Left "Left" 109 #define YUIWidget_LogView "LogView" 110 #define YUIWidget_MarginBox "MarginBox" 111 #define YUIWidget_MenuButton "MenuButton" 112 #define YUIWidget_MinHeight "MinHeight" 113 #define YUIWidget_MinSize "MinSize" 114 #define YUIWidget_MinWidth "MinWidth" 115 #define YUIWidget_MultiItemSelector "MultiItemSelector" 116 #define YUIWidget_MultiLineEdit "MultiLineEdit" 117 #define YUIWidget_MultiSelectionBox "MultiSelectionBox" 118 #define YUIWidget_PackageSelector "PackageSelector" 119 #define YUIWidget_Password "Password" 120 #define YUIWidget_PkgSpecial "PkgSpecial" 121 #define YUIWidget_ProgressBar "ProgressBar" 122 #define YUIWidget_PushButton "PushButton" 123 #define YUIWidget_RadioButton "RadioButton" 124 #define YUIWidget_RadioButtonGroup "RadioButtonGroup" 125 #define YUIWidget_ReplacePoint "ReplacePoint" 126 #define YUIWidget_RichText "RichText" 127 #define YUIWidget_Right "Right" 128 #define YUIWidget_SelectionBox "SelectionBox" 129 #define YUIWidget_SingleItemSelector "SingleItemSelector" 130 #define YUIWidget_Table "Table" 131 #define YUIWidget_TextEntry "TextEntry" // for backwards compatibility 132 #define YUIWidget_Top "Top" 133 #define YUIWidget_Tree "Tree" 134 #define YUIWidget_VBox "VBox" 135 #define YUIWidget_VCenter "VCenter" 136 #define YUIWidget_VSpacing "VSpacing" 137 #define YUIWidget_VSquash "VSquash" 138 #define YUIWidget_VStretch "VStretch" 139 #define YUIWidget_VWeight "VWeight" 144 #define YUISpecialWidget_BarGraph "BarGraph" 145 #define YUISpecialWidget_Date "Date" 146 #define YUISpecialWidget_DateField "DateField" 147 #define YUISpecialWidget_DownloadProgress "DownloadProgress" 148 #define YUISpecialWidget_DumbTab "DumbTab" 149 #define YUISpecialWidget_DummySpecialWidget "DummySpecialWidget" 150 #define YUISpecialWidget_HMultiProgressMeter "HMultiProgressMeter" 151 #define YUISpecialWidget_VMultiProgressMeter "VMultiProgressMeter" 152 #define YUISpecialWidget_PartitionSplitter "PartitionSplitter" 153 #define YUISpecialWidget_PatternSelector "PatternSelector" 154 #define YUISpecialWidget_SimplePatchSelector "SimplePatchSelector" 155 #define YUISpecialWidget_Slider "Slider" 156 #define YUISpecialWidget_Time "Time" 157 #define YUISpecialWidget_TimeField "TimeField" 158 #define YUISpecialWidget_Wizard "Wizard" 159 #define YUISpecialWidget_TimezoneSelector "TimezoneSelector" 160 #define YUISpecialWidget_Graph "Graph" 161 #define YUISpecialWidget_ContextMenu "ContextMenu" 166 #define YUIProperty_Alive "Alive" 167 #define YUIProperty_Cell "Cell" 168 #define YUIProperty_ContextMenu "ContextMenu" 169 #define YUIProperty_CurrentBranch "CurrentBranch" 170 #define YUIProperty_CurrentButton "CurrentButton" 171 #define YUIProperty_CurrentItem "CurrentItem" 172 #define YUIProperty_CurrentSize "CurrentSize" 173 #define YUIProperty_DebugLabel "DebugLabel" 174 #define YUIProperty_EasterEgg "EasterEgg" 175 #define YUIProperty_Enabled "Enabled" 176 #define YUIProperty_ExpectedSize "ExpectedSize" 177 #define YUIProperty_Filename "Filename" 178 #define YUIProperty_Layout "Layout" 179 #define YUIProperty_HelpText "HelpText" 180 #define YUIProperty_IconPath "IconPath" 181 #define YUIProperty_InputMaxLength "InputMaxLength" 182 #define YUIProperty_HWeight "HWeight" 183 #define YUIProperty_HStretch "HStretch" 184 #define YUIProperty_ID "ID" 185 #define YUIProperty_Item "Item" 186 #define YUIProperty_Items "Items" 187 #define YUIProperty_ItemStatus "ItemStatus" 188 #define YUIProperty_Label "Label" 189 #define YUIProperty_Labels "Labels" 190 #define YUIProperty_LastLine "LastLine" 191 #define YUIProperty_MaxLines "MaxLines" 192 #define YUIProperty_MaxValue "MaxValue" 193 #define YUIProperty_MinValue "MinValue" 194 #define YUIProperty_MultiSelection "MultiSelection" 195 #define YUIProperty_Notify "Notify" 196 #define YUIProperty_OpenItems "OpenItems" 197 #define YUIProperty_SelectedItems "SelectedItems" 198 #define YUIProperty_Text "Text" 199 #define YUIProperty_Timeout "Timeout" 200 #define YUIProperty_ValidChars "ValidChars" 201 #define YUIProperty_Value "Value" 202 #define YUIProperty_Values "Values" 203 #define YUIProperty_VisibleLines "VisibleLines" 204 #define YUIProperty_VisibleItems "VisibleItems" 205 #define YUIProperty_VWeight "VWeight" 206 #define YUIProperty_VStretch "VStretch" 207 #define YUIProperty_WidgetClass "WidgetClass" 208 #define YUIProperty_VScrollValue "VScrollValue" 209 #define YUIProperty_HScrollValue "HScrollValue" 214 #define YUIOpt_animated "animated" 215 #define YUIOpt_applyButton "applyButton" 216 #define YUIOpt_autoScrollDown "autoScrollDown" 217 #define YUIOpt_autoShortcut "autoShortcut" 218 #define YUIOpt_boldFont "boldFont" 219 #define YUIOpt_cancelButton "cancelButton" 220 #define YUIOpt_centered "centered" 221 #define YUIOpt_confirmUnsupported "confirmUnsupported" 222 #define YUIOpt_customButton "customButton" 223 #define YUIOpt_debugLayout "debugLayout" 224 #define YUIOpt_decorated "decorated" 225 #define YUIOpt_default "default" 226 #define YUIOpt_defaultsize "defaultsize" 227 #define YUIOpt_disabled "disabled" 228 #define YUIOpt_easterEgg "easterEgg" 229 #define YUIOpt_editable "editable" 230 #define YUIOpt_helpButton "helpButton" 231 #define YUIOpt_relNotesButton "relNotesButton" 232 #define YUIOpt_hstretch "hstretch" 233 #define YUIOpt_hvstretch "hvstretch" 234 #define YUIOpt_immediate "immediate" 235 #define YUIOpt_infocolor "infocolor" 236 #define YUIOpt_invertAutoEnable "invertAutoEnable" 237 #define YUIOpt_keepSorting "keepSorting" 238 #define YUIOpt_keyEvents "keyEvents" 239 #define YUIOpt_mainDialog "mainDialog" 240 #define YUIOpt_multiSelection "multiSelection" 241 #define YUIOpt_noAutoEnable "noAutoEnable" 242 #define YUIOpt_notify "notify" 243 #define YUIOpt_notifyContextMenu "notifyContextMenu" 244 #define YUIOpt_onlineSearch "onlineSearch" 245 #define YUIOpt_okButton "okButton" 246 #define YUIOpt_outputField "outputField" 247 #define YUIOpt_plainText "plainText" 248 #define YUIOpt_recursiveSelection "recursiveSelection" 249 #define YUIOpt_relaxSanityCheck "relaxSanityCheck" 250 #define YUIOpt_repoMgr "repoMgr" 251 #define YUIOpt_repoMode "repoMode" 252 #define YUIOpt_scaleToFit "scaleToFit" 253 #define YUIOpt_searchMode "searchMode" 254 #define YUIOpt_shrinkable "shrinkable" 255 #define YUIOpt_stepsEnabled "stepsEnabled" 256 #define YUIOpt_summaryMode "summaryMode" 257 #define YUIOpt_testMode "testMode" 258 #define YUIOpt_tiled "tiled" 259 #define YUIOpt_titleOnLeft "titleOnLeft" 260 #define YUIOpt_treeEnabled "treeEnabled" 261 #define YUIOpt_updateMode "updateMode" 262 #define YUIOpt_vstretch "vstretch" 263 #define YUIOpt_warncolor "warncolor" 264 #define YUIOpt_wizardDialog "wizardDialog" 265 #define YUIOpt_youMode "youMode" 266 #define YUIOpt_zeroHeight "zeroHeight" 267 #define YUIOpt_zeroWidth "zeroWidth" 269 #define YUIOpt_key_F1 "key_F1" 270 #define YUIOpt_key_F2 "key_F2" 271 #define YUIOpt_key_F3 "key_F3" 272 #define YUIOpt_key_F4 "key_F4" 273 #define YUIOpt_key_F5 "key_F5" 274 #define YUIOpt_key_F6 "key_F6" 275 #define YUIOpt_key_F7 "key_F7" 276 #define YUIOpt_key_F8 "key_F8" 277 #define YUIOpt_key_F9 "key_F9" 278 #define YUIOpt_key_F10 "key_F10" 279 #define YUIOpt_key_F11 "key_F11" 280 #define YUIOpt_key_F12 "key_F12" 281 #define YUIOpt_key_F13 "key_F13" 282 #define YUIOpt_key_F14 "key_F14" 283 #define YUIOpt_key_F15 "key_F15" 284 #define YUIOpt_key_F16 "key_F16" 285 #define YUIOpt_key_F17 "key_F17" 286 #define YUIOpt_key_F18 "key_F18" 287 #define YUIOpt_key_F19 "key_F19" 288 #define YUIOpt_key_F20 "key_F20" 289 #define YUIOpt_key_F21 "key_F21" 290 #define YUIOpt_key_F22 "key_F22" 291 #define YUIOpt_key_F23 "key_F23" 292 #define YUIOpt_key_F24 "key_F24" 293 #define YUIOpt_key_none "key_none" 301 #define YUIGlyph_ArrowLeft "ArrowLeft" 302 #define YUIGlyph_ArrowRight "ArrowRight" 303 #define YUIGlyph_ArrowUp "ArrowUp" 304 #define YUIGlyph_ArrowDown "ArrowDown" 306 #define YUIGlyph_CheckMark "CheckMark" 307 #define YUIGlyph_BulletArrowRight "BulletArrowRight" 308 #define YUIGlyph_BulletCircle "BulletCircle" 309 #define YUIGlyph_BulletSquare "BulletSquare" 315 #define YUICap_Width "Width" 316 #define YUICap_Height "Height" 317 #define YUICap_Depth "Depth" 318 #define YUICap_Colors "Colors" 319 #define YUICap_DefaultWidth "DefaultWidth" 320 #define YUICap_DefaultHeight "DefaultHeight" 321 #define YUICap_TextMode "TextMode" 322 #define YUICap_HasImageSupport "HasImageSupport" 323 #define YUICap_HasAnimationSupport "HasAnimationSupport" 324 #define YUICap_HasIconSupport "HasIconSupport" 325 #define YUICap_HasFullUtf8Support "HasFullUtf8Support" 326 #define YUICap_HasWizardDialogSupport "HasWizardDialogSupport" 327 #define YUICap_RichTextSupportsTable "RichTextSupportsTable" 328 #define YUICap_LeftHandedMouse "LeftHandedMouse" 329 #define YUICap_y2debug "y2debug" 335 #define YUISymbol_id "id" 336 #define YUISymbol_opt "opt" 337 #define YUISymbol_icon "icon" 338 #define YUISymbol_sortKey "sortKey" 339 #define YUISymbol_item "item" 340 #define YUISymbol_cell "cell" 341 #define YUISymbol_menu "menu" 342 #define YUISymbol_header "header" 343 #define YUISymbol_rgb "rgb" 344 #define YUISymbol_leftMargin "leftMargin" 345 #define YUISymbol_rightMargin "rightMargin" 346 #define YUISymbol_topMargin "topMargin" 347 #define YUISymbol_bottomMargin "bottomMargin" 348 #define YUISymbol_BackgroundPixmap "BackgroundPixmap" 350 #define YUISymbol_Left "Left" 351 #define YUISymbol_Right "Right" 352 #define YUISymbol_Center "Center" 355 #endif // YUISymbols_h