Ardour  8.7-14-g57a6773833
gtkcelleditable.h File Reference
#include <gtk/gtkwidget.h>
Include dependency graph for gtkcelleditable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkCellEditableIface
 

Macros

#define GTK_TYPE_CELL_EDITABLE   (gtk_cell_editable_get_type ())
 
#define GTK_CELL_EDITABLE(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_EDITABLE, GtkCellEditable))
 
#define GTK_CELL_EDITABLE_CLASS(obj)   (G_TYPE_CHECK_CLASS_CAST ((obj), GTK_TYPE_CELL_EDITABLE, GtkCellEditableIface))
 
#define GTK_IS_CELL_EDITABLE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_EDITABLE))
 
#define GTK_CELL_EDITABLE_GET_IFACE(obj)   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_CELL_EDITABLE, GtkCellEditableIface))
 

Typedefs

typedef struct _GtkCellEditable GtkCellEditable
 
typedef struct _GtkCellEditableIface GtkCellEditableIface
 

Functions

GType gtk_cell_editable_get_type (void) G_GNUC_CONST
 
void gtk_cell_editable_start_editing (GtkCellEditable *cell_editable, GdkEvent *event)
 
void gtk_cell_editable_editing_done (GtkCellEditable *cell_editable)
 
void gtk_cell_editable_remove_widget (GtkCellEditable *cell_editable)
 

Macro Definition Documentation

◆ GTK_CELL_EDITABLE

#define GTK_CELL_EDITABLE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_EDITABLE, GtkCellEditable))

Definition at line 32 of file gtkcelleditable.h.

◆ GTK_CELL_EDITABLE_CLASS

#define GTK_CELL_EDITABLE_CLASS (   obj)    (G_TYPE_CHECK_CLASS_CAST ((obj), GTK_TYPE_CELL_EDITABLE, GtkCellEditableIface))

Definition at line 33 of file gtkcelleditable.h.

◆ GTK_CELL_EDITABLE_GET_IFACE

#define GTK_CELL_EDITABLE_GET_IFACE (   obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), GTK_TYPE_CELL_EDITABLE, GtkCellEditableIface))

Definition at line 35 of file gtkcelleditable.h.

◆ GTK_IS_CELL_EDITABLE

#define GTK_IS_CELL_EDITABLE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_EDITABLE))

Definition at line 34 of file gtkcelleditable.h.

◆ GTK_TYPE_CELL_EDITABLE

#define GTK_TYPE_CELL_EDITABLE   (gtk_cell_editable_get_type ())

Definition at line 31 of file gtkcelleditable.h.

Typedef Documentation

◆ GtkCellEditable

typedef struct _GtkCellEditable GtkCellEditable

Definition at line 29 of file gtkcelleditable.h.

◆ GtkCellEditableIface

Definition at line 29 of file gtkcelleditable.h.

Function Documentation

◆ gtk_cell_editable_editing_done()

void gtk_cell_editable_editing_done ( GtkCellEditable cell_editable)

◆ gtk_cell_editable_get_type()

GType gtk_cell_editable_get_type ( void  )

◆ gtk_cell_editable_remove_widget()

void gtk_cell_editable_remove_widget ( GtkCellEditable cell_editable)

◆ gtk_cell_editable_start_editing()

void gtk_cell_editable_start_editing ( GtkCellEditable cell_editable,
GdkEvent event 
)