Displaying 3 results from an estimated 3 matches for "load_".
Did you mean:
load
2007 Apr 13
0
[962] branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl: Fixed the documentation for load_*_subclass, where * is [Dialog, Panel, Frame].
...ion:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[962] branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl: Fixed the documentation for load_*_subclass, where * is [Dialog,Panel,Frame].</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>962</dd>
<dt>Author</dt> <dd>seanlong</dd>
<dt>Date</dt> <dd>2007-04-13 15:47:28 -0...
2011 Aug 24
1
[LLVMdev] proposal: add macro expansion of for-loop to TableGen
..., and each #i is substituted with 0 ~ 7.
As a matter of fact, we have added "(sequence ...)" to TableGen that
makes defining register classes easier. I think add for-loop expansion
to TableGen would make defining registers easier.
====Example #2====
As you may see below, each "def load_*" is almost identical. The only
difference is the memory space name (global, constant, and etc.). I
believe a for-loop can make it much more readable.
(defining memory space patterns in PTXInstrInfo.td for each memory space)
----------------------------------------
def load_global : PatFrag&l...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...+- Cleanup/corrections for Window and ControlWithItems docs (SL)
+- Added missing TIMER constants (SL)
+- Fix some rakefile warnings (AF)
+- Correct documentation for ListBox (AF)
+- Misc documentation fixes (SL)
+- Fix spelling mistake in dialog sample doc (SL)
+- Add correct documentation for XRC#load_*_subclass (SL)
+- Add constant for Targa image files (AF)
+- Make GC_NEVER unlink objects (AF)
+- Use 2.8 API for loading zipped archives (AF)
+- 2.8 API : UpdateUIEvent, TreeEvent, Event (AF)
+- 2.8 API for GenericDirCtrl, fix TreeItemId mapping (AF)
+- 2.8 API : Image, Icon, Grid, Gauge,
+- Chan...