Go to the first, previous, next, last section, table of contents.
- Function: guint gtk_scrolled_window_get_type (void)
-
Returns the
GtkScrolledWindow type identifier.
- Function: GtkWidget* gtk_scrolled_window_new (GtkAdjustment *hadjustment, GtkAdjustment *vadjustment)
-
Create a new
GtkScrolledWindow object initializing it with the values in
adjustment and adjustment. The new widget is returned as a
pointer to a GtkWidget object. NULL is returned on failure.
- Function: GtkAdjustment* gtk_scrolled_window_get_hadjustment (GtkScrolledWindow *scrolled_window)
-
- Function: GtkAdjustment* gtk_scrolled_window_get_vadjustment (GtkScrolledWindow *scrolled_window)
-
- Function: void gtk_scrolled_window_set_policy (GtkScrolledWindow *scrolled_window, GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy)
-
@gtkstdmacros{ScrolledWindow, SCROLLED_WINDOW}
Go to the first, previous, next, last section, table of contents.