Search

July 16, 2004
Issues »
...F) { class Not
    : public Predicate!(argument_type_selector!(F).argument_type)
{
public:
    this(F f...
April 20, 2004
c++.stlsoft »
...in handy while doing a font name selector (which I happen to be currently doing...
March 13, 2004
D »
...fileSelector = new Button (this)
  fileSelector.caption ("&File Selector");
  fileSelector.onClick.add (&fileSelectorClick);
  fileSelector.alignLeft (true...
March 12, 2004
D »
...lines of:

fileSelector = new Button(this, "&File Selector", &fileSelectorClick);
fileSelector.align(Align.EAST);
fileSelector.sticky...
March 12, 2004
D »
...with (fileSelector = new Button (this))
        {
            caption ("&File Selector");
            onClick.add (&fileSelectorClick);
            alignLeft (true);
            gridAddRow (0...
September 28, 2003
D »
...threadStart;

static Thread detachThread(threadStart selector);
static Thread detachThread(hreadStart selector, void *object);   // PLUS
DELEGATES...
May 26, 2003
D »
...How I may receive data from different selector?

This is a fragment of "Win32 Programmer...
May 03, 2003
D »
...aa, b = &bb;
int&& selector = which ? &a : &b;
int& result = selector;
print(result);

I doubt...
April 26, 2003
D »
...document, you can use the @page media selector to add special formatting for printing, including...
January 18, 2003
D »
...slate.tunes.org/ provides a multiple collection
selector. But they're use dynamic typing and...
30 31 32 33 34 35 36 37 38 39 40 41
Next ›   Last »