geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

geanyentryaction.h File Reference
#include "gtkcompat.h"
Include dependency graph for geanyentryaction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GeanyEntryAction
 
struct  _GeanyEntryActionClass
 

Macros

#define GEANY_ENTRY_ACTION_TYPE   (geany_entry_action_get_type())
 
#define GEANY_ENTRY_ACTION(obj)
 
#define GEANY_ENTRY_ACTION_CLASS(klass)
 
#define IS_GEANY_ENTRY_ACTION(obj)
 
#define IS_GEANY_ENTRY_ACTION_CLASS(klass)
 

Typedefs

typedef struct _GeanyEntryAction GeanyEntryAction
 
typedef struct _GeanyEntryActionClass GeanyEntryActionClass
 

Functions

GType geany_entry_action_get_type (void)
 
GtkAction * geany_entry_action_new (const gchar *name, const gchar *label, const gchar *tooltip, gboolean numeric)
 
GtkWidget * geany_entry_action_get_menu (GeanyEntryAction *action)
 

Macro Definition Documentation

◆ GEANY_ENTRY_ACTION

#define GEANY_ENTRY_ACTION (   obj)
Value:
(G_TYPE_CHECK_INSTANCE_CAST((obj),\
#define GEANY_ENTRY_ACTION_TYPE

Definition at line 30 of file geanyentryaction.h.

◆ GEANY_ENTRY_ACTION_CLASS

#define GEANY_ENTRY_ACTION_CLASS (   klass)
Value:

Definition at line 32 of file geanyentryaction.h.

◆ GEANY_ENTRY_ACTION_TYPE

#define GEANY_ENTRY_ACTION_TYPE   (geany_entry_action_get_type())

Definition at line 29 of file geanyentryaction.h.

◆ IS_GEANY_ENTRY_ACTION

#define IS_GEANY_ENTRY_ACTION (   obj)
Value:
(G_TYPE_CHECK_INSTANCE_TYPE((obj),\

Definition at line 34 of file geanyentryaction.h.

◆ IS_GEANY_ENTRY_ACTION_CLASS

#define IS_GEANY_ENTRY_ACTION_CLASS (   klass)
Value:
(G_TYPE_CHECK_CLASS_TYPE((klass),\

Definition at line 36 of file geanyentryaction.h.

Typedef Documentation

◆ GeanyEntryAction

Definition at line 39 of file geanyentryaction.h.

◆ GeanyEntryActionClass

Definition at line 40 of file geanyentryaction.h.

Function Documentation

◆ geany_entry_action_get_menu()

GtkWidget * geany_entry_action_get_menu ( GeanyEntryAction action)

◆ geany_entry_action_get_type()

GType geany_entry_action_get_type ( void  )

◆ geany_entry_action_new()

GtkAction * geany_entry_action_new ( const gchar *  name,
const gchar *  label,
const gchar *  tooltip,
gboolean  numeric 
)

Definition at line 183 of file geanyentryaction.c.

References GEANY_ENTRY_ACTION_GET_PRIVATE, GEANY_ENTRY_ACTION_TYPE, label, name, NULL, and priv.

Referenced by toolbar_init().