the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Gets the child widget of @scrolled_window.
Returns the horizontal scrollbar’s adjustment.
Gets whether the scrolled window draws a frame.
Returns the horizontal scrollbar of @scrolled_window.
Returns the specified kinetic scrolling behavior.
Returns the maximum content height set.
Returns the maximum content width set.
Gets the minimal content height of @scrolled_window.
Gets the minimum content width of @scrolled_window.
Returns whether overlay scrolling is enabled for this scrolled window.
Gets the placement of the contents with respect to the scrollbars.
Retrieves the current policy values for the horizontal and vertical scrollbars.
Reports whether the natural height of the child will be calculated and propagated through the scrolled window’s requested natural height.
Reports whether the natural width of the child will be calculated and propagated through the scrolled window’s requested natural width.
Returns the vertical scrollbar’s adjustment.
Returns the vertical scrollbar of @scrolled_window.
Sets the child widget of @scrolled_window.
Sets the GtkAdjustment for the horizontal scrollbar.
Changes the frame drawn around the contents of @scrolled_window.
Turns kinetic scrolling on or off.
Sets the maximum height that @scrolled_window should keep visible.
Sets the maximum width that @scrolled_window should keep visible.
Sets the minimum height that @scrolled_window should keep visible.
Sets the minimum width that @scrolled_window should keep visible.
Enables or disables overlay scrolling for this scrolled window.
Sets the placement of the contents with respect to the scrollbars for the scrolled window.
Sets the scrollbar policy for the horizontal and vertical scrollbars.
Sets whether the natural height of the child should be calculated and propagated through the scrolled window’s requested natural height.
Sets whether the natural width of the child should be calculated and propagated through the scrolled window’s requested natural width.
Sets the GtkAdjustment for the vertical scrollbar.
Unsets the placement of the contents with respect to the scrollbars.
Emitted whenever user initiated scrolling makes the scrolled window firmly surpass the limits defined by the adjustment in that orientation.
Emitted whenever user-initiated scrolling makes the scrolled window exactly reach the lower or upper limits defined by the adjustment in that orientation.
Emitted when focus is moved away from the scrolled window by a keybinding.
Emitted when a keybinding that scrolls is pressed.
This tests the GtkD tree widget \todo report bug to ng: nested class with same name of other class was not used<br> test if this works:<br> class A {}<br> class B { <br> class A{} <br> method (){ new A;}<br> }<br>