Method | Description | |
---|---|---|
BuildTargetTable ( TransferDataType types ) : Gtk.TargetList | ||
GetBestSizeFit ( double size, Gtk availablesizes = null ) : Gtk.IconSize | ||
GetBestSizeFitSize ( double size ) : double | ||
GetDefaultScaleFactor ( ) : double | ||
GetScaleFactor ( Gtk w ) : double | ||
GetSelectionData ( ApplicationContext context, Gtk data, TransferDataStore target ) : bool | ||
SetDragData ( TransferDataSource data, Gtk args ) : void | ||
SetSelectionData ( Gtk data, string atomType, object val ) : void | ||
ToGtkStock ( string id ) : |
||
WithDefaultSize ( this image, Gtk defaultIconSize ) : ImageDescription |
Method | Description | |
---|---|---|
AtomToType ( string targetName ) : TransferDataType | ||
CreateTargetEntries ( TransferDataType type ) : Gtk.TargetEntry[] | ||
Dispose ( this cr ) : void | ||
GetDragTypes ( Gdk dropTypes ) : TransferDataType[] | ||
GetTarget ( this cr ) : Cairo.Surface | ||
SetSource ( this cr, Cairo pattern ) : void | ||
SetSourceColor ( this cr, Cairo color ) : void | ||
Util ( ) : System |
public static BuildTargetTable ( TransferDataType types ) : Gtk.TargetList | ||
types | TransferDataType | |
return | Gtk.TargetList |
public static GetBestSizeFit ( double size, Gtk availablesizes = null ) : Gtk.IconSize | ||
size | double | |
availablesizes | Gtk | |
return | Gtk.IconSize |
public static GetBestSizeFitSize ( double size ) : double | ||
size | double | |
return | double |
public static GetDefaultScaleFactor ( ) : double | ||
return | double |
public static GetScaleFactor ( Gtk w ) : double | ||
w | Gtk | |
return | double |
public static GetSelectionData ( ApplicationContext context, Gtk data, TransferDataStore target ) : bool | ||
context | ApplicationContext | |
data | Gtk | |
target | TransferDataStore | |
return | bool |
public static SetDragData ( TransferDataSource data, Gtk args ) : void | ||
data | TransferDataSource | |
args | Gtk | |
return | void |
public static SetSelectionData ( Gtk data, string atomType, object val ) : void | ||
data | Gtk | |
atomType | string | |
val | object | |
return | void |
public static ToGtkStock ( string id ) : |
||
id | string | |
return |
public static WithDefaultSize ( this image, Gtk defaultIconSize ) : ImageDescription | ||
image | this | |
defaultIconSize | Gtk | |
return | ImageDescription |