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

Go to the source code of this file.

Data Structures

struct  _GtkCellArea
 
struct  _GtkCellAreaClass
 

Macros

#define GTK_TYPE_CELL_AREA   (gtk_cell_area_get_type ())
 
#define GTK_CELL_AREA(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA, GtkCellArea))
 
#define GTK_CELL_AREA_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CELL_AREA, GtkCellAreaClass))
 
#define GTK_IS_CELL_AREA(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA))
 
#define GTK_IS_CELL_AREA_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CELL_AREA))
 
#define GTK_CELL_AREA_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CELL_AREA, GtkCellAreaClass))
 
#define GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID(object, property_id, pspec)    G_OBJECT_WARN_INVALID_PSPEC ((object), "cell property id", (property_id), (pspec))
 

Typedefs

typedef struct _GtkCellArea GtkCellArea
 
typedef struct _GtkCellAreaClass GtkCellAreaClass
 
typedef struct _GtkCellAreaContext GtkCellAreaContext
 
typedef gboolean(* GtkCellCallback) (GtkCellRenderer *renderer, gpointer data)
 
typedef gboolean(* GtkCellAllocCallback) (GtkCellRenderer *renderer, const GdkRectangle *cell_area, const GdkRectangle *cell_background, gpointer data)
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_cell_area_get_type (void) G_GNUC_CONST
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_add (GtkCellArea *area, GtkCellRenderer *renderer)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_remove (GtkCellArea *area, GtkCellRenderer *renderer)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_has_renderer (GtkCellArea *area, GtkCellRenderer *renderer)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_foreach (GtkCellArea *area, GtkCellCallback callback, gpointer callback_data)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_foreach_alloc (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, const GdkRectangle *cell_area, const GdkRectangle *background_area, GtkCellAllocCallback callback, gpointer callback_data)
 
GDK_DEPRECATED_IN_4_10 int gtk_cell_area_event (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, GdkEvent *event, const GdkRectangle *cell_area, GtkCellRendererState flags)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_snapshot (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, GtkSnapshot *snapshot, const GdkRectangle *background_area, const GdkRectangle *cell_area, GtkCellRendererState flags, gboolean paint_focus)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_cell_allocation (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, GtkCellRenderer *renderer, const GdkRectangle *cell_area, GdkRectangle *allocation)
 
GDK_DEPRECATED_IN_4_10 GtkCellRenderergtk_cell_area_get_cell_at_position (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, const GdkRectangle *cell_area, int x, int y, GdkRectangle *alloc_area)
 
GDK_DEPRECATED_IN_4_10 GtkCellAreaContextgtk_cell_area_create_context (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 GtkCellAreaContextgtk_cell_area_copy_context (GtkCellArea *area, GtkCellAreaContext *context)
 
GDK_DEPRECATED_IN_4_10 GtkSizeRequestMode gtk_cell_area_get_request_mode (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_width (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, int *minimum_width, int *natural_width)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_height_for_width (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, int width, int *minimum_height, int *natural_height)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_height (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, int *minimum_height, int *natural_height)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_width_for_height (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, int height, int *minimum_width, int *natural_width)
 
GDK_DEPRECATED_IN_4_10 const char * gtk_cell_area_get_current_path_string (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_apply_attributes (GtkCellArea *area, GtkTreeModel *tree_model, GtkTreeIter *iter, gboolean is_expander, gboolean is_expanded)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_attribute_connect (GtkCellArea *area, GtkCellRenderer *renderer, const char *attribute, int column)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_attribute_disconnect (GtkCellArea *area, GtkCellRenderer *renderer, const char *attribute)
 
GDK_DEPRECATED_IN_4_10 int gtk_cell_area_attribute_get_column (GtkCellArea *area, GtkCellRenderer *renderer, const char *attribute)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_class_install_cell_property (GtkCellAreaClass *aclass, guint property_id, GParamSpec *pspec)
 
GDK_DEPRECATED_IN_4_10 GParamSpecgtk_cell_area_class_find_cell_property (GtkCellAreaClass *aclass, const char *property_name)
 
GDK_DEPRECATED_IN_4_10 GParamSpec ** gtk_cell_area_class_list_cell_properties (GtkCellAreaClass *aclass, guint *n_properties)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_add_with_properties (GtkCellArea *area, GtkCellRenderer *renderer, const char *first_prop_name,...) G_GNUC_NULL_TERMINATED
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_set (GtkCellArea *area, GtkCellRenderer *renderer, const char *first_prop_name,...) G_GNUC_NULL_TERMINATED
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_get (GtkCellArea *area, GtkCellRenderer *renderer, const char *first_prop_name,...) G_GNUC_NULL_TERMINATED
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_set_valist (GtkCellArea *area, GtkCellRenderer *renderer, const char *first_property_name, va_list var_args)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_get_valist (GtkCellArea *area, GtkCellRenderer *renderer, const char *first_property_name, va_list var_args)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_set_property (GtkCellArea *area, GtkCellRenderer *renderer, const char *property_name, const GValue *value)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_get_property (GtkCellArea *area, GtkCellRenderer *renderer, const char *property_name, GValue *value)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_is_activatable (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_activate (GtkCellArea *area, GtkCellAreaContext *context, GtkWidget *widget, const GdkRectangle *cell_area, GtkCellRendererState flags, gboolean edit_only)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_focus (GtkCellArea *area, GtkDirectionType direction)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_set_focus_cell (GtkCellArea *area, GtkCellRenderer *renderer)
 
GDK_DEPRECATED_IN_4_10 GtkCellRenderergtk_cell_area_get_focus_cell (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_add_focus_sibling (GtkCellArea *area, GtkCellRenderer *renderer, GtkCellRenderer *sibling)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_remove_focus_sibling (GtkCellArea *area, GtkCellRenderer *renderer, GtkCellRenderer *sibling)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_is_focus_sibling (GtkCellArea *area, GtkCellRenderer *renderer, GtkCellRenderer *sibling)
 
GDK_DEPRECATED_IN_4_10 const GListgtk_cell_area_get_focus_siblings (GtkCellArea *area, GtkCellRenderer *renderer)
 
GDK_DEPRECATED_IN_4_10 GtkCellRenderergtk_cell_area_get_focus_from_sibling (GtkCellArea *area, GtkCellRenderer *renderer)
 
GDK_DEPRECATED_IN_4_10 GtkCellRenderergtk_cell_area_get_edited_cell (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 GtkCellEditablegtk_cell_area_get_edit_widget (GtkCellArea *area)
 
GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_activate_cell (GtkCellArea *area, GtkWidget *widget, GtkCellRenderer *renderer, GdkEvent *event, const GdkRectangle *cell_area, GtkCellRendererState flags)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_stop_editing (GtkCellArea *area, gboolean canceled)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_inner_cell_area (GtkCellArea *area, GtkWidget *widget, const GdkRectangle *cell_area, GdkRectangle *inner_area)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_request_renderer (GtkCellArea *area, GtkCellRenderer *renderer, GtkOrientation orientation, GtkWidget *widget, int for_size, int *minimum_size, int *natural_size)
 
void _gtk_cell_area_set_cell_data_func_with_proxy (GtkCellArea *area, GtkCellRenderer *cell, GFunc func, gpointer func_data, GDestroyNotify destroy, gpointer proxy)
 

Macro Definition Documentation

◆ GTK_CELL_AREA

#define GTK_CELL_AREA ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA, GtkCellArea))

Definition at line 35 of file gtkcellarea.h.

◆ GTK_CELL_AREA_CLASS

#define GTK_CELL_AREA_CLASS ( klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CELL_AREA, GtkCellAreaClass))

Definition at line 36 of file gtkcellarea.h.

◆ GTK_CELL_AREA_GET_CLASS

#define GTK_CELL_AREA_GET_CLASS ( obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CELL_AREA, GtkCellAreaClass))

Definition at line 39 of file gtkcellarea.h.

◆ GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID

#define GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID ( object,
property_id,
pspec )    G_OBJECT_WARN_INVALID_PSPEC ((object), "cell property id", (property_id), (pspec))

GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID: @object: the GObject on which set_cell_property() or get_cell_property() was called @property_id: the numeric id of the property @pspec: the GParamSpec of the property

This macro should be used to emit a standard warning about unexpected properties in set_cell_property() and get_cell_property() implementations.

Definition at line 55 of file gtkcellarea.h.

55#define GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID(object, property_id, pspec) \
56 G_OBJECT_WARN_INVALID_PSPEC ((object), "cell property id", (property_id), (pspec))

◆ GTK_IS_CELL_AREA

#define GTK_IS_CELL_AREA ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA))

Definition at line 37 of file gtkcellarea.h.

◆ GTK_IS_CELL_AREA_CLASS

#define GTK_IS_CELL_AREA_CLASS ( klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CELL_AREA))

Definition at line 38 of file gtkcellarea.h.

◆ GTK_TYPE_CELL_AREA

#define GTK_TYPE_CELL_AREA   (gtk_cell_area_get_type ())

Definition at line 34 of file gtkcellarea.h.

Typedef Documentation

◆ GtkCellAllocCallback

typedef gboolean(* GtkCellAllocCallback) (GtkCellRenderer *renderer, const GdkRectangle *cell_area, const GdkRectangle *cell_background, gpointer data)

GtkCellAllocCallback: @renderer: the cell renderer to operate on @cell_area: the area allocated to @renderer inside the rectangle provided to gtk_cell_area_foreach_alloc(). @cell_background: the background area for @renderer inside the background area provided to gtk_cell_area_foreach_alloc(). @data: (closure): user-supplied data

The type of the callback functions used for iterating over the cell renderers and their allocated areas inside a GtkCellArea, see gtk_cell_area_foreach_alloc().

Returns: TRUE to stop iterating over cells.

Definition at line 86 of file gtkcellarea.h.

◆ GtkCellArea

typedef struct _GtkCellArea GtkCellArea

Definition at line 41 of file gtkcellarea.h.

◆ GtkCellAreaClass

Definition at line 42 of file gtkcellarea.h.

◆ GtkCellAreaContext

Definition at line 43 of file gtkcellarea.h.

◆ GtkCellCallback

typedef gboolean(* GtkCellCallback) (GtkCellRenderer *renderer, gpointer data)

GtkCellCallback: @renderer: the cell renderer to operate on @data: (closure): user-supplied data

The type of the callback functions used for iterating over the cell renderers of a GtkCellArea, see gtk_cell_area_foreach().

Returns: TRUE to stop iterating over cells.

Definition at line 68 of file gtkcellarea.h.

Function Documentation

◆ _gtk_cell_area_set_cell_data_func_with_proxy()

void _gtk_cell_area_set_cell_data_func_with_proxy ( GtkCellArea * area,
GtkCellRenderer * cell,
GFunc func,
gpointer func_data,
GDestroyNotify destroy,
gpointer proxy )

◆ gtk_cell_area_activate()

GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_activate ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
const GdkRectangle * cell_area,
GtkCellRendererState flags,
gboolean edit_only )

◆ gtk_cell_area_activate_cell()

GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_activate_cell ( GtkCellArea * area,
GtkWidget * widget,
GtkCellRenderer * renderer,
GdkEvent * event,
const GdkRectangle * cell_area,
GtkCellRendererState flags )

◆ gtk_cell_area_add()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_add ( GtkCellArea * area,
GtkCellRenderer * renderer )

◆ gtk_cell_area_add_focus_sibling()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_add_focus_sibling ( GtkCellArea * area,
GtkCellRenderer * renderer,
GtkCellRenderer * sibling )

◆ gtk_cell_area_add_with_properties()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_add_with_properties ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * first_prop_name,
... )

◆ gtk_cell_area_apply_attributes()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_apply_attributes ( GtkCellArea * area,
GtkTreeModel * tree_model,
GtkTreeIter * iter,
gboolean is_expander,
gboolean is_expanded )

◆ gtk_cell_area_attribute_connect()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_attribute_connect ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * attribute,
int column )

◆ gtk_cell_area_attribute_disconnect()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_attribute_disconnect ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * attribute )

◆ gtk_cell_area_attribute_get_column()

GDK_DEPRECATED_IN_4_10 int gtk_cell_area_attribute_get_column ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * attribute )

◆ gtk_cell_area_cell_get()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_get ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * first_prop_name,
... )

◆ gtk_cell_area_cell_get_property()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_get_property ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * property_name,
GValue * value )

◆ gtk_cell_area_cell_get_valist()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_get_valist ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * first_property_name,
va_list var_args )

◆ gtk_cell_area_cell_set()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_set ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * first_prop_name,
... )

◆ gtk_cell_area_cell_set_property()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_set_property ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * property_name,
const GValue * value )

◆ gtk_cell_area_cell_set_valist()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_cell_set_valist ( GtkCellArea * area,
GtkCellRenderer * renderer,
const char * first_property_name,
va_list var_args )

◆ gtk_cell_area_class_find_cell_property()

GDK_DEPRECATED_IN_4_10 GParamSpec * gtk_cell_area_class_find_cell_property ( GtkCellAreaClass * aclass,
const char * property_name )

◆ gtk_cell_area_class_install_cell_property()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_class_install_cell_property ( GtkCellAreaClass * aclass,
guint property_id,
GParamSpec * pspec )

◆ gtk_cell_area_class_list_cell_properties()

GDK_DEPRECATED_IN_4_10 GParamSpec ** gtk_cell_area_class_list_cell_properties ( GtkCellAreaClass * aclass,
guint * n_properties )

◆ gtk_cell_area_copy_context()

GDK_DEPRECATED_IN_4_10 GtkCellAreaContext * gtk_cell_area_copy_context ( GtkCellArea * area,
GtkCellAreaContext * context )

◆ gtk_cell_area_create_context()

GDK_DEPRECATED_IN_4_10 GtkCellAreaContext * gtk_cell_area_create_context ( GtkCellArea * area)

◆ gtk_cell_area_event()

GDK_DEPRECATED_IN_4_10 int gtk_cell_area_event ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
GdkEvent * event,
const GdkRectangle * cell_area,
GtkCellRendererState flags )

◆ gtk_cell_area_focus()

GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_focus ( GtkCellArea * area,
GtkDirectionType direction )

◆ gtk_cell_area_foreach()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_foreach ( GtkCellArea * area,
GtkCellCallback callback,
gpointer callback_data )

◆ gtk_cell_area_foreach_alloc()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_foreach_alloc ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
const GdkRectangle * cell_area,
const GdkRectangle * background_area,
GtkCellAllocCallback callback,
gpointer callback_data )

◆ gtk_cell_area_get_cell_allocation()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_cell_allocation ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
GtkCellRenderer * renderer,
const GdkRectangle * cell_area,
GdkRectangle * allocation )

◆ gtk_cell_area_get_cell_at_position()

GDK_DEPRECATED_IN_4_10 GtkCellRenderer * gtk_cell_area_get_cell_at_position ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
const GdkRectangle * cell_area,
int x,
int y,
GdkRectangle * alloc_area )

◆ gtk_cell_area_get_current_path_string()

GDK_DEPRECATED_IN_4_10 const char * gtk_cell_area_get_current_path_string ( GtkCellArea * area)

◆ gtk_cell_area_get_edit_widget()

GDK_DEPRECATED_IN_4_10 GtkCellEditable * gtk_cell_area_get_edit_widget ( GtkCellArea * area)

◆ gtk_cell_area_get_edited_cell()

GDK_DEPRECATED_IN_4_10 GtkCellRenderer * gtk_cell_area_get_edited_cell ( GtkCellArea * area)

◆ gtk_cell_area_get_focus_cell()

GDK_DEPRECATED_IN_4_10 GtkCellRenderer * gtk_cell_area_get_focus_cell ( GtkCellArea * area)

◆ gtk_cell_area_get_focus_from_sibling()

GDK_DEPRECATED_IN_4_10 GtkCellRenderer * gtk_cell_area_get_focus_from_sibling ( GtkCellArea * area,
GtkCellRenderer * renderer )

◆ gtk_cell_area_get_focus_siblings()

GDK_DEPRECATED_IN_4_10 const GList * gtk_cell_area_get_focus_siblings ( GtkCellArea * area,
GtkCellRenderer * renderer )

◆ gtk_cell_area_get_preferred_height()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_height ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
int * minimum_height,
int * natural_height )

◆ gtk_cell_area_get_preferred_height_for_width()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_height_for_width ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
int width,
int * minimum_height,
int * natural_height )

◆ gtk_cell_area_get_preferred_width()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_width ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
int * minimum_width,
int * natural_width )

◆ gtk_cell_area_get_preferred_width_for_height()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_get_preferred_width_for_height ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
int height,
int * minimum_width,
int * natural_width )

◆ gtk_cell_area_get_request_mode()

GDK_DEPRECATED_IN_4_10 GtkSizeRequestMode gtk_cell_area_get_request_mode ( GtkCellArea * area)

◆ gtk_cell_area_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_cell_area_get_type ( void )

◆ gtk_cell_area_has_renderer()

GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_has_renderer ( GtkCellArea * area,
GtkCellRenderer * renderer )

◆ gtk_cell_area_inner_cell_area()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_inner_cell_area ( GtkCellArea * area,
GtkWidget * widget,
const GdkRectangle * cell_area,
GdkRectangle * inner_area )

◆ gtk_cell_area_is_activatable()

GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_is_activatable ( GtkCellArea * area)

◆ gtk_cell_area_is_focus_sibling()

GDK_DEPRECATED_IN_4_10 gboolean gtk_cell_area_is_focus_sibling ( GtkCellArea * area,
GtkCellRenderer * renderer,
GtkCellRenderer * sibling )

◆ gtk_cell_area_remove()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_remove ( GtkCellArea * area,
GtkCellRenderer * renderer )

◆ gtk_cell_area_remove_focus_sibling()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_remove_focus_sibling ( GtkCellArea * area,
GtkCellRenderer * renderer,
GtkCellRenderer * sibling )

◆ gtk_cell_area_request_renderer()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_request_renderer ( GtkCellArea * area,
GtkCellRenderer * renderer,
GtkOrientation orientation,
GtkWidget * widget,
int for_size,
int * minimum_size,
int * natural_size )

◆ gtk_cell_area_set_focus_cell()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_set_focus_cell ( GtkCellArea * area,
GtkCellRenderer * renderer )

◆ gtk_cell_area_snapshot()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_snapshot ( GtkCellArea * area,
GtkCellAreaContext * context,
GtkWidget * widget,
GtkSnapshot * snapshot,
const GdkRectangle * background_area,
const GdkRectangle * cell_area,
GtkCellRendererState flags,
gboolean paint_focus )

◆ gtk_cell_area_stop_editing()

GDK_DEPRECATED_IN_4_10 void gtk_cell_area_stop_editing ( GtkCellArea * area,
gboolean canceled )