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

Go to the source code of this file.

Data Structures

struct  _GtkCellAreaContext
 
struct  _GtkCellAreaContextClass
 

Macros

#define GTK_TYPE_CELL_AREA_CONTEXT   (gtk_cell_area_context_get_type ())
 
#define GTK_CELL_AREA_CONTEXT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContext))
 
#define GTK_CELL_AREA_CONTEXT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContextClass))
 
#define GTK_IS_CELL_AREA_CONTEXT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA_CONTEXT))
 
#define GTK_IS_CELL_AREA_CONTEXT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CELL_AREA_CONTEXT))
 
#define GTK_CELL_AREA_CONTEXT_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContextClass))
 

Typedefs

typedef struct _GtkCellAreaContextPrivate GtkCellAreaContextPrivate
 
typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_cell_area_context_get_type (void) G_GNUC_CONST
 
GDK_DEPRECATED_IN_4_10 GtkCellAreagtk_cell_area_context_get_area (GtkCellAreaContext *context)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_allocate (GtkCellAreaContext *context, int width, int height)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_reset (GtkCellAreaContext *context)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_width (GtkCellAreaContext *context, int *minimum_width, int *natural_width)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_height (GtkCellAreaContext *context, int *minimum_height, int *natural_height)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_height_for_width (GtkCellAreaContext *context, int width, int *minimum_height, int *natural_height)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_width_for_height (GtkCellAreaContext *context, int height, int *minimum_width, int *natural_width)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_allocation (GtkCellAreaContext *context, int *width, int *height)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_push_preferred_width (GtkCellAreaContext *context, int minimum_width, int natural_width)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_push_preferred_height (GtkCellAreaContext *context, int minimum_height, int natural_height)
 

Macro Definition Documentation

◆ GTK_CELL_AREA_CONTEXT

#define GTK_CELL_AREA_CONTEXT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContext))

Definition at line 33 of file gtkcellareacontext.h.

◆ GTK_CELL_AREA_CONTEXT_CLASS

#define GTK_CELL_AREA_CONTEXT_CLASS ( klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContextClass))

Definition at line 34 of file gtkcellareacontext.h.

◆ GTK_CELL_AREA_CONTEXT_GET_CLASS

#define GTK_CELL_AREA_CONTEXT_GET_CLASS ( obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContextClass))

Definition at line 37 of file gtkcellareacontext.h.

◆ GTK_IS_CELL_AREA_CONTEXT

#define GTK_IS_CELL_AREA_CONTEXT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA_CONTEXT))

Definition at line 35 of file gtkcellareacontext.h.

◆ GTK_IS_CELL_AREA_CONTEXT_CLASS

#define GTK_IS_CELL_AREA_CONTEXT_CLASS ( klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CELL_AREA_CONTEXT))

Definition at line 36 of file gtkcellareacontext.h.

◆ GTK_TYPE_CELL_AREA_CONTEXT

#define GTK_TYPE_CELL_AREA_CONTEXT   (gtk_cell_area_context_get_type ())

Definition at line 32 of file gtkcellareacontext.h.

Typedef Documentation

◆ GtkCellAreaContextClass

Definition at line 40 of file gtkcellareacontext.h.

◆ GtkCellAreaContextPrivate

typedef struct _GtkCellAreaContextPrivate GtkCellAreaContextPrivate

Definition at line 39 of file gtkcellareacontext.h.

Function Documentation

◆ gtk_cell_area_context_allocate()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_allocate ( GtkCellAreaContext * context,
int width,
int height )

◆ gtk_cell_area_context_get_allocation()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_allocation ( GtkCellAreaContext * context,
int * width,
int * height )

◆ gtk_cell_area_context_get_area()

GDK_DEPRECATED_IN_4_10 GtkCellArea * gtk_cell_area_context_get_area ( GtkCellAreaContext * context)

◆ gtk_cell_area_context_get_preferred_height()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_height ( GtkCellAreaContext * context,
int * minimum_height,
int * natural_height )

◆ gtk_cell_area_context_get_preferred_height_for_width()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_height_for_width ( GtkCellAreaContext * context,
int width,
int * minimum_height,
int * natural_height )

◆ gtk_cell_area_context_get_preferred_width()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_width ( GtkCellAreaContext * context,
int * minimum_width,
int * natural_width )

◆ gtk_cell_area_context_get_preferred_width_for_height()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_width_for_height ( GtkCellAreaContext * context,
int height,
int * minimum_width,
int * natural_width )

◆ gtk_cell_area_context_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_cell_area_context_get_type ( void )

◆ gtk_cell_area_context_push_preferred_height()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_push_preferred_height ( GtkCellAreaContext * context,
int minimum_height,
int natural_height )

◆ gtk_cell_area_context_push_preferred_width()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_push_preferred_width ( GtkCellAreaContext * context,
int minimum_width,
int natural_width )

◆ gtk_cell_area_context_reset()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_reset ( GtkCellAreaContext * context)