프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SpinButtonTimeWidthChars | int |
메소드 | 설명 | |
---|---|---|
ColumnWidth ( Gtk.Widget widget, string text ) : int | ||
CreateTreeViewColumn ( string title, int width, Gtk.CellRenderer cell, TreeCellDataFunc dataFunction ) : Gtk.TreeViewColumn | ||
GetFormattedText ( string text ) : string | ||
GetSystemNewlineType ( ) : NewlineType | ||
IntToPath ( int index ) : Gtk.TreePath |
Returns a TreePath corresponding to the specified index.
|
|
IntsToPaths ( int indices ) : Gtk.TreePath[] |
Returns an array of TreePath from an array of ints.
|
|
IsPathValid ( Gtk.TreePath path ) : bool | ||
MillisecondsToTimeText ( int milliseconds ) : string | ||
OnTimeInput ( object o, Gtk.InputArgs args ) : void | ||
OnTimeOutput ( object o, OutputArgs args ) : void | ||
OpenBugReport ( ) : void | ||
OpenSendEmail ( string email ) : void | ||
OpenUrl ( string url ) : void | ||
PathNext ( Gtk.TreePath path ) : Gtk.TreePath |
Returns the path that succeeds the specified path.
|
|
PathPrevious ( Gtk.TreePath path ) : Gtk.TreePath |
Returns the path that precedes the specified path.
|
|
PathToInt ( Gtk.TreePath path ) : int |
Returns the index of a TreePath.
|
|
PathsAreEqual ( Gtk.TreePath path1, Gtk.TreePath path2 ) : bool |
Checks whether two path are equal. They are considered equal if they have the same indice.
|
|
QuoteFilename ( string filename ) : string |
Quotes a filename.
|
|
SecondsToTimeText ( double seconds ) : string | ||
SetSpinButtonAdjustment ( Gtk.SpinButton spinButton, System.TimeSpan upperLimit, bool canNegate ) : void | ||
SetSpinButtonAdjustment ( Gtk.SpinButton spinButton, int upperLimit, bool canNegate ) : void | ||
SetSpinButtonMaxAdjustment ( Gtk.SpinButton spinButton, TimingMode timingMode, bool toNegate ) : void | ||
SetSpinButtonTimingMode ( Gtk.SpinButton spinButton, TimingMode timingMode ) : void | ||
TextWidth ( Gtk.Widget widget, string text, int margins ) : int | ||
TimeSpanToText ( System.TimeSpan time ) : string |
Converts a timespan to a text representation. The resulting string is in the format [-]hh:mm:ss.fff. This format is accepted by TimeSpan.Parse. |
|
TimeTextToMilliseconds ( string text ) : int | ||
ToString ( float number ) : string |
Returns the invariant culture string of a number.
|
public static ColumnWidth ( Gtk.Widget widget, string text ) : int | ||
widget | Gtk.Widget | |
text | string | |
리턴 | int |
public static CreateTreeViewColumn ( string title, int width, Gtk.CellRenderer cell, TreeCellDataFunc dataFunction ) : Gtk.TreeViewColumn | ||
title | string | |
width | int | |
cell | Gtk.CellRenderer | |
dataFunction | TreeCellDataFunc | |
리턴 | Gtk.TreeViewColumn |
public static GetFormattedText ( string text ) : string | ||
text | string | |
리턴 | string |
public static GetSystemNewlineType ( ) : NewlineType | ||
리턴 | NewlineType |
public static IntToPath ( int index ) : Gtk.TreePath | ||
index | int | |
리턴 | Gtk.TreePath |
public static IntsToPaths ( int indices ) : Gtk.TreePath[] | ||
indices | int | |
리턴 | Gtk.TreePath[] |
public static IsPathValid ( Gtk.TreePath path ) : bool | ||
path | Gtk.TreePath | |
리턴 | bool |
public static MillisecondsToTimeText ( int milliseconds ) : string | ||
milliseconds | int | |
리턴 | string |
public static OnTimeInput ( object o, Gtk.InputArgs args ) : void | ||
o | object | |
args | Gtk.InputArgs | |
리턴 | void |
public static OnTimeOutput ( object o, OutputArgs args ) : void | ||
o | object | |
args | OutputArgs | |
리턴 | void |
public static PathNext ( Gtk.TreePath path ) : Gtk.TreePath | ||
path | Gtk.TreePath | |
리턴 | Gtk.TreePath |
public static PathPrevious ( Gtk.TreePath path ) : Gtk.TreePath | ||
path | Gtk.TreePath | |
리턴 | Gtk.TreePath |
public static PathsAreEqual ( Gtk.TreePath path1, Gtk.TreePath path2 ) : bool | ||
path1 | Gtk.TreePath | |
path2 | Gtk.TreePath | |
리턴 | bool |
public static QuoteFilename ( string filename ) : string | ||
filename | string | |
리턴 | string |
public static SecondsToTimeText ( double seconds ) : string | ||
seconds | double | |
리턴 | string |
public static SetSpinButtonAdjustment ( Gtk.SpinButton spinButton, System.TimeSpan upperLimit, bool canNegate ) : void | ||
spinButton | Gtk.SpinButton | |
upperLimit | System.TimeSpan | |
canNegate | bool | |
리턴 | void |
public static SetSpinButtonAdjustment ( Gtk.SpinButton spinButton, int upperLimit, bool canNegate ) : void | ||
spinButton | Gtk.SpinButton | |
upperLimit | int | |
canNegate | bool | |
리턴 | void |
public static SetSpinButtonMaxAdjustment ( Gtk.SpinButton spinButton, TimingMode timingMode, bool toNegate ) : void | ||
spinButton | Gtk.SpinButton | |
timingMode | TimingMode | |
toNegate | bool | |
리턴 | void |
public static SetSpinButtonTimingMode ( Gtk.SpinButton spinButton, TimingMode timingMode ) : void | ||
spinButton | Gtk.SpinButton | |
timingMode | TimingMode | |
리턴 | void |
public static TextWidth ( Gtk.Widget widget, string text, int margins ) : int | ||
widget | Gtk.Widget | |
text | string | |
margins | int | |
리턴 | int |
public static TimeSpanToText ( System.TimeSpan time ) : string | ||
time | System.TimeSpan | The time to convert to text. |
리턴 | string |
public static TimeTextToMilliseconds ( string text ) : int | ||
text | string | |
리턴 | int |