Module dui.Label
| Constructor Summary | |
|---|---|
| protected |
(GtkWidget *gtkWidget) |
|
(String str) Creates a new text lable |
|
|
(char str) Creates a new text label |
|
|
(char str, bit mnemonic) |
|
|
(String str, bit mnemonic) |
|
| Methods Summary | |
|---|---|
| public void* |
gtk() |
| static GType |
getType() Gets this class type |
| void |
setText(char str) Sets the label text |
| void |
setText(String str) |
| String |
getText() Gets the label text |
| void |
setAttributes(PangoAttrList* attrs) |
| PangoAttrList* |
getAttributes() |
| void |
setLabel(char str) |
| void |
setLabel(String str) |
| String |
getLabel() Gets the label text |
| void |
setMarkup(char str) |
| void |
setUseMarkup(bit setting) |
| bit |
getUseMarkup() |
| void |
setUseUnderline(bit setting) |
| bit |
getUseUnderline() |
| void |
setMarkupWidthMnemonic(String str) |
| guint |
getMnemonicKeyval() |
| void |
setMnemonicWidget(Widget mnm) |
| Widget |
getMnemonicWidget() |
| void |
setTextMnemonic(String str) |
| void |
setJustify(GtkJustification jtype) |
| GtkJustification |
getJustify() |
| void |
setPattern(String pattern) |
| void |
setLineWrap(bit wrap) |
| bit |
getLineWrap() |
| void |
setSelectable(bit setting) |
| bit |
getSelectable() |
| void |
selectRegion(gint start_offset, gint end_offset) |
| bit |
getSelectionBounds(gint* start, gint* end) |
| PangoLayout* |
getLayout() |
| void |
getLayoutOffsets(gint* x, gint* y) |