Method | Description | |
---|---|---|
AddImageMenuButton ( string title, string imgName, Gtk parent, EventHandler OnMenuClicked ) : Gtk.ImageMenuItem | ||
CenterChildToParent ( Gtk parent, Gtk child ) : void | ||
ConfirmDialog ( string message ) : bool | ||
InfoDialog ( string message, MessageType msgType = MessageType.Info ) : void | ||
OpenDirectoryDialog ( string message ) : string | ||
OpenFileDialog ( string message ) : string | ||
QuestionDialog ( string message ) : ResponseType |
public static AddImageMenuButton ( string title, string imgName, Gtk parent, EventHandler OnMenuClicked ) : Gtk.ImageMenuItem | ||
title | string | |
imgName | string | |
parent | Gtk | |
OnMenuClicked | EventHandler | |
return | Gtk.ImageMenuItem |
public static CenterChildToParent ( Gtk parent, Gtk child ) : void | ||
parent | Gtk | |
child | Gtk | |
return | void |
public static ConfirmDialog ( string message ) : bool | ||
message | string | |
return | bool |
public static InfoDialog ( string message, MessageType msgType = MessageType.Info ) : void | ||
message | string | |
msgType | MessageType | |
return | void |
public static OpenDirectoryDialog ( string message ) : string | ||
message | string | |
return | string |
public static OpenFileDialog ( string message ) : string | ||
message | string | |
return | string |
public static QuestionDialog ( string message ) : ResponseType | ||
message | string | |
return | ResponseType |