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

Go to the source code of this file.

Macros

#define GTK_TYPE_CELL_AREA_BOX   (gtk_cell_area_box_get_type ())
 
#define GTK_CELL_AREA_BOX(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA_BOX, GtkCellAreaBox))
 
#define GTK_IS_CELL_AREA_BOX(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA_BOX))
 

Typedefs

typedef struct _GtkCellAreaBox GtkCellAreaBox
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_cell_area_box_get_type (void) G_GNUC_CONST
 
GDK_DEPRECATED_IN_4_10 GtkCellAreagtk_cell_area_box_new (void)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_pack_start (GtkCellAreaBox *box, GtkCellRenderer *renderer, gboolean expand, gboolean align, gboolean fixed)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_pack_end (GtkCellAreaBox *box, GtkCellRenderer *renderer, gboolean expand, gboolean align, gboolean fixed)
 
GDK_DEPRECATED_IN_4_10 int gtk_cell_area_box_get_spacing (GtkCellAreaBox *box)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_set_spacing (GtkCellAreaBox *box, int spacing)
 
gboolean _gtk_cell_area_box_group_visible (GtkCellAreaBox *box, int group_idx)
 

Macro Definition Documentation

◆ GTK_CELL_AREA_BOX

#define GTK_CELL_AREA_BOX ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA_BOX, GtkCellAreaBox))

Definition at line 33 of file gtkcellareabox.h.

◆ GTK_IS_CELL_AREA_BOX

#define GTK_IS_CELL_AREA_BOX ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA_BOX))

Definition at line 34 of file gtkcellareabox.h.

◆ GTK_TYPE_CELL_AREA_BOX

#define GTK_TYPE_CELL_AREA_BOX   (gtk_cell_area_box_get_type ())

Definition at line 32 of file gtkcellareabox.h.

Typedef Documentation

◆ GtkCellAreaBox

typedef struct _GtkCellAreaBox GtkCellAreaBox

Definition at line 36 of file gtkcellareabox.h.

Function Documentation

◆ _gtk_cell_area_box_group_visible()

gboolean _gtk_cell_area_box_group_visible ( GtkCellAreaBox * box,
int group_idx )

◆ gtk_cell_area_box_get_spacing()

GDK_DEPRECATED_IN_4_10 int gtk_cell_area_box_get_spacing ( GtkCellAreaBox * box)

◆ gtk_cell_area_box_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_cell_area_box_get_type ( void )

◆ gtk_cell_area_box_new()

GDK_DEPRECATED_IN_4_10 GtkCellArea * gtk_cell_area_box_new ( void )

◆ gtk_cell_area_box_pack_end()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_pack_end ( GtkCellAreaBox * box,
GtkCellRenderer * renderer,
gboolean expand,
gboolean align,
gboolean fixed )

◆ gtk_cell_area_box_pack_start()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_pack_start ( GtkCellAreaBox * box,
GtkCellRenderer * renderer,
gboolean expand,
gboolean align,
gboolean fixed )

◆ gtk_cell_area_box_set_spacing()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_box_set_spacing ( GtkCellAreaBox * box,
int spacing )