mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
Move GdkWindowWindowClass to private headers
This enum is no longer used in public api.
This commit is contained in:
parent
394c21da98
commit
953e762843
@ -156,6 +156,13 @@ struct _GdkEventPrivate
|
|||||||
|
|
||||||
typedef struct _GdkWindowPaint GdkWindowPaint;
|
typedef struct _GdkWindowPaint GdkWindowPaint;
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
GDK_INPUT_OUTPUT,
|
||||||
|
GDK_INPUT_ONLY
|
||||||
|
} GdkWindowWindowClass;
|
||||||
|
|
||||||
|
|
||||||
struct _GdkWindowAttr
|
struct _GdkWindowAttr
|
||||||
{
|
{
|
||||||
gint event_mask;
|
gint event_mask;
|
||||||
|
@ -39,23 +39,6 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
typedef struct _GdkGeometry GdkGeometry;
|
typedef struct _GdkGeometry GdkGeometry;
|
||||||
|
|
||||||
/**
|
|
||||||
* GdkWindowWindowClass:
|
|
||||||
* @GDK_INPUT_OUTPUT: window for graphics and events
|
|
||||||
* @GDK_INPUT_ONLY: window for events only
|
|
||||||
*
|
|
||||||
* @GDK_INPUT_OUTPUT windows are the standard kind of window you might expect.
|
|
||||||
* Such windows receive events and are also displayed on screen.
|
|
||||||
* @GDK_INPUT_ONLY windows are invisible; they are usually placed above other
|
|
||||||
* windows in order to trap or filter the events. You can’t draw on
|
|
||||||
* @GDK_INPUT_ONLY windows.
|
|
||||||
*/
|
|
||||||
typedef enum
|
|
||||||
{
|
|
||||||
GDK_INPUT_OUTPUT, /*< nick=input-output >*/
|
|
||||||
GDK_INPUT_ONLY /*< nick=input-only >*/
|
|
||||||
} GdkWindowWindowClass;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GdkWindowType:
|
* GdkWindowType:
|
||||||
* @GDK_WINDOW_ROOT: root window; this window has no parent, covers the entire
|
* @GDK_WINDOW_ROOT: root window; this window has no parent, covers the entire
|
||||||
|
Loading…
Reference in New Issue
Block a user