![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#define ANJUTA_CLOSE_BUTTON_CONST (obj)
struct AnjutaCloseButton;
struct AnjutaCloseButtonClass;
AnjutaCloseButtonClassPrivate;
GtkWidget * anjuta_close_button_new (void
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----AnjutaCloseButton
AnjutaCloseButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
#define ANJUTA_CLOSE_BUTTON_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ANJUTA_TYPE_CLOSE_BUTTON, AnjutaCloseButton const))
struct AnjutaCloseButtonClass { GtkButtonClass parent_class; AnjutaCloseButtonClassPrivate *priv; };
typedef struct _AnjutaCloseButtonClassPrivate AnjutaCloseButtonClassPrivate;