Home
last modified time | relevance | path

Searched refs:dc2_ (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/fldiff/fldiff-1.1/
H A DDiffOpenWindow.cxx39 dc2_(325, 25, 305, 410, "File/Directory 2:"), in DiffOpenWindow()
54 dc2_.align(FL_ALIGN_TOP_LEFT); in DiffOpenWindow()
55 dc2_.callback((Fl_Callback *)dc_cb, this); in DiffOpenWindow()
56 dc2_.labelfont(FL_HELVETICA_BOLD); in DiffOpenWindow()
57 dc2_.value(v2); in DiffOpenWindow()
89 dow->dc2_.deselect(); in cancel_cb()
129 dc2_.resize(20 + (W - 30) / 2, 25, (W - 30) / 2, H - 70); in resize()
H A DDiffOpenWindow.h29 DiffChooser dc1_, dc2_; // Choosers variable
42 DiffChooser *dc2() { return (&dc2_); } in dc2()