Help for this page

Select Code to Download


  1. or download this
    <text_ctrl
        internal_name="text_ctrl_details" 
    ...
        x_size="400" 
        y_size="110"
        style="wxTE_MULTILINE" />
    
  2. or download this
    Wx::TextCtrl->new( $parent_panel, -1, $entry->att('value'), [$entry->a
    +tt('x_coordinate'), $entry->att('y_coordinate')], [$entry->att('x_siz
    +e'), $entry->att('y_size')], $entry->att('style') );