Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkAtom |
Struct : | Atom |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
name
()
:
String
|
Gdk.Atom |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Epiphany.EggToolbarsModel
Method |
|
Epiphany.EggToolbarsModel
Method |
|
Gdk
Method |
Adds a filter to the default display to be called when X ClientMessage events are received.
|
Gdk
Method |
|
Gdk
Method |
Finds or creates an atom corresponding to a given string.
|
Gdk
Method |
Returns the selection atom for the current source window.
|
Gdk
Method |
Gdk.property_change
(Window window, Atom property, Atom type, Number format, PropMode mode, String data, Number nelements)
:
none
|
Gdk
Method |
|
Gdk
Method |
Gdk.property_get
(Window window, Atom property, Atom type, Number offset, Number length, Number pdelete, Atom actual_property_type, Object out_values)
:
Boolean
|
Gdk
Method |
|
Gdk
Method |
|
Gdk
Method |
Determine the owner of the given selection.
|
Gdk
Method |
|
Gdk
Method |
Gdk.selection_owner_set_for_display
(Display display, Window owner, Atom selection, Number time_, Boolean send_event)
:
Boolean
Sets the GdkWindow owner as the current owner of the selection selection.
|
Gdk
Method |
Retrieves selection data that was stored by the selection data in response to a call to gdk_selection_convert().
|
Gdk
Method |
Gdk.selection_send_notify
(Number requestor, Atom selection, Atom target, Atom property, Number time_)
:
none
|
Gdk
Method |
Gdk.selection_send_notify_for_display
(Display display, Number requestor, Atom selection, Atom target, Atom property, Number time_)
:
none
Send a response to SelectionRequest event.
|
Gdk
Method |
|
Gdk
Method |
Gdk.string_to_compound_text_for_display
(Display display, String str, Atom encoding, Object out_values)
:
Number
Convert a string from the encoding of the current locale into a form suitable for storing in a window property.
|
Gdk
Method |
Gdk.text_property_to_text_list
(Atom encoding, Number format, String text, Number length, String list)
:
Number
|
Gdk
Method |
Gdk.text_property_to_text_list_for_display
(Display display, Atom encoding, Number format, String text, Number length, String list)
:
Number
Convert a text string from the encoding as it is stored in a property into an array of strings in the encoding of the current locale.
|
Gdk
Method |
Gdk.text_property_to_utf8_list
(Atom encoding, Number format, String text, Number length, String list)
:
Number
Convert a text property in the giving encoding to a list of UTF-8 strings.
|
Gdk
Method |
Gdk.text_property_to_utf8_list_for_display
(Display display, Atom encoding, Number format, String text, Number length, String list)
:
Number
Converts a text property in the given encoding to a list of UTF-8 strings.
|
Gdk
Method |
Convert from UTF-8 to compound text.
|
Gdk
Method |
Gdk.utf8_to_compound_text_for_display
(Display display, String str, Atom encoding, Object out_values)
:
Boolean
Converts from UTF-8 to compound text.
|
Gdk.Display
Method |
Adds a filter to be called when X ClientMessage events are received.
|
Gdk.Display
Method |
Request GdkEventOwnerChange events for ownership changes of the selection named by the given atom.
|
Gdk.Display
Method |
|
Gtk
Method |
Looks for a match between context->targets and the returning GDK_NONE.
|
Gtk
Method |
|
Gtk
Method |
Appends a specified target to the list of supported targets for a given widget and selection.
|
Gtk
Method |
Gtk.selection_add_targets
(Widget widget, Atom selection, TargetEntry targets, Number ntargets)
:
none
Prepends a table of targets to the list of supported targets for a given widget and selection.
|
Gtk
Method |
Remove all targets registered for the given selection for the widget.
|
Gtk
Method |
Requests the contents of a selection.
|
Gtk
Method |
Claims ownership of a given selection for a particular widget, or, if widget is NULL, release ownership of the selection.
|
Gtk
Method |
Gtk.selection_owner_set_for_display
(Display display, Widget widget, Atom selection, Number time_)
:
Boolean
Claim ownership of a given selection for a particular widget, or, if widget is NULL, release ownership of the selection.
|
Gtk
Method |
Determines if any of the targets in targets can be used to provide a GdkPixbuf.
|
Gtk
Method |
Determines if any of the targets in targets can be used to provide rich text.
|
Gtk
Method |
Determines if any of the targets in targets can be used to provide text.
|
Gtk
Method |
Determines if any of the targets in targets can be used to provide an uri list.
|
Gtk.Clipboard
Method |
Returns the clipboard object for the given selection.
|
Gtk.Clipboard
Method |
Returns the clipboard object for the given selection.
|
Gtk.Clipboard
Method |
Requests the contents of clipboard as the given target.
|
Gtk.Clipboard
Method |
wait_for_contents
(Atom target)
:
Gtk.SelectionData
Requests the contents of the clipboard using the given target.
|
Gtk.Clipboard
Method |
Requests the contents of the clipboard as rich text.
|
Gtk.Clipboard
Method |
|
Gtk.Clipboard
Method |
Checks if a clipboard supports pasting data of a given type.
|
Gtk.SelectionData
Method |
get_selection
()
:
Gdk.Atom
Retrieves the selection GdkAtom of the selection data.
|
Gtk.SelectionData
Method |
get_target
()
:
Gdk.Atom
Retrieves the target of the selection.
|
Gtk.SelectionData
Method |
get_data_type
()
:
Gdk.Atom
Retrieves the data type of the selection.
|
Gtk.SelectionData
Method |
Stores new data into a GtkSelectionData object.
|
Gtk.SelectionData
Method |
Gets the contents of selection_data as an array of targets.
|
Gtk.TargetList
Method |
Appends another target to a GtkTargetList.
|
Gtk.TargetList
Method |
remove
(Atom target)
:
none
Removes a target from a target list.
|
Gtk.TargetList
Method |
Looks up a given target in a GtkTargetList.
|
Gtk.TextBuffer
Method |
register_serialize_format
(String mime_type, Function function, void* user_data, Function user_data_destroy)
:
Gdk.Atom
This function registers a rich text serialization function along with its mime_type with the passed buffer.
|
Gtk.TextBuffer
Method |
This function registers GTK+'s internal rich text serialization format with the passed buffer.
|
Gtk.TextBuffer
Method |
register_deserialize_format
(String mime_type, Function function, void* user_data, Function user_data_destroy)
:
Gdk.Atom
This function registers a rich text deserialization function along with its mime_type with the passed buffer.
|
Gtk.TextBuffer
Method |
This function registers GTK+'s internal rich text serialization format with the passed buffer.
|
Gtk.TextBuffer
Method |
unregister_serialize_format
(Atom format)
:
none
This function unregisters a rich text format that was previously registered using gtk_text_buffer_register_serialize_format() or gtk_text_buffer_register_serialize_tagset()
|
Gtk.TextBuffer
Method |
unregister_deserialize_format
(Atom format)
:
none
This function unregisters a rich text format that was previously registered using gtk_text_buffer_register_deserialize_format() or gtk_text_buffer_register_deserialize_tagset().
|
Gtk.TextBuffer
Method |
Use this function to allow a rich text deserialization function to create new tags in the receiving buffer.
|
Gtk.TextBuffer
Method |
This functions returns the value set with gtk_text_buffer_deserialize_set_can_create_tags()
|
Gtk.TextBuffer
Method |
This function returns the rich text serialize formats registered with buffer using gtk_text_buffer_register_serialize_format() or gtk_text_buffer_register_serialize_tagset() formats.
|
Gtk.TextBuffer
Method |
This function returns the rich text deserialize formats registered with buffer using gtk_text_buffer_register_deserialize_format() or gtk_text_buffer_register_deserialize_tagset() formats.
|
Gtk.TextBuffer
Method |
serialize
(TextBuffer content_buffer, Atom format, TextIter start, TextIter end, Object out_values)
:
String
This function serializes the portion of text between start and end in the rich text format represented by format.
|
Gtk.TextBuffer
Method |
deserialize
(TextBuffer content_buffer, Atom format, TextIter iter, String data, Number length)
:
Boolean
This function deserializes rich text in format format and inserts it at iter.
|
Gtk.Widget
Method |
get_clipboard
(Atom selection)
:
Gtk.Clipboard
Returns the clipboard object for the given selection to be used with widget.
|