sim - set the dialog list as read only
This commit is contained in:
parent
32d45f7e3f
commit
ae3a5c1c5f
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
||||
// C++ code generated with wxFormBuilder (version 3.10.1-88b0f50)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||
|
@ -102,7 +102,7 @@ SIM_PLOT_FRAME_BASE::SIM_PLOT_FRAME_BASE( wxWindow* parent, wxWindowID id, const
|
|||
|
||||
// Grid
|
||||
m_signalsGrid->CreateGrid( 0, 5 );
|
||||
m_signalsGrid->EnableEditing( true );
|
||||
m_signalsGrid->EnableEditing( false );
|
||||
m_signalsGrid->EnableGridLines( true );
|
||||
m_signalsGrid->EnableDragGridSize( false );
|
||||
m_signalsGrid->SetMargins( 0, 0 );
|
||||
|
|
|
@ -843,7 +843,7 @@
|
|||
<property name="drag_col_size">1</property>
|
||||
<property name="drag_grid_size">0</property>
|
||||
<property name="drag_row_size">1</property>
|
||||
<property name="editing">1</property>
|
||||
<property name="editing">0</property>
|
||||
<property name="enabled">1</property>
|
||||
<property name="fg"></property>
|
||||
<property name="floatable">1</property>
|
||||
|
|
Loading…
Reference in New Issue