TextViewPrint() public static method

public static TextViewPrint ( string message ) : TextBuffer
message string
return TextBuffer
コード例 #1
0
 private void connectingInfoShow()
 {
     textview_ports_found_explanation.Buffer = UtilGtk.TextViewPrint(
         Catalog.GetString("If you just plugged Chronopic cable and expected port is not listed, close and open again this window.") + "\n" +
         Catalog.GetString("If you have problems connecting with Chronopic, press help button.")
         //saferPorts
         );
 }
コード例 #2
0
 private void connectingInfoHide()
 {
     textview_ports_found_explanation.Buffer = UtilGtk.TextViewPrint("");
 }