1 /* libsexy.vapi generated by vapigen, do not modify. */
4 [CCode (cheader_filename = "libsexy/sexy.h")]
5 public class IconEntry : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
6 [CCode (has_construct_function = false, type = "GtkWidget*")]
8 public void add_clear_button ();
9 public unowned Gtk.Image get_icon (Sexy.IconEntryPosition position);
10 public bool get_icon_highlight (Sexy.IconEntryPosition position);
11 public void set_icon (Sexy.IconEntryPosition position, Gtk.Image? icon);
12 public void set_icon_highlight (Sexy.IconEntryPosition position, bool highlight);
13 public virtual signal void icon_pressed (int icon_pos, int button);
14 public virtual signal void icon_released (int icon_pos, int button);
16 [CCode (cheader_filename = "libsexy/sexy.h")]
17 public class SpellEntry : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
18 [CCode (has_construct_function = false, type = "GtkWidget*")]
20 public void activate_default_languages ();
21 public bool activate_language (string lang) throws GLib.Error;
22 public void deactivate_language (string lang);
23 public unowned GLib.SList get_active_languages ();
24 public unowned string get_language_name (string lang);
25 public unowned GLib.SList get_languages ();
26 public bool is_checked ();
27 public bool language_is_active (string lang);
28 public bool set_active_languages (GLib.SList langs) throws GLib.Error;
29 public void set_checked (bool checked);
30 public virtual signal bool word_check (string word);
32 [CCode (cheader_filename = "libsexy/sexy.h")]
33 public class Tooltip : Gtk.Window, Atk.Implementor, Gtk.Buildable {
34 [CCode (has_construct_function = false, type = "GtkWidget*")]
36 public void position_to_rect (Gdk.Rectangle rect, Gdk.Screen screen);
37 public void position_to_widget (Gtk.Widget widget);
38 [CCode (has_construct_function = false, type = "GtkWidget*")]
39 public Tooltip.with_label (string text);
41 [CCode (cheader_filename = "libsexy/sexy.h")]
42 public class TreeView : Gtk.TreeView, Atk.Implementor, Gtk.Buildable {
43 [CCode (has_construct_function = false, type = "GtkWidget*")]
45 public void set_tooltip_label_column (uint column);
46 public virtual signal unowned Gtk.Widget get_tooltip (Gtk.TreePath path, Gtk.TreeViewColumn column);
48 [CCode (cheader_filename = "libsexy/sexy.h")]
49 public class UrlLabel : Gtk.Label, Atk.Implementor, Gtk.Buildable {
50 [CCode (has_construct_function = false, type = "GtkWidget*")]
52 public void set_markup (string markup);
53 public virtual signal void url_activated (string url);
55 [CCode (cheader_filename = "libsexy/sexy.h", cprefix = "SEXY_ICON_ENTRY_")]
56 public enum IconEntryPosition {
60 [CCode (cheader_filename = "libsexy/sexy.h", cprefix = "SEXY_SPELL_ERROR_")]
61 public enum SpellError {
64 [CCode (cheader_filename = "libsexy/sexy.h")]
65 public static GLib.Quark spell_error_quark ();