forked from AuroraMiddleware/gtk
b1165617b7
Fri Nov 8 20:14:52 2002 Soeren Sandmann <sandmann@daimi.au.dk> * docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml docs/reference/gdk/tmpl/gdk-unused.sgml docs/reference/gdk/tmpl/gdkdisplay.sgml docs/reference/gdk/tmpl/general.sgml docs/reference/gdk/tmpl/input_devices.sgml docs/reference/gdk/tmpl/selections.sgml docs/reference/gtk/tmpl/gtkcellrenderer.sgml docs/reference/gtk/tmpl/gtkcurve.sgml docs/reference/gtk/tmpl/gtkdnd.sgml docs/reference/gtk/tmpl/gtkitemfactory.sgml docs/reference/gtk/tmpl/gtkmenu.sgml docs/reference/gtk/tmpl/gtkoldeditable.sgml docs/reference/gtk/tmpl/gtkoptionmenu.sgml docs/reference/gtk/tmpl/gtkpreview.sgml docs/reference/gtk/tmpl/gtkselection.sgml docs/reference/gtk/tmpl/gtksocket.sgml docs/reference/gtk/tmpl/gtkstyle.sgml docs/reference/gtk/tmpl/gtktextbuffer.sgml docs/reference/gtk/tmpl/gtktreemodel.sgml docs/reference/gtk/tmpl/gtkwidget.sgml gdk/gdk.h gdk/gdkdisplay.c gdk/gdkdisplay.h gdk/gdkdnd.h gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkinput.h gdk/gdkselection.h gdk/x11/gdkdisplay-x11.c gdk/x11/gdkdnd-x11.c gdk/x11/gdkselection-x11.c gtk/gtkcurve.h gtk/gtkdnd.h gtk/gtkitemfactory.c gtk/gtkitemfactory.h gtk/gtkmenu.h gtk/gtkoldeditable.c gtk/gtkoldeditable.h gtk/gtkoptionmenu.h gtk/gtkplug.c gtk/gtkplug.h gtk/gtkpreview.h gtk/gtkrange.h gtk/gtkselection.c gtk/gtkselection.h gtk/gtksocket.c gtk/gtksocket.h gtk/gtkstyle.c gtk/gtkstyle.h gtk/gtktextlayout.c gtk/gtktextlayout.h gtk/gtktreemodel.c gtk/gtktreemodel.h gtk/gtkwidget.h Trivial s/foo/foo_/ fixes to make gtk.h includable with -Wshadow without warnings. (#91680)
262 lines
4.4 KiB
Plaintext
262 lines
4.4 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GdkDisplay
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
controls the keyboard/mouse pointer grabs and a set of <type>GdkScreen</type>s
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
#GdkDisplay objects purpose are two fold:
|
|
<itemizedlist>
|
|
<listitem><para>To grab/ungrab keyboard focus and mouse pointer</para></listitem>
|
|
<listitem><para>To manage and provide information about the #GdkScreen(s)
|
|
available for this #GdkDisplay
|
|
</para></listitem>
|
|
</itemizedlist>
|
|
</para>
|
|
<para>
|
|
#GdkDisplay objects are the GDK representation of the X Display which can be
|
|
described as <emphasis>a workstation consisting of a keyboard a pointing
|
|
device (such as a mouse) and one or more screens</emphasis>.
|
|
It is used to open and keep track of various #GdkScreen objects currently
|
|
instanciated by the application. It is also used to grab and release the keyboard
|
|
and the mouse pointer.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GdkDisplay ##### -->
|
|
<para>
|
|
The <structname>GdkDisplay</structname> struct is the GDK representation
|
|
of an X display. All its fields are private and should not be accessed directly.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_open ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display_name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_default ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_name ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_n_screens ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_screen ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@screen_num:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_default_screen ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_pointer_ungrab ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@time_:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_keyboard_ungrab ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@time_:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_pointer_is_grabbed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_beep ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_sync ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_close ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_list_devices ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_event ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_peek_event ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_put_event ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@event:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_add_client_message_filter ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@message_type:
|
|
@func:
|
|
@data:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_set_double_click_time ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@msec:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_pointer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@screen:
|
|
@x:
|
|
@y:
|
|
@mask:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_display_get_window_at_pointer ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@win_x:
|
|
@win_y:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### STRUCT GdkDisplayPointerHooks ##### -->
|
|
<para>
|
|
A table of pointers to functions for getting quantities related to
|
|
the current pointer position. Each #GdkDisplay has a table of this type,
|
|
which can be set using gdk_display_set_pointer_hooks().
|
|
</para>
|
|
<para>
|
|
This is only useful for such low-level tools as an event recorder.
|
|
Applications should never have any reason to use this facility
|
|
</para>
|
|
|
|
@get_pointer: Obtains the current pointer position and modifier state.
|
|
The position is given in coordinates relative to the window containing
|
|
the pointer, which is returned in @window.
|
|
@window_get_pointer: Obtains the window underneath the mouse pointer.
|
|
Current pointer position and modifier state are returned in @x, @y and
|
|
@mask. The position is given in coordinates relative to @window.
|
|
@window_at_pointer: Obtains the window underneath the mouse pointer,
|
|
returning the location of that window in @win_x, @win_y. Returns %NULL
|
|
if the window under the mouse pointer is not known to GDK (for example,
|
|
belongs to another application).
|
|
|
|
<!-- ##### FUNCTION gdk_display_set_pointer_hooks ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@display:
|
|
@new_hooks:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GdkDisplay::closed ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@gdkdisplay: the object which received the signal.
|
|
@arg1:
|
|
|