Module: Gtk::Selection

Defined in:
ext/gtk2/rbgtkselection.c

Class Method Summary collapse

Class Method Details

.add_targetObject



48
49
50
# File 'ext/gtk2/rbgtkselection.c', line 48

static VALUE
gtkdrag_selection_add_target(self, widget, selection, target, info)
VALUE self, widget, selection, target, info;

.add_targetsObject



57
58
59
# File 'ext/gtk2/rbgtkselection.c', line 57

static VALUE
gtkdrag_selection_add_targets(self, widget, selection, targets)
VALUE self, widget, selection, targets;

.clear_targetsObject



67
68
69
# File 'ext/gtk2/rbgtkselection.c', line 67

static VALUE
gtkdrag_selection_clear_targets(self, widget, selection)
VALUE self, widget, selection;

.convertObject



75
76
77
# File 'ext/gtk2/rbgtkselection.c', line 75

static VALUE
gtkdrag_selection_convert(self, widget, selection, target, time)
VALUE self, widget, selection, target, time;

.include_image?Boolean

Returns:

  • (Boolean)


94
95
96
# File 'ext/gtk2/rbgtkselection.c', line 94

static VALUE
targets_include_image(self, targets, writable)
VALUE self, targets, writable;

.include_rich_text?Boolean

Returns:

  • (Boolean)


137
138
139
# File 'ext/gtk2/rbgtkselection.c', line 137

static VALUE
targets_include_rich_text(self, targets, buffer)
VALUE self, targets, buffer;

.include_text?Boolean

Returns:

  • (Boolean)


109
110
111
# File 'ext/gtk2/rbgtkselection.c', line 109

static VALUE
targets_include_text(self, targets)
VALUE self, targets;

.include_uri?Boolean

Returns:

  • (Boolean)


122
123
124
# File 'ext/gtk2/rbgtkselection.c', line 122

static VALUE
targets_include_uri(self, targets)
VALUE self, targets;

.owner_setObject



21
22
23
# File 'ext/gtk2/rbgtkselection.c', line 21

static VALUE
gtkdrag_selection_owner_set(argc, argv, self)
int argc;

.remove_allObject



85
86
87
# File 'ext/gtk2/rbgtkselection.c', line 85

static VALUE
gtkdrag_selection_remove_all(self, widget)
VALUE self, widget;