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
![]() ![]() |
#include "gtkcompat.h"
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) |
#define GEANY_ENTRY_ACTION | ( | obj | ) |
Definition at line 30 of file geanyentryaction.h.
#define GEANY_ENTRY_ACTION_CLASS | ( | klass | ) |
Definition at line 32 of file geanyentryaction.h.
#define GEANY_ENTRY_ACTION_TYPE (geany_entry_action_get_type()) |
Definition at line 29 of file geanyentryaction.h.
#define IS_GEANY_ENTRY_ACTION | ( | obj | ) |
Definition at line 34 of file geanyentryaction.h.
#define IS_GEANY_ENTRY_ACTION_CLASS | ( | klass | ) |
Definition at line 36 of file geanyentryaction.h.
typedef struct _GeanyEntryAction GeanyEntryAction |
Definition at line 39 of file geanyentryaction.h.
typedef struct _GeanyEntryActionClass GeanyEntryActionClass |
Definition at line 40 of file geanyentryaction.h.
GtkWidget * geany_entry_action_get_menu | ( | GeanyEntryAction * | action | ) |
GType geany_entry_action_get_type | ( | void | ) |
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().