C# Class Eto.GtkSharp.NativeMethods

Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode Description
ClipboardWaitForTargets ( IntPtr cp, Gdk &atoms ) : bool
StopEmissionByName ( GLib o, string signal ) : void
gtk_color_chooser_dialog_new ( string title, IntPtr parrent ) : IntPtr
gtk_color_chooser_get_rgba ( IntPtr chooser ) : Gdk.RGBA
gtk_color_chooser_set_rgba ( IntPtr chooser, double color ) : void
gtk_entry_set_placeholder_text ( Gtk entry, string text ) : void

Private Methods

Méthode Description
NativeMethods ( ) : System

Method Details

ClipboardWaitForTargets() public static méthode

public static ClipboardWaitForTargets ( IntPtr cp, Gdk &atoms ) : bool
cp System.IntPtr
atoms Gdk
Résultat bool

StopEmissionByName() public static méthode

public static StopEmissionByName ( GLib o, string signal ) : void
o GLib
signal string
Résultat void

gtk_color_chooser_dialog_new() public static méthode

public static gtk_color_chooser_dialog_new ( string title, IntPtr parrent ) : IntPtr
title string
parrent System.IntPtr
Résultat System.IntPtr

gtk_color_chooser_get_rgba() public static méthode

public static gtk_color_chooser_get_rgba ( IntPtr chooser ) : Gdk.RGBA
chooser System.IntPtr
Résultat Gdk.RGBA

gtk_color_chooser_set_rgba() public static méthode

public static gtk_color_chooser_set_rgba ( IntPtr chooser, double color ) : void
chooser System.IntPtr
color double
Résultat void

gtk_entry_set_placeholder_text() public static méthode

public static gtk_entry_set_placeholder_text ( Gtk entry, string text ) : void
entry Gtk
text string
Résultat void