|
Public Member Functions |
| void * | gtk () |
| | Gets the GTK structure.
|
| PangoTabArray * | pngT () |
| | Gets out GTK struct.
|
| | this (PangoTabArray *pangoTabArray) |
| | Creates a new pango tab array from a gtk struct.
|
| | this (gint initial_size, bit positions_in_pixels) |
| | Creates a new pango tab array.
|
| GType | getType () |
| | Gets the type for this class.
|
| | this (TabArray src) |
| | copy constructor
|
| | ~this () |
| | unsures the gtk structure is released
|
| void | free () |
| | Frees the gtk structure called by the dtor.
|
| gint | getSize () |
| | getSize
|
| void | resize (gint new_size) |
| | resize
|
| void | setTab (gint tab_index, PangoTabAlign alignment, gint location) |
| | setTab
|
| void | getTab (gint tab_index, PangoTabAlign *alignment, gint *location) |
| | getTab
|
| void | getTabs (PangoTabAlign **alignments, gint **locations) |
| | getTabs
|
| bit | getPositionsInPixels () |
| | getPositionsInPixels
|