Whole document tree EScrollFrameSynopsisSynopsis
Details
e_scroll_frame_new ()
Creates a new scroll frame widget. e_scroll_frame_set_hadjustment ()
Sets the adjustment to be used for horizontal scrolling in a scroll frame widget. e_scroll_frame_set_vadjustment ()
Sets the adjustment to be used for vertical scrolling in a scroll frame widget. e_scroll_frame_get_hadjustment ()
Queries the horizontal adjustment of a scroll frame widget. e_scroll_frame_get_vadjustment ()
Queries the vertical adjustment of a scroll frame widget. e_scroll_frame_set_policy ()
Sets the scrollbar policies of a scroll frame widget. These determine when the scrollbars are to be shown or hidden. e_scroll_frame_set_placement ()
Sets the placement of a scroll frame widget's frame with respect to its scrollbars. e_scroll_frame_set_shadow_type ()
Sets the shadow type of a scroll frame widget. You can use this when you insert a child that does not paint a frame on its own. e_scroll_frame_set_scrollbar_spacing ()
Sets the spacing between the frame and the scrollbars of a scroll frame widget. e_scroll_frame_add_with_viewport ()
Creates a GtkViewport and puts the specified child inside it, thus allowing the viewport to be scrolled by the scroll frame widget. This is meant to be used only when a child does not support the scrolling interface. |