AnjutaCloseButton

AnjutaCloseButton

Synopsis

#define             ANJUTA_CLOSE_BUTTON_CONST           (obj)
struct              AnjutaCloseButton;
struct              AnjutaCloseButtonClass;
GtkWidget *         anjuta_close_button_new             (void);
                    AnjutaCloseButtonClassPrivate;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkButton
                                 +----AnjutaCloseButton

Implemented Interfaces

AnjutaCloseButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.

Description

Details

ANJUTA_CLOSE_BUTTON_CONST()

#define ANJUTA_CLOSE_BUTTON_CONST(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), ANJUTA_TYPE_CLOSE_BUTTON, AnjutaCloseButton const))


struct AnjutaCloseButton

struct AnjutaCloseButton;


struct AnjutaCloseButtonClass

struct AnjutaCloseButtonClass {
	GtkButtonClass parent_class;

	AnjutaCloseButtonClassPrivate *priv;
};


anjuta_close_button_new ()

GtkWidget *         anjuta_close_button_new             (void);


AnjutaCloseButtonClassPrivate

typedef struct _AnjutaCloseButtonClassPrivate AnjutaCloseButtonClassPrivate;