Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcelleditable.h File Reference
#include <gtk/gtkwidget.h>

Go to the source code of this file.

Data Structures

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_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

GDK_AVAILABLE_IN_ALL GType gtk_cell_editable_get_type (void) G_GNUC_CONST
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_editable_start_editing (GtkCellEditable *cell_editable, GdkEvent *event)
 
GDK_DEPRECATED_IN_4_10 void gtk_cell_editable_editing_done (GtkCellEditable *cell_editable)
 
GDK_DEPRECATED_IN_4_10 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 29 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 31 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 30 of file gtkcelleditable.h.

◆ GTK_TYPE_CELL_EDITABLE

#define GTK_TYPE_CELL_EDITABLE   (gtk_cell_editable_get_type ())

Definition at line 28 of file gtkcelleditable.h.

Typedef Documentation

◆ GtkCellEditable

typedef struct _GtkCellEditable GtkCellEditable

Definition at line 33 of file gtkcelleditable.h.

◆ GtkCellEditableIface

Definition at line 34 of file gtkcelleditable.h.

Function Documentation

◆ gtk_cell_editable_editing_done()

GDK_DEPRECATED_IN_4_10 void gtk_cell_editable_editing_done ( GtkCellEditable * cell_editable)

◆ gtk_cell_editable_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_cell_editable_get_type ( void )

◆ gtk_cell_editable_remove_widget()

GDK_DEPRECATED_IN_4_10 void gtk_cell_editable_remove_widget ( GtkCellEditable * cell_editable)

◆ gtk_cell_editable_start_editing()

GDK_DEPRECATED_IN_4_10 void gtk_cell_editable_start_editing ( GtkCellEditable * cell_editable,
GdkEvent * event )