Help for this page

Select Code to Download


  1. or download this
    $statusbar = new Gtk::Statusbar();
    $vbox->pack_start( $statusbar, $true, $true, 0 );
    $statusbar->push( $context_id, "Please select an option" );
    $statusbar->show();
    
  2. or download this
    sub GetButtonClicked
    {
    ...
    ContactFromDevice();
    LoadFileToText();
    }