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)  

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

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)
 

Macro Definition Documentation

◆ GEANY_WRAP_LABEL

#define GEANY_WRAP_LABEL (   obj)
Value:
(G_TYPE_CHECK_INSTANCE_CAST((obj), \
#define GEANY_WRAP_LABEL_TYPE

Definition at line 30 of file geanywraplabel.h.

◆ GEANY_WRAP_LABEL_CLASS

#define GEANY_WRAP_LABEL_CLASS (   klass)
Value:
(G_TYPE_CHECK_CLASS_CAST((klass), \

Definition at line 32 of file geanywraplabel.h.

◆ GEANY_WRAP_LABEL_TYPE

#define GEANY_WRAP_LABEL_TYPE   (geany_wrap_label_get_type())

Definition at line 29 of file geanywraplabel.h.

◆ IS_GEANY_WRAP_LABEL

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

Definition at line 34 of file geanywraplabel.h.

◆ IS_GEANY_WRAP_LABEL_CLASS

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

Definition at line 36 of file geanywraplabel.h.

Typedef Documentation

◆ GeanyWrapLabel

Definition at line 40 of file geanywraplabel.h.

◆ GeanyWrapLabelClass

Definition at line 41 of file geanywraplabel.h.

Function Documentation

◆ geany_wrap_label_get_type()

GType geany_wrap_label_get_type ( void  )

◆ geany_wrap_label_new()

GtkWidget * geany_wrap_label_new ( const gchar *  text)