diff options
author | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 11:37:49 (GMT) |
---|---|---|
committer | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 11:37:49 (GMT) |
commit | 8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b (patch) | |
tree | dc800ad187dcc2603f743f57f525679677974a60 /Source/FLTKDialog/CMakeSetupGUI.fl | |
parent | d21fca47a968202aec241b60d0c44d367171c221 (diff) | |
download | CMake-8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b.zip CMake-8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b.tar.gz CMake-8fe1e1fcc6be2de71ebe3ce2e252c2e8bd75931b.tar.bz2 |
ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks now
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUI.fl')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUI.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUI.fl b/Source/FLTKDialog/CMakeSetupGUI.fl index a62adbc..1c6dc1e 100644 --- a/Source/FLTKDialog/CMakeSetupGUI.fl +++ b/Source/FLTKDialog/CMakeSetupGUI.fl @@ -7,11 +7,11 @@ gridy 5 snap 3 class CMakeSetupGUI {open } { - Function {CMakeSetupGUI()} {open + Function {CMakeSetupGUI()} {open selected } { Fl_Window dialogWindow { - label CMakeSetupDialog open - xywh {401 125 563 363} resizable visible + label CMakeSetupDialog + xywh {190 106 563 363} resizable visible } { Fl_Input sourcePathTextInput { label {Where is the source code: } @@ -25,7 +25,7 @@ class CMakeSetupGUI {open } Fl_Input binaryPathTextInput { label {Where do you want to build the binaries: } - callback {SetBinaryPath( binaryPathTextInput->value() );} selected + callback {SetBinaryPath( binaryPathTextInput->value() );} xywh {219 50 200 20} labelsize 11 when 8 textsize 11 } Fl_Button {} { |