Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkoverlaylayout.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_OVERLAY_LAYOUT   (gtk_overlay_layout_get_type ())
 
#define GTK_TYPE_OVERLAY_LAYOUT_CHILD   (gtk_overlay_layout_child_get_type ())
 

Functions

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManagergtk_overlay_layout_new (void)
 
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL void gtk_overlay_layout_child_set_measure (GtkOverlayLayoutChild *child, gboolean measure)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_overlay_layout_child_get_measure (GtkOverlayLayoutChild *child)
 
GDK_AVAILABLE_IN_ALL void gtk_overlay_layout_child_set_clip_overlay (GtkOverlayLayoutChild *child, gboolean clip_overlay)
 
GDK_AVAILABLE_IN_ALL gboolean gtk_overlay_layout_child_get_clip_overlay (GtkOverlayLayoutChild *child)
 

Macro Definition Documentation

◆ GTK_TYPE_OVERLAY_LAYOUT

#define GTK_TYPE_OVERLAY_LAYOUT   (gtk_overlay_layout_get_type ())

Definition at line 27 of file gtkoverlaylayout.h.

◆ GTK_TYPE_OVERLAY_LAYOUT_CHILD

#define GTK_TYPE_OVERLAY_LAYOUT_CHILD   (gtk_overlay_layout_child_get_type ())

Definition at line 28 of file gtkoverlaylayout.h.

Function Documentation

◆ gtk_overlay_layout_child_get_clip_overlay()

GDK_AVAILABLE_IN_ALL gboolean gtk_overlay_layout_child_get_clip_overlay ( GtkOverlayLayoutChild * child)

◆ gtk_overlay_layout_child_get_measure()

GDK_AVAILABLE_IN_ALL gboolean gtk_overlay_layout_child_get_measure ( GtkOverlayLayoutChild * child)

◆ gtk_overlay_layout_child_set_clip_overlay()

GDK_AVAILABLE_IN_ALL void gtk_overlay_layout_child_set_clip_overlay ( GtkOverlayLayoutChild * child,
gboolean clip_overlay )

◆ gtk_overlay_layout_child_set_measure()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL void gtk_overlay_layout_child_set_measure ( GtkOverlayLayoutChild * child,
gboolean measure )

◆ gtk_overlay_layout_new()

GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL GtkLayoutManager * gtk_overlay_layout_new ( void )