TextViewPrint() 공개 정적인 메소드

public static TextViewPrint ( string message ) : TextBuffer
message string
리턴 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("");
 }