Method
GtkTextViewset_gutter
Declaration [src]
void
gtk_text_view_set_gutter (
  GtkTextView* text_view,
  GtkTextWindowType win,
  GtkWidget* widget
)
Description [src]
Places widget into the gutter specified by win.
win must be one of GTK_TEXT_WINDOW_LEFT, GTK_TEXT_WINDOW_RIGHT,
GTK_TEXT_WINDOW_TOP, or GTK_TEXT_WINDOW_BOTTOM.
Parameters
| win | GtkTextWindowType | 
| A  | |
| widget | GtkWidget | 
| A  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |