Help for this page

Select Code to Download


  1. or download this
    $match_box_wdg = $re_edit_frame_wdg->SearchEntry(
        -width => 70,
    ...
        -padx => 5,
        -pady => 1,
    );
    
  2. or download this
    $match_box_wdg = $re_edit_frame_wdg->Scrolled(
        'SearchEntry', #custom widget
    ...
        -padx => 5,
        -pady => 1,
    )->Subwidget('scrolled');