Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkeventcontrollerfocus.h File Reference
#include <gdk/gdk.h>
#include <gtk/gtkeventcontroller.h>
#include <gtk/gtkimcontext.h>

Go to the source code of this file.

Macros

#define GTK_TYPE_EVENT_CONTROLLER_FOCUS   (gtk_event_controller_focus_get_type ())
 
#define GTK_EVENT_CONTROLLER_FOCUS(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocus))
 
#define GTK_EVENT_CONTROLLER_FOCUS_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocusClass))
 
#define GTK_IS_EVENT_CONTROLLER_FOCUS(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS))
 
#define GTK_IS_EVENT_CONTROLLER_FOCUS_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_FOCUS))
 
#define GTK_EVENT_CONTROLLER_FOCUS_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocusClass))
 

Typedefs

typedef struct _GtkEventControllerFocus GtkEventControllerFocus
 
typedef struct _GtkEventControllerFocusClass GtkEventControllerFocusClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_event_controller_focus_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL GtkEventControllergtk_event_controller_focus_new (void)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_focus_contains_focus (GtkEventControllerFocus *self)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_focus_is_focus (GtkEventControllerFocus *self)
 

Macro Definition Documentation

◆ GTK_EVENT_CONTROLLER_FOCUS

#define GTK_EVENT_CONTROLLER_FOCUS ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocus))

Definition at line 33 of file gtkeventcontrollerfocus.h.

◆ GTK_EVENT_CONTROLLER_FOCUS_CLASS

#define GTK_EVENT_CONTROLLER_FOCUS_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocusClass))

Definition at line 34 of file gtkeventcontrollerfocus.h.

◆ GTK_EVENT_CONTROLLER_FOCUS_GET_CLASS

#define GTK_EVENT_CONTROLLER_FOCUS_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS, GtkEventControllerFocusClass))

Definition at line 37 of file gtkeventcontrollerfocus.h.

◆ GTK_IS_EVENT_CONTROLLER_FOCUS

#define GTK_IS_EVENT_CONTROLLER_FOCUS ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_FOCUS))

Definition at line 35 of file gtkeventcontrollerfocus.h.

◆ GTK_IS_EVENT_CONTROLLER_FOCUS_CLASS

#define GTK_IS_EVENT_CONTROLLER_FOCUS_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_FOCUS))

Definition at line 36 of file gtkeventcontrollerfocus.h.

◆ GTK_TYPE_EVENT_CONTROLLER_FOCUS

#define GTK_TYPE_EVENT_CONTROLLER_FOCUS   (gtk_event_controller_focus_get_type ())

Definition at line 32 of file gtkeventcontrollerfocus.h.

Typedef Documentation

◆ GtkEventControllerFocus

typedef struct _GtkEventControllerFocus GtkEventControllerFocus

Definition at line 39 of file gtkeventcontrollerfocus.h.

◆ GtkEventControllerFocusClass

typedef struct _GtkEventControllerFocusClass GtkEventControllerFocusClass

Definition at line 40 of file gtkeventcontrollerfocus.h.

Function Documentation

◆ gtk_event_controller_focus_contains_focus()

GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_focus_contains_focus ( GtkEventControllerFocus * self)

◆ gtk_event_controller_focus_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_event_controller_focus_get_type ( void )

◆ gtk_event_controller_focus_is_focus()

GDK_AVAILABLE_IN_ALL gboolean gtk_event_controller_focus_is_focus ( GtkEventControllerFocus * self)

◆ gtk_event_controller_focus_new()

GDK_AVAILABLE_IN_ALL GtkEventController * gtk_event_controller_focus_new ( void )