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.
Macros | |
#define | GEANY_WRAP_LABEL_TYPE (geany_wrap_label_get_type()) |
#define | GEANY_WRAP_LABEL(obj) |
#define | GEANY_WRAP_LABEL_CLASS(klass) |
#define | IS_GEANY_WRAP_LABEL(obj) |
#define | IS_GEANY_WRAP_LABEL_CLASS(klass) |
Typedefs | |
typedef struct _GeanyWrapLabel | GeanyWrapLabel |
typedef struct _GeanyWrapLabelClass | GeanyWrapLabelClass |
Functions | |
GType | geany_wrap_label_get_type (void) |
GtkWidget * | geany_wrap_label_new (const gchar *text) |
#define GEANY_WRAP_LABEL | ( | obj | ) |
Definition at line 30 of file geanywraplabel.h.
#define GEANY_WRAP_LABEL_CLASS | ( | klass | ) |
Definition at line 32 of file geanywraplabel.h.
#define GEANY_WRAP_LABEL_TYPE (geany_wrap_label_get_type()) |
Definition at line 29 of file geanywraplabel.h.
#define IS_GEANY_WRAP_LABEL | ( | obj | ) |
Definition at line 34 of file geanywraplabel.h.
#define IS_GEANY_WRAP_LABEL_CLASS | ( | klass | ) |
Definition at line 36 of file geanywraplabel.h.
typedef struct _GeanyWrapLabel GeanyWrapLabel |
Definition at line 40 of file geanywraplabel.h.
typedef struct _GeanyWrapLabelClass GeanyWrapLabelClass |
Definition at line 41 of file geanywraplabel.h.
GType geany_wrap_label_get_type | ( | void | ) |
GtkWidget * geany_wrap_label_new | ( | const gchar * | text | ) |
Definition at line 209 of file geanywraplabel.c.
References GEANY_WRAP_LABEL_TYPE, NULL, and text.
Referenced by create_dialog(), document_show_message(), pm_show_dialog(), and prefs_show_dialog().