#include <gdk/gdk.h>
#include <gtk/gtk.h>
Go to the source code of this file.
Data Structures | |
| struct | _AlpDecoratedHBox |
| struct | _AlpDecoratedHBoxClass |
Defines | |
| #define | ALP_DECORATED_HBOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBox)) |
| #define | ALP_DECORATED_HBOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBoxClass)) |
| #define | ALP_DECORATED_HBOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBoxClass)) |
| #define | ALP_IS_DECORATED_HBOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_DECORATED_HBOX)) |
| #define | ALP_IS_DECORATED_HBOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_DECORATED_HBOX)) |
| #define | ALP_TYPE_DECORATED_HBOX (alp_decorated_hbox_get_type()) |
Typedefs | |
| typedef _AlpDecoratedHBox | AlpDecoratedHBox |
| typedef _AlpDecoratedHBoxClass | AlpDecoratedHBoxClass |
| typedef void(* | AlpDecoratedHBoxDrawFunction )(AlpDecoratedHBox *hbox) |
| Signature for the background drawing function. | |
Functions | |
| gint | alp_decorated_hbox_get_drawing_function_int (AlpDecoratedHBox *Dhbox) |
| Gets the gint for use with the drawing function. | |
| GType | alp_decorated_hbox_get_type (void) G_GNUC_CONST |
| Get the AlpDecoratedhBox object type. | |
| GtkWidget * | alp_decorated_hbox_new (gboolean homogenous, gint spacing) |
| Creates a new alp_decorated_hbox widget. | |
| void | alp_decorated_hbox_set_drawing_function (AlpDecoratedHBoxDrawFunction draw_background) |
| Sets the drawing function to be called for the background. | |
| void | alp_decorated_hbox_set_drawing_function_int (AlpDecoratedHBox *Dhbox, gint param) |
| Sets a gint which may or may not be used by the drawing function. | |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.