Rev 1742 | Rev 1857 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1742 | Rev 1824 | ||
---|---|---|---|
Line 105... | Line 105... | ||
105 | pt.step.set ("Step", 1, 1, MILLION, this, 0); |
105 | pt.step.set ("Step", 1, 1, MILLION, this, 0); |
106 | 106 | ||
107 | close.set_text ("Close"); |
107 | close.set_text ("Close"); |
108 | close.set_listener (&cll); |
108 | close.set_listener (&cll); |
109 | 109 | ||
110 | /*#ifdef __WIDGET_MOVE__
|
- | |
111 | widget* ses [] = {&pt.start, &pt.end, &pt.step, &cb_auto_apply, &b_apply};
|
- | |
112 | make_hierarchy (ses, 5);
|
- | |
113 | #endif*/
|
- | |
114 | - | ||
115 | widget_load ("d_countries", ctrls); |
110 | widget_load ("d_countries", ctrls); |
116 | 111 | ||
117 | load_params (); |
112 | load_params (); |
118 | lf_search.fld.set_text (index[id]); |
113 | lf_search.fld.set_text (index[id]); |
119 | 114 |