Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/deprecated/gtkcellarea.h>
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 GtkCellArea * | gtk_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) |
#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.
#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.
#define GTK_TYPE_CELL_AREA_BOX (gtk_cell_area_box_get_type ()) |
Definition at line 32 of file gtkcellareabox.h.
typedef struct _GtkCellAreaBox GtkCellAreaBox |
Definition at line 36 of file gtkcellareabox.h.
gboolean _gtk_cell_area_box_group_visible | ( | GtkCellAreaBox * | box, |
int | group_idx ) |
GDK_DEPRECATED_IN_4_10 int gtk_cell_area_box_get_spacing | ( | GtkCellAreaBox * | box | ) |
GDK_AVAILABLE_IN_ALL GType gtk_cell_area_box_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkCellArea * gtk_cell_area_box_new | ( | void | ) |
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 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_set_spacing | ( | GtkCellAreaBox * | box, |
int | spacing ) |