|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <gtktextlayout.h>
Public Attributes | |
| PangoLayout * | layout |
| GSList * | cursors |
| GSList * | shaped_objects |
| GtkTextDirection | direction |
| gint | width |
| gint | total_width |
| gint | height |
| gint | x_offset |
| gint | left_margin |
| gint | right_margin |
| gint | top_margin |
| gint | bottom_margin |
| gint | insert_index |
| gboolean | size_only |
| GtkTextLine * | line |
| GdkColor * | pg_bg_color |
| GdkRectangle | block_cursor |
| guint | cursors_invalid: 1 |
| guint | has_block_cursor: 1 |
| guint | cursor_at_line_end: 1 |
Definition at line 236 of file gtktextlayout.h.
| GdkRectangle _GtkTextLineDisplay::block_cursor |
Definition at line 262 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::bottom_margin |
Definition at line 254 of file gtktextlayout.h.
| guint _GtkTextLineDisplay::cursor_at_line_end |
Definition at line 265 of file gtktextlayout.h.
| GSList* _GtkTextLineDisplay::cursors |
Definition at line 239 of file gtktextlayout.h.
| guint _GtkTextLineDisplay::cursors_invalid |
Definition at line 263 of file gtktextlayout.h.
| GtkTextDirection _GtkTextLineDisplay::direction |
Definition at line 242 of file gtktextlayout.h.
| guint _GtkTextLineDisplay::has_block_cursor |
Definition at line 264 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::height |
Definition at line 246 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::insert_index |
Definition at line 255 of file gtktextlayout.h.
| PangoLayout* _GtkTextLineDisplay::layout |
Definition at line 238 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::left_margin |
Definition at line 251 of file gtktextlayout.h.
| GtkTextLine* _GtkTextLineDisplay::line |
Definition at line 258 of file gtktextlayout.h.
| GdkColor* _GtkTextLineDisplay::pg_bg_color |
Definition at line 260 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::right_margin |
Definition at line 252 of file gtktextlayout.h.
| GSList* _GtkTextLineDisplay::shaped_objects |
Definition at line 240 of file gtktextlayout.h.
| gboolean _GtkTextLineDisplay::size_only |
Definition at line 257 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::top_margin |
Definition at line 253 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::total_width |
Definition at line 245 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::width |
Definition at line 244 of file gtktextlayout.h.
| gint _GtkTextLineDisplay::x_offset |
Definition at line 250 of file gtktextlayout.h.