![]() |
![]() |
![]() |
GTK+ 3 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <gtk/gtk.h> GtkMisc; void gtk_misc_set_alignment (GtkMisc *misc
,gfloat xalign
,gfloat yalign
); void gtk_misc_set_padding (GtkMisc *misc
,gint xpad
,gint ypad
); void gtk_misc_get_alignment (GtkMisc *misc
,gfloat *xalign
,gfloat *yalign
); void gtk_misc_get_padding (GtkMisc *misc
,gint *xpad
,gint *ypad
);
void gtk_misc_set_alignment (GtkMisc *misc
,gfloat xalign
,gfloat yalign
);
|
|
|
|
|
void gtk_misc_set_padding (GtkMisc *misc
,gint xpad
,gint ypad
);
|
|
|
|
|
void gtk_misc_get_alignment (GtkMisc *misc
,gfloat *xalign
,gfloat *yalign
);
Gets the X and Y alignment of the widget within its allocation.
See gtk_misc_set_alignment()
.
void gtk_misc_get_padding (GtkMisc *misc
,gint *xpad
,gint *ypad
);
Gets the padding in the X and Y directions of the widget.
See gtk_misc_set_padding()
.