[96cbb53] | 1 | |
---|
| 2 | |
---|
| 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
| 4 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 5 | |
---|
[bce8148] | 6 | |
---|
[96cbb53] | 7 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 8 | <head> |
---|
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 10 | |
---|
[bce8148] | 11 | <title>gui_style — guiframe 0.1.0 documentation</title> |
---|
| 12 | |
---|
[96cbb53] | 13 | <link rel="stylesheet" href="../_static/default.css" type="text/css" /> |
---|
| 14 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
---|
[bce8148] | 15 | |
---|
[96cbb53] | 16 | <script type="text/javascript"> |
---|
| 17 | var DOCUMENTATION_OPTIONS = { |
---|
| 18 | URL_ROOT: '../', |
---|
| 19 | VERSION: '0.1.0', |
---|
| 20 | COLLAPSE_INDEX: false, |
---|
| 21 | FILE_SUFFIX: '.html', |
---|
| 22 | HAS_SOURCE: true |
---|
| 23 | }; |
---|
| 24 | </script> |
---|
| 25 | <script type="text/javascript" src="../_static/jquery.js"></script> |
---|
| 26 | <script type="text/javascript" src="../_static/underscore.js"></script> |
---|
| 27 | <script type="text/javascript" src="../_static/doctools.js"></script> |
---|
[bce8148] | 28 | <link rel="top" title="guiframe 0.1.0 documentation" href="../index.html" /> |
---|
[96cbb53] | 29 | <link rel="up" title="Reference" href="index.html" /> |
---|
| 30 | <link rel="next" title="gui_toolbar" href="gui_toolbar.html" /> |
---|
| 31 | <link rel="prev" title="gui_statusbar" href="gui_statusbar.html" /> |
---|
| 32 | </head> |
---|
| 33 | <body> |
---|
| 34 | <div class="related"> |
---|
| 35 | <h3>Navigation</h3> |
---|
| 36 | <ul> |
---|
| 37 | <li class="right" style="margin-right: 10px"> |
---|
| 38 | <a href="../genindex.html" title="General Index" |
---|
| 39 | accesskey="I">index</a></li> |
---|
| 40 | <li class="right" > |
---|
| 41 | <a href="../py-modindex.html" title="Python Module Index" |
---|
| 42 | >modules</a> |</li> |
---|
| 43 | <li class="right" > |
---|
| 44 | <a href="gui_toolbar.html" title="gui_toolbar" |
---|
| 45 | accesskey="N">next</a> |</li> |
---|
| 46 | <li class="right" > |
---|
| 47 | <a href="gui_statusbar.html" title="gui_statusbar" |
---|
| 48 | accesskey="P">previous</a> |</li> |
---|
[bce8148] | 49 | <li><a href="../index.html">guiframe 0.1.0 documentation</a> »</li> |
---|
[96cbb53] | 50 | <li><a href="index.html" accesskey="U">Reference</a> »</li> |
---|
| 51 | </ul> |
---|
| 52 | </div> |
---|
| 53 | |
---|
| 54 | <div class="document"> |
---|
| 55 | <div class="documentwrapper"> |
---|
| 56 | <div class="bodywrapper"> |
---|
| 57 | <div class="body"> |
---|
| 58 | |
---|
| 59 | <div class="section" id="gui-style"> |
---|
| 60 | <h1>gui_style<a class="headerlink" href="#gui-style" title="Permalink to this headline">¶</a></h1> |
---|
| 61 | <div class="section" id="module-sans.guiframe.gui_style"> |
---|
| 62 | <span id="sans-guiframe-gui-style"></span><h2><a class="reference internal" href="#module-sans.guiframe.gui_style" title="sans.guiframe.gui_style"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.gui_style</span></tt></a><a class="headerlink" href="#module-sans.guiframe.gui_style" title="Permalink to this headline">¶</a></h2> |
---|
| 63 | <p>Provide the style for guiframe</p> |
---|
| 64 | <dl class="class"> |
---|
| 65 | <dt id="sans.guiframe.gui_style.GUIFRAME"> |
---|
| 66 | <em class="property">class </em><tt class="descclassname">sans.guiframe.gui_style.</tt><tt class="descname">GUIFRAME</tt><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME" title="Permalink to this definition">¶</a></dt> |
---|
[bce8148] | 67 | <dd><dl class="attribute"> |
---|
| 68 | <dt id="sans.guiframe.gui_style.GUIFRAME.CALCULATOR_ON"> |
---|
| 69 | <tt class="descname">CALCULATOR_ON</tt><em class="property"> = 256</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.CALCULATOR_ON" title="Permalink to this definition">¶</a></dt> |
---|
| 70 | <dd></dd></dl> |
---|
| 71 | |
---|
| 72 | <dl class="attribute"> |
---|
| 73 | <dt id="sans.guiframe.gui_style.GUIFRAME.DATALOADER_ON"> |
---|
| 74 | <tt class="descname">DATALOADER_ON</tt><em class="property"> = 16</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.DATALOADER_ON" title="Permalink to this definition">¶</a></dt> |
---|
| 75 | <dd></dd></dl> |
---|
| 76 | |
---|
| 77 | <dl class="attribute"> |
---|
| 78 | <dt id="sans.guiframe.gui_style.GUIFRAME.DEFAULT_STYLE"> |
---|
| 79 | <tt class="descname">DEFAULT_STYLE</tt><em class="property"> = 92</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.DEFAULT_STYLE" title="Permalink to this definition">¶</a></dt> |
---|
| 80 | <dd></dd></dl> |
---|
| 81 | |
---|
| 82 | <dl class="attribute"> |
---|
| 83 | <dt id="sans.guiframe.gui_style.GUIFRAME.FIXED_PANEL"> |
---|
| 84 | <tt class="descname">FIXED_PANEL</tt><em class="property"> = 4</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.FIXED_PANEL" title="Permalink to this definition">¶</a></dt> |
---|
| 85 | <dd></dd></dl> |
---|
| 86 | |
---|
| 87 | <dl class="attribute"> |
---|
| 88 | <dt id="sans.guiframe.gui_style.GUIFRAME.FLOATING_PANEL"> |
---|
| 89 | <tt class="descname">FLOATING_PANEL</tt><em class="property"> = 2</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.FLOATING_PANEL" title="Permalink to this definition">¶</a></dt> |
---|
| 90 | <dd></dd></dl> |
---|
| 91 | |
---|
| 92 | <dl class="attribute"> |
---|
| 93 | <dt id="sans.guiframe.gui_style.GUIFRAME.MANAGER_ON"> |
---|
| 94 | <tt class="descname">MANAGER_ON</tt><em class="property"> = 1</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.MANAGER_ON" title="Permalink to this definition">¶</a></dt> |
---|
| 95 | <dd></dd></dl> |
---|
| 96 | |
---|
| 97 | <dl class="attribute"> |
---|
| 98 | <dt id="sans.guiframe.gui_style.GUIFRAME.MULTIPLE_APPLICATIONS"> |
---|
| 99 | <tt class="descname">MULTIPLE_APPLICATIONS</tt><em class="property"> = 92</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.MULTIPLE_APPLICATIONS" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 100 | <dd></dd></dl> |
---|
| 101 | |
---|
[bce8148] | 102 | <dl class="attribute"> |
---|
| 103 | <dt id="sans.guiframe.gui_style.GUIFRAME.PLOTTING_ON"> |
---|
| 104 | <tt class="descname">PLOTTING_ON</tt><em class="property"> = 8</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.PLOTTING_ON" title="Permalink to this definition">¶</a></dt> |
---|
| 105 | <dd></dd></dl> |
---|
| 106 | |
---|
| 107 | <dl class="attribute"> |
---|
| 108 | <dt id="sans.guiframe.gui_style.GUIFRAME.SINGLE_APPLICATION"> |
---|
| 109 | <tt class="descname">SINGLE_APPLICATION</tt><em class="property"> = 64</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.SINGLE_APPLICATION" title="Permalink to this definition">¶</a></dt> |
---|
| 110 | <dd></dd></dl> |
---|
| 111 | |
---|
| 112 | <dl class="attribute"> |
---|
| 113 | <dt id="sans.guiframe.gui_style.GUIFRAME.TOOLBAR_ON"> |
---|
| 114 | <tt class="descname">TOOLBAR_ON</tt><em class="property"> = 32</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.TOOLBAR_ON" title="Permalink to this definition">¶</a></dt> |
---|
| 115 | <dd></dd></dl> |
---|
| 116 | |
---|
| 117 | <dl class="attribute"> |
---|
| 118 | <dt id="sans.guiframe.gui_style.GUIFRAME.WELCOME_PANEL_ON"> |
---|
| 119 | <tt class="descname">WELCOME_PANEL_ON</tt><em class="property"> = 128</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.WELCOME_PANEL_ON" title="Permalink to this definition">¶</a></dt> |
---|
| 120 | <dd></dd></dl> |
---|
| 121 | |
---|
| 122 | <dl class="attribute"> |
---|
| 123 | <dt id="sans.guiframe.gui_style.GUIFRAME.__module__"> |
---|
| 124 | <tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.gui_style'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME.__module__" title="Permalink to this definition">¶</a></dt> |
---|
| 125 | <dd></dd></dl> |
---|
| 126 | |
---|
| 127 | </dd></dl> |
---|
| 128 | |
---|
[96cbb53] | 129 | <dl class="class"> |
---|
| 130 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON"> |
---|
| 131 | <em class="property">class </em><tt class="descclassname">sans.guiframe.gui_style.</tt><tt class="descname">GUIFRAME_ICON</tt><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON" title="Permalink to this definition">¶</a></dt> |
---|
[bce8148] | 132 | <dd><dl class="attribute"> |
---|
| 133 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.BOOKMARK_ICON"> |
---|
| 134 | <tt class="descname">BOOKMARK_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x2333cb0> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.BOOKMARK_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 135 | <dd></dd></dl> |
---|
| 136 | |
---|
| 137 | <dl class="attribute"> |
---|
| 138 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.BOOKMARK_ICON_PATH"> |
---|
| 139 | <tt class="descname">BOOKMARK_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\bookmark.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.BOOKMARK_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 140 | <dd></dd></dl> |
---|
| 141 | |
---|
| 142 | <dl class="attribute"> |
---|
| 143 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.COPY_ICON"> |
---|
| 144 | <tt class="descname">COPY_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x24e3e50> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.COPY_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 145 | <dd></dd></dl> |
---|
| 146 | |
---|
| 147 | <dl class="attribute"> |
---|
| 148 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.COPY_ICON_PATH"> |
---|
| 149 | <tt class="descname">COPY_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\copy.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.COPY_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 150 | <dd></dd></dl> |
---|
| 151 | |
---|
| 152 | <dl class="attribute"> |
---|
| 153 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.DRAG_ICON"> |
---|
| 154 | <tt class="descname">DRAG_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x1fd18d0> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.DRAG_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 155 | <dd></dd></dl> |
---|
| 156 | |
---|
| 157 | <dl class="attribute"> |
---|
| 158 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.DRAG_ID_PATH"> |
---|
| 159 | <tt class="descname">DRAG_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\drag_hand.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.DRAG_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 160 | <dd></dd></dl> |
---|
| 161 | |
---|
| 162 | <dl class="attribute"> |
---|
| 163 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.FRAME_ICON_PATH"> |
---|
| 164 | <tt class="descname">FRAME_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\ball.ico'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.FRAME_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 165 | <dd></dd></dl> |
---|
| 166 | |
---|
| 167 | <dl class="attribute"> |
---|
| 168 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PASTE_ICON"> |
---|
| 169 | <tt class="descname">PASTE_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x2333ca0> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PASTE_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 170 | <dd></dd></dl> |
---|
| 171 | |
---|
| 172 | <dl class="attribute"> |
---|
| 173 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PASTE_ICON_PATH"> |
---|
| 174 | <tt class="descname">PASTE_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\paste.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PASTE_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 175 | <dd></dd></dl> |
---|
| 176 | |
---|
| 177 | <dl class="attribute"> |
---|
| 178 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PATH"> |
---|
| 179 | <tt class="descname">PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 180 | <dd></dd></dl> |
---|
| 181 | |
---|
| 182 | <dl class="attribute"> |
---|
| 183 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PREVIEW_ICON"> |
---|
| 184 | <tt class="descname">PREVIEW_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x14646b8> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PREVIEW_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 185 | <dd></dd></dl> |
---|
| 186 | |
---|
| 187 | <dl class="attribute"> |
---|
| 188 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PREVIEW_ID_PATH"> |
---|
| 189 | <tt class="descname">PREVIEW_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\report.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PREVIEW_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 190 | <dd></dd></dl> |
---|
| 191 | |
---|
| 192 | <dl class="attribute"> |
---|
| 193 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PRINT_ICON"> |
---|
| 194 | <tt class="descname">PRINT_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x20f50d0> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PRINT_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 195 | <dd></dd></dl> |
---|
| 196 | |
---|
| 197 | <dl class="attribute"> |
---|
| 198 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.PRINT_ID_PATH"> |
---|
| 199 | <tt class="descname">PRINT_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\printer.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.PRINT_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 200 | <dd></dd></dl> |
---|
| 201 | |
---|
| 202 | <dl class="attribute"> |
---|
| 203 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.REDO_ICON"> |
---|
| 204 | <tt class="descname">REDO_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x1fe6ba8> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.REDO_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 205 | <dd></dd></dl> |
---|
| 206 | |
---|
| 207 | <dl class="attribute"> |
---|
| 208 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.REDO_ICON_PATH"> |
---|
| 209 | <tt class="descname">REDO_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\redo.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.REDO_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 210 | <dd></dd></dl> |
---|
| 211 | |
---|
| 212 | <dl class="attribute"> |
---|
| 213 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.REPORT_ICON"> |
---|
| 214 | <tt class="descname">REPORT_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x2454ff8> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.REPORT_ICON" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 215 | <dd></dd></dl> |
---|
| 216 | |
---|
[bce8148] | 217 | <dl class="attribute"> |
---|
| 218 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.RESET_ICON"> |
---|
| 219 | <tt class="descname">RESET_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x2454fe8> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.RESET_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 220 | <dd></dd></dl> |
---|
| 221 | |
---|
| 222 | <dl class="attribute"> |
---|
| 223 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.RESET_ID_PATH"> |
---|
| 224 | <tt class="descname">RESET_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\reset.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.RESET_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 225 | <dd></dd></dl> |
---|
| 226 | |
---|
| 227 | <dl class="attribute"> |
---|
| 228 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.SAVE_ICON"> |
---|
| 229 | <tt class="descname">SAVE_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x2049f78> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.SAVE_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 230 | <dd></dd></dl> |
---|
| 231 | |
---|
| 232 | <dl class="attribute"> |
---|
| 233 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.SAVE_ICON_PATH"> |
---|
| 234 | <tt class="descname">SAVE_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\save.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.SAVE_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 235 | <dd></dd></dl> |
---|
| 236 | |
---|
| 237 | <dl class="attribute"> |
---|
| 238 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.UNDO_ICON"> |
---|
| 239 | <tt class="descname">UNDO_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x1ff4718> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.UNDO_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 240 | <dd></dd></dl> |
---|
| 241 | |
---|
| 242 | <dl class="attribute"> |
---|
| 243 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.UNDO_ICON_PATH"> |
---|
| 244 | <tt class="descname">UNDO_ICON_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\undo.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.UNDO_ICON_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 245 | <dd></dd></dl> |
---|
| 246 | |
---|
| 247 | <dl class="attribute"> |
---|
| 248 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_ICON"> |
---|
| 249 | <tt class="descname">ZOOM_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x233b480> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 250 | <dd></dd></dl> |
---|
| 251 | |
---|
| 252 | <dl class="attribute"> |
---|
| 253 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_ID_PATH"> |
---|
| 254 | <tt class="descname">ZOOM_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\search_pan.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 255 | <dd></dd></dl> |
---|
| 256 | |
---|
| 257 | <dl class="attribute"> |
---|
| 258 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_IN_ICON"> |
---|
| 259 | <tt class="descname">ZOOM_IN_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x233dca0> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_IN_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 260 | <dd></dd></dl> |
---|
| 261 | |
---|
| 262 | <dl class="attribute"> |
---|
| 263 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_IN_ID_PATH"> |
---|
| 264 | <tt class="descname">ZOOM_IN_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\zoom_in.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_IN_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 265 | <dd></dd></dl> |
---|
| 266 | |
---|
| 267 | <dl class="attribute"> |
---|
| 268 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_OUT_ICON"> |
---|
| 269 | <tt class="descname">ZOOM_OUT_ICON</tt><em class="property"> = <wx._core.Image; proxy of <Swig Object of type 'wxImage *' at 0x233b420> ></em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_OUT_ICON" title="Permalink to this definition">¶</a></dt> |
---|
| 270 | <dd></dd></dl> |
---|
| 271 | |
---|
| 272 | <dl class="attribute"> |
---|
| 273 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_OUT_ID_PATH"> |
---|
| 274 | <tt class="descname">ZOOM_OUT_ID_PATH</tt><em class="property"> = 'C:\\Python25\\lib\\site-packages\\sans\\guiframe\\images\\zoom_out.png'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.ZOOM_OUT_ID_PATH" title="Permalink to this definition">¶</a></dt> |
---|
| 275 | <dd></dd></dl> |
---|
| 276 | |
---|
| 277 | <dl class="attribute"> |
---|
| 278 | <dt id="sans.guiframe.gui_style.GUIFRAME_ICON.__module__"> |
---|
| 279 | <tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.gui_style'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ICON.__module__" title="Permalink to this definition">¶</a></dt> |
---|
| 280 | <dd></dd></dl> |
---|
| 281 | |
---|
| 282 | </dd></dl> |
---|
| 283 | |
---|
[96cbb53] | 284 | <dl class="class"> |
---|
| 285 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID"> |
---|
| 286 | <em class="property">class </em><tt class="descclassname">sans.guiframe.gui_style.</tt><tt class="descname">GUIFRAME_ID</tt><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID" title="Permalink to this definition">¶</a></dt> |
---|
[bce8148] | 287 | <dd><dl class="attribute"> |
---|
| 288 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.BOOKMARK_ID"> |
---|
| 289 | <tt class="descname">BOOKMARK_ID</tt><em class="property"> = 104</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.BOOKMARK_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 290 | <dd></dd></dl> |
---|
| 291 | |
---|
| 292 | <dl class="attribute"> |
---|
| 293 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.COPY_ID"> |
---|
| 294 | <tt class="descname">COPY_ID</tt><em class="property"> = 102</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.COPY_ID" title="Permalink to this definition">¶</a></dt> |
---|
[96cbb53] | 295 | <dd></dd></dl> |
---|
| 296 | |
---|
[bce8148] | 297 | <dl class="attribute"> |
---|
| 298 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.CURRENT_APPLICATION"> |
---|
| 299 | <tt class="descname">CURRENT_APPLICATION</tt><em class="property"> = 113</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.CURRENT_APPLICATION" title="Permalink to this definition">¶</a></dt> |
---|
| 300 | <dd></dd></dl> |
---|
| 301 | |
---|
| 302 | <dl class="attribute"> |
---|
| 303 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.CURVE_SYMBOL_NUM"> |
---|
| 304 | <tt class="descname">CURVE_SYMBOL_NUM</tt><em class="property"> = 13</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.CURVE_SYMBOL_NUM" title="Permalink to this definition">¶</a></dt> |
---|
| 305 | <dd></dd></dl> |
---|
| 306 | |
---|
| 307 | <dl class="attribute"> |
---|
| 308 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.DRAG_ID"> |
---|
| 309 | <tt class="descname">DRAG_ID</tt><em class="property"> = 109</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.DRAG_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 310 | <dd></dd></dl> |
---|
| 311 | |
---|
| 312 | <dl class="attribute"> |
---|
| 313 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.PASTE_ID"> |
---|
| 314 | <tt class="descname">PASTE_ID</tt><em class="property"> = 103</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.PASTE_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 315 | <dd></dd></dl> |
---|
| 316 | |
---|
| 317 | <dl class="attribute"> |
---|
| 318 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.PREVIEW_ID"> |
---|
| 319 | <tt class="descname">PREVIEW_ID</tt><em class="property"> = 111</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.PREVIEW_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 320 | <dd></dd></dl> |
---|
| 321 | |
---|
| 322 | <dl class="attribute"> |
---|
| 323 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.PRINT_ID"> |
---|
| 324 | <tt class="descname">PRINT_ID</tt><em class="property"> = 112</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.PRINT_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 325 | <dd></dd></dl> |
---|
| 326 | |
---|
| 327 | <dl class="attribute"> |
---|
| 328 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.REDO_ID"> |
---|
| 329 | <tt class="descname">REDO_ID</tt><em class="property"> = 101</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.REDO_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 330 | <dd></dd></dl> |
---|
| 331 | |
---|
| 332 | <dl class="attribute"> |
---|
| 333 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.RESET_ID"> |
---|
| 334 | <tt class="descname">RESET_ID</tt><em class="property"> = 110</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.RESET_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 335 | <dd></dd></dl> |
---|
| 336 | |
---|
| 337 | <dl class="attribute"> |
---|
| 338 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.SAVE_ID"> |
---|
| 339 | <tt class="descname">SAVE_ID</tt><em class="property"> = 105</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.SAVE_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 340 | <dd></dd></dl> |
---|
| 341 | |
---|
| 342 | <dl class="attribute"> |
---|
| 343 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.UNDO_ID"> |
---|
| 344 | <tt class="descname">UNDO_ID</tt><em class="property"> = 100</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.UNDO_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 345 | <dd></dd></dl> |
---|
| 346 | |
---|
| 347 | <dl class="attribute"> |
---|
| 348 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.ZOOM_ID"> |
---|
| 349 | <tt class="descname">ZOOM_ID</tt><em class="property"> = 108</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.ZOOM_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 350 | <dd></dd></dl> |
---|
| 351 | |
---|
| 352 | <dl class="attribute"> |
---|
| 353 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.ZOOM_IN_ID"> |
---|
| 354 | <tt class="descname">ZOOM_IN_ID</tt><em class="property"> = 106</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.ZOOM_IN_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 355 | <dd></dd></dl> |
---|
| 356 | |
---|
| 357 | <dl class="attribute"> |
---|
| 358 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.ZOOM_OUT_ID"> |
---|
| 359 | <tt class="descname">ZOOM_OUT_ID</tt><em class="property"> = 107</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.ZOOM_OUT_ID" title="Permalink to this definition">¶</a></dt> |
---|
| 360 | <dd></dd></dl> |
---|
| 361 | |
---|
| 362 | <dl class="attribute"> |
---|
| 363 | <dt id="sans.guiframe.gui_style.GUIFRAME_ID.__module__"> |
---|
| 364 | <tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.gui_style'</em><a class="headerlink" href="#sans.guiframe.gui_style.GUIFRAME_ID.__module__" title="Permalink to this definition">¶</a></dt> |
---|
| 365 | <dd></dd></dl> |
---|
| 366 | |
---|
| 367 | </dd></dl> |
---|
| 368 | |
---|
[96cbb53] | 369 | </div> |
---|
| 370 | </div> |
---|
| 371 | |
---|
| 372 | |
---|
| 373 | </div> |
---|
| 374 | </div> |
---|
| 375 | </div> |
---|
| 376 | <div class="sphinxsidebar"> |
---|
| 377 | <div class="sphinxsidebarwrapper"> |
---|
| 378 | <h3><a href="../index.html">Table Of Contents</a></h3> |
---|
| 379 | <ul> |
---|
| 380 | <li><a class="reference internal" href="#">gui_style</a><ul> |
---|
| 381 | <li><a class="reference internal" href="#module-sans.guiframe.gui_style"><tt class="docutils literal"><span class="pre">sans.guiframe.gui_style</span></tt></a></li> |
---|
| 382 | </ul> |
---|
| 383 | </li> |
---|
| 384 | </ul> |
---|
| 385 | |
---|
| 386 | <h4>Previous topic</h4> |
---|
| 387 | <p class="topless"><a href="gui_statusbar.html" |
---|
| 388 | title="previous chapter">gui_statusbar</a></p> |
---|
| 389 | <h4>Next topic</h4> |
---|
| 390 | <p class="topless"><a href="gui_toolbar.html" |
---|
| 391 | title="next chapter">gui_toolbar</a></p> |
---|
| 392 | <h3>This Page</h3> |
---|
| 393 | <ul class="this-page-menu"> |
---|
| 394 | <li><a href="../_sources/api/gui_style.txt" |
---|
| 395 | rel="nofollow">Show Source</a></li> |
---|
| 396 | </ul> |
---|
| 397 | <div id="searchbox" style="display: none"> |
---|
| 398 | <h3>Quick search</h3> |
---|
| 399 | <form class="search" action="../search.html" method="get"> |
---|
[bce8148] | 400 | <input type="text" name="q" /> |
---|
[96cbb53] | 401 | <input type="submit" value="Go" /> |
---|
| 402 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
| 403 | <input type="hidden" name="area" value="default" /> |
---|
| 404 | </form> |
---|
| 405 | <p class="searchtip" style="font-size: 90%"> |
---|
| 406 | Enter search terms or a module, class or function name. |
---|
| 407 | </p> |
---|
| 408 | </div> |
---|
| 409 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
| 410 | </div> |
---|
| 411 | </div> |
---|
| 412 | <div class="clearer"></div> |
---|
| 413 | </div> |
---|
| 414 | <div class="related"> |
---|
| 415 | <h3>Navigation</h3> |
---|
| 416 | <ul> |
---|
| 417 | <li class="right" style="margin-right: 10px"> |
---|
| 418 | <a href="../genindex.html" title="General Index" |
---|
| 419 | >index</a></li> |
---|
| 420 | <li class="right" > |
---|
| 421 | <a href="../py-modindex.html" title="Python Module Index" |
---|
| 422 | >modules</a> |</li> |
---|
| 423 | <li class="right" > |
---|
| 424 | <a href="gui_toolbar.html" title="gui_toolbar" |
---|
| 425 | >next</a> |</li> |
---|
| 426 | <li class="right" > |
---|
| 427 | <a href="gui_statusbar.html" title="gui_statusbar" |
---|
| 428 | >previous</a> |</li> |
---|
[bce8148] | 429 | <li><a href="../index.html">guiframe 0.1.0 documentation</a> »</li> |
---|
[96cbb53] | 430 | <li><a href="index.html" >Reference</a> »</li> |
---|
| 431 | </ul> |
---|
| 432 | </div> |
---|
| 433 | <div class="footer"> |
---|
| 434 | © Copyright 2010, sans group. |
---|
[bce8148] | 435 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. |
---|
[96cbb53] | 436 | </div> |
---|
| 437 | </body> |
---|
| 438 | </html> |
---|