Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Examples

YUISymbols.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013   File:       YUISymbols.h
00014 
00015   Author:     Stefan Hundhammer <sh@suse.de>
00016 
00017 /-*/
00018 
00019 #ifndef YUISymbols_h
00020 #define YUISymbols_h
00021 
00022 
00023 // UI builtin functions
00024 
00025 #define YUIBuiltin_AskForExistingDirectory      "AskForExistingDirectory"
00026 #define YUIBuiltin_AskForExistingFile           "AskForExistingFile"
00027 #define YUIBuiltin_AskForSaveFileName           "AskForSaveFileName"
00028 #define YUIBuiltin_BusyCursor                   "BusyCursor"
00029 #define YUIBuiltin_ChangeWidget                 "ChangeWidget"
00030 #define YUIBuiltin_CloseDialog                  "CloseDialog"
00031 #define YUIBuiltin_DumpWidgetTree               "DumpWidgetTree"
00032 #define YUIBuiltin_GetDisplayInfo               "GetDisplayInfo"
00033 #define YUIBuiltin_GetLanguage                  "GetLanguage"
00034 #define YUIBuiltin_GetModulename                "GetModulename"
00035 #define YUIBuiltin_GetProductName               "GetProductName"
00036 #define YUIBuiltin_Glyph                        "Glyph"
00037 #define YUIBuiltin_HasSpecialWidget             "HasSpecialWidget"
00038 #define YUIBuiltin_MakeScreenShot               "MakeScreenShot"
00039 #define YUIBuiltin_NormalCursor                 "NormalCursor"
00040 #define YUIBuiltin_OpenDialog                   "OpenDialog"
00041 #define YUIBuiltin_PollInput                    "PollInput"
00042 #define YUIBuiltin_QueryWidget                  "QueryWidget"
00043 #define YUIBuiltin_RecalcLayout                 "RecalcLayout"
00044 #define YUIBuiltin_Recode                       "Recode"
00045 #define YUIBuiltin_RedrawScreen                 "RedrawScreen"
00046 #define YUIBuiltin_ReplaceWidget                "ReplaceWidget"
00047 #define YUIBuiltin_RunPkgSelection              "RunPkgSelection"
00048 #define YUIBuiltin_SetConsoleFont               "SetConsoleFont"
00049 #define YUIBuiltin_SetKeyboard                  "SetKeyboard"
00050 #define YUIBuiltin_SetFocus                     "SetFocus"
00051 #define YUIBuiltin_SetFunctionKeys              "SetFunctionKeys"
00052 #define YUIBuiltin_SetLanguage                  "SetLanguage"
00053 #define YUIBuiltin_SetModulename                "SetModulename"
00054 #define YUIBuiltin_SetProductName               "SetProductName"
00055 #define YUIBuiltin_TimeoutUserInput             "TimeoutUserInput"
00056 #define YUIBuiltin_UserInput                    "UserInput"
00057 #define YUIBuiltin_WaitForEvent                 "WaitForEvent"
00058 #define YUIBuiltin_WidgetExists                 "WidgetExists"
00059 #define YUIBuiltin_WizardCommand                "WizardCommand"
00060 
00061 #define YUIBuiltin_PostponeShortcutCheck        "PostponeShortcutCheck"
00062 #define YUIBuiltin_CheckShortcuts               "CheckShortcuts"
00063 
00064 
00065 #define YUIBuiltin_RecordMacro                  "RecordMacro"
00066 #define YUIBuiltin_StopRecordMacro              "StopRecordMacro"
00067 #define YUIBuiltin_PlayMacro                    "PlayMacro"
00068 #define YUIBuiltin_FakeUserInput                "FakeUserInput"
00069 #define YUIBuiltin_WFM                          "WFM"
00070 #define YUIBuiltin_SCR                          "SCR"
00071 
00072 
00073 
00074 // Mandatory widgets
00075 
00076 #define YUIWidget_Bottom                        "Bottom"
00077 #define YUIWidget_CheckBox                      "CheckBox"
00078 #define YUIWidget_ComboBox                      "ComboBox"
00079 #define YUIWidget_Empty                         "Empty"
00080 #define YUIWidget_Frame                         "Frame"
00081 #define YUIWidget_HBox                          "HBox"
00082 #define YUIWidget_HCenter                       "HCenter"
00083 #define YUIWidget_HSpacing                      "HSpacing"
00084 #define YUIWidget_HSquash                       "HSquash"
00085 #define YUIWidget_HStretch                      "HStretch"
00086 #define YUIWidget_HVCenter                      "HVCenter"
00087 #define YUIWidget_HVSquash                      "HVSquash"
00088 #define YUIWidget_HVStretch                     "HVStretch"
00089 #define YUIWidget_HWeight                       "HWeight"
00090 #define YUIWidget_Heading                       "Heading"
00091 #define YUIWidget_IconButton                    "IconButton"
00092 #define YUIWidget_Image                         "Image"
00093 #define YUIWidget_IntField                      "IntField"
00094 #define YUIWidget_Label                         "Label"
00095 #define YUIWidget_Left                          "Left"
00096 #define YUIWidget_LogView                       "LogView"
00097 #define YUIWidget_MenuButton                    "MenuButton"
00098 #define YUIWidget_MultiLineEdit                 "MultiLineEdit"
00099 #define YUIWidget_MultiSelectionBox             "MultiSelectionBox"
00100 #define YUIWidget_PackageSelector               "PackageSelector"
00101 #define YUIWidget_Password                      "Password"
00102 #define YUIWidget_ProgressBar                   "ProgressBar"
00103 #define YUIWidget_PushButton                    "PushButton"
00104 #define YUIWidget_RadioButton                   "RadioButton"
00105 #define YUIWidget_RadioButtonGroup              "RadioButtonGroup"
00106 #define YUIWidget_ReplacePoint                  "ReplacePoint"
00107 #define YUIWidget_RichText                      "RichText"
00108 #define YUIWidget_Right                         "Right"
00109 #define YUIWidget_SelectionBox                  "SelectionBox"
00110 #define YUIWidget_Table                         "Table"
00111 #define YUIWidget_TextEntry                     "TextEntry"
00112 #define YUIWidget_Top                           "Top"
00113 #define YUIWidget_Tree                          "Tree"
00114 #define YUIWidget_VBox                          "VBox"
00115 #define YUIWidget_VCenter                       "VCenter"
00116 #define YUIWidget_VSpacing                      "VSpacing"
00117 #define YUIWidget_VSquash                       "VSquash"
00118 #define YUIWidget_VStretch                      "VStretch"
00119 #define YUIWidget_VWeight                       "VWeight"
00120 #define YUIWidget_PkgSpecial                    "PkgSpecial"
00121 
00122 
00123 // Special ( optional ) widgets
00124 
00125 #define YUISpecialWidget_BarGraph               "BarGraph"
00126 #define YUISpecialWidget_DumbTab                "DumbTab"
00127 #define YUISpecialWidget_ColoredLabel           "ColoredLabel"
00128 #define YUISpecialWidget_DownloadProgress       "DownloadProgress"
00129 #define YUISpecialWidget_DummySpecialWidget     "DummySpecialWidget"
00130 #define YUISpecialWidget_PartitionSplitter      "PartitionSplitter"
00131 #define YUISpecialWidget_Slider                 "Slider"
00132 #define YUISpecialWidget_Wizard                 "Wizard"
00133 
00134 
00135 // Widget properties
00136 
00137 #define YUIProperty_CurrentButton               "CurrentButton"
00138 #define YUIProperty_CurrentItem                 "CurrentItem"
00139 #define YUIProperty_Enabled                     "Enabled"
00140 #define YUIProperty_ExpectedSize                "ExpectedSize"
00141 #define YUIProperty_Filename                    "Filename"
00142 #define YUIProperty_Item                        "Item"
00143 #define YUIProperty_Items                       "Items"
00144 #define YUIProperty_Label                       "Label"
00145 #define YUIProperty_Labels                      "Labels"
00146 #define YUIProperty_LastLine                    "LastLine"
00147 #define YUIProperty_Notify                      "Notify"
00148 #define YUIProperty_SelectedItems               "SelectedItems"
00149 #define YUIProperty_ValidChars                  "ValidChars"
00150 #define YUIProperty_Value                       "Value"
00151 #define YUIProperty_Values                      "Values"
00152 #define YUIProperty_WindowID                    "WindowID"
00153 #define YUIProperty_EasterEgg                   "EasterEgg"
00154 
00155 
00156 // Widget and dialog options
00157 
00158 #define YUIOpt_animated                         "animated"
00159 #define YUIOpt_autoScrollDown                   "autoScrollDown"
00160 #define YUIOpt_autoShortcut                     "autoShortcut"
00161 #define YUIOpt_countShowDelta                   "countShowDelta"
00162 #define YUIOpt_centered                         "centered"
00163 #define YUIOpt_debugLayout                      "debugLayout"
00164 #define YUIOpt_decorated                        "decorated"
00165 #define YUIOpt_default                          "default"
00166 #define YUIOpt_defaultsize                      "defaultsize"
00167 #define YUIOpt_disabled                         "disabled"
00168 #define YUIOpt_easterEgg                        "easterEgg"
00169 #define YUIOpt_editable                         "editable"
00170 #define YUIOpt_hstretch                         "hstretch"
00171 #define YUIOpt_hvstretch                        "hvstretch"
00172 #define YUIOpt_immediate                        "immediate"
00173 #define YUIOpt_infocolor                        "infocolor"
00174 #define YUIOpt_keepSorting                      "keepSorting"
00175 #define YUIOpt_keyEvents                        "keyEvents"
00176 #define YUIOpt_notify                           "notify"
00177 #define YUIOpt_outputField                      "outputField"
00178 #define YUIOpt_plainText                        "plainText"
00179 #define YUIOpt_scaleToFit                       "scaleToFit"
00180 #define YUIOpt_searchMode                       "searchMode"
00181 #define YUIOpt_shrinkable                       "shrinkable"
00182 #define YUIOpt_smallDecorations                 "smallDecorations"
00183 #define YUIOpt_stepsEnabled                     "stepsEnabled"
00184 #define YUIOpt_testMode                         "testMode"
00185 #define YUIOpt_tiled                            "tiled"
00186 #define YUIOpt_treeEnabled                      "treeEnabled"
00187 #define YUIOpt_updateMode                       "updateMode"
00188 #define YUIOpt_vstretch                         "vstretch"
00189 #define YUIOpt_warncolor                        "warncolor"
00190 #define YUIOpt_youMode                          "youMode"
00191 #define YUIOpt_zeroHeight                       "zeroHeight"
00192 #define YUIOpt_zeroWidth                        "zeroWidth"
00193 
00194 #define YUIOpt_key_F1                           "key_F1"
00195 #define YUIOpt_key_F2                           "key_F2"
00196 #define YUIOpt_key_F3                           "key_F3"
00197 #define YUIOpt_key_F4                           "key_F4"
00198 #define YUIOpt_key_F5                           "key_F5"
00199 #define YUIOpt_key_F6                           "key_F6"
00200 #define YUIOpt_key_F7                           "key_F7"
00201 #define YUIOpt_key_F8                           "key_F8"
00202 #define YUIOpt_key_F9                           "key_F9"
00203 #define YUIOpt_key_F10                          "key_F10"
00204 #define YUIOpt_key_F11                          "key_F11"
00205 #define YUIOpt_key_F12                          "key_F12"
00206 #define YUIOpt_key_F13                          "key_F13"
00207 #define YUIOpt_key_F14                          "key_F14"
00208 #define YUIOpt_key_F15                          "key_F15"
00209 #define YUIOpt_key_F16                          "key_F16"
00210 #define YUIOpt_key_F17                          "key_F17"
00211 #define YUIOpt_key_F18                          "key_F18"
00212 #define YUIOpt_key_F19                          "key_F19"
00213 #define YUIOpt_key_F20                          "key_F20"
00214 #define YUIOpt_key_F21                          "key_F21"
00215 #define YUIOpt_key_F22                          "key_F22"
00216 #define YUIOpt_key_F23                          "key_F23"
00217 #define YUIOpt_key_F24                          "key_F24"
00218 #define YUIOpt_key_none                         "key_none"
00219 
00220 
00221 // Predefined glyphs for builtin Glyph()
00222 //
00223 // - remember there must be a substitute that can be displayed in plain ASCII,
00224 // so don't include just everything here that is included in Unicode / UTF-8!
00225 
00226 #define YUIGlyph_ArrowLeft                      "ArrowLeft"
00227 #define YUIGlyph_ArrowRight                     "ArrowRight"
00228 #define YUIGlyph_ArrowUp                        "ArrowUp"
00229 #define YUIGlyph_ArrowDown                      "ArrowDown"
00230 
00231 #define YUIGlyph_CheckMark                      "CheckMark"
00232 #define YUIGlyph_BulletArrowRight               "BulletArrowRight"
00233 #define YUIGlyph_BulletCircle                   "BulletCircle"
00234 #define YUIGlyph_BulletSquare                   "BulletSquare"
00235 
00236 
00237 
00238 // Display capabilities for GetDisplayInfo()
00239 
00240 #define YUICap_Width                            "Width"
00241 #define YUICap_Height                           "Height"
00242 #define YUICap_Depth                            "Depth"
00243 #define YUICap_Colors                           "Colors"
00244 #define YUICap_DefaultWidth                     "DefaultWidth"
00245 #define YUICap_DefaultHeight                    "DefaultHeight"
00246 #define YUICap_TextMode                         "TextMode"
00247 #define YUICap_HasImageSupport                  "HasImageSupport"
00248 #define YUICap_HasLocalImageSupport             "HasLocalImageSupport"
00249 #define YUICap_HasAnimationSupport              "HasAnimationSupport"
00250 #define YUICap_HasIconSupport                   "HasIconSupport"
00251 #define YUICap_HasFullUtf8Support               "HasFullUtf8Support"
00252 
00253 
00254 
00255 // Misc
00256 
00257 #define YUISymbol_id                            "id"
00258 #define YUISymbol_opt                           "opt"
00259 #define YUISymbol_item                          "item"
00260 #define YUISymbol_menu                          "menu"
00261 #define YUISymbol_header                        "header"
00262 #define YUISymbol_rgb                           "rgb"
00263 
00264 
00265 #endif // YUISymbols_h

Generated on Fri Nov 9 18:15:23 2007 for yast2-core by doxygen 1.3.6