index, gtk-- homepage
class Gtk_Label
#include <gtk--/label.h>
Base classes: Gtk_Misc
Is derived by: Gtk_TipsQuery
Public member index
Public member descriptions
set_justify
void Gtk_Label::set_justify(GtkJustification jtype);
set_justify specifies how label will behave with more
than one line in it. Possible values are - GTK_JUSTIFY_LEFT
- GTK_JUSTIFY_RIGHT
- GTK_JUSTIFY_CENTER
- GTK_JUSTIFY_FILL
If you're looking for changing label alignment, check
Gtk_Misc::set_alignment.
(pages generated by PERCEPS -script.)