[ create a new paste ] login | about

Link: http://codepad.org/mhhR3cnn    [ raw code | fork ]

joel_f - C++, pasted on Apr 3:
1
2
3
4
5
6
7
8
9
10
11
12
windows<dialog> w;

w = frame("Choose a File to Open")
    [
      listbox<columns,no_icons>(pos_x,pos_y)
      [
        on_select = ...
      , on_move = ...
      ]
      ,
      button("&OK", on_click =&do_ok) | button("&Cancel", on_click =&do_cancel)
    ];


Create a new paste based on this one


Comments: