]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkscrollable.c
filechooserbutton: whitespace fixes
[~andy/gtk] / gtk / gtkscrollable.c
index eb6e046f50c96b0c00aae5fa4a1e0cd359eb2f39..3c7c76fcc65bba057c27b8a51d6ca198927755c8 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**
  *   </listitem>
  *   <listitem>
  *     <para>
+ *       Because its preferred size is the size for a fully expanded widget,
+ *       the scrollable widget must be able to cope with underallocations.
+ *       This means that it must accept any value passed to its
+ *       #GtkWidgetClass.size_allocate() function.
+ *     </para>
+ *   </listitem>
+ *   <listitem>
+ *     <para>
  *       When the parent allocates space to the scrollable child widget, the widget should update
  *       the adjustments' properties with new values.
  *     </para>
 #include "config.h"
 
 #include "gtkscrollable.h"
-#include "gtktypeutils.h"
+
+#include "gtkadjustment.h"
 #include "gtkprivate.h"
+#include "gtktypebuiltins.h"
 #include "gtkintl.h"
 
 G_DEFINE_INTERFACE (GtkScrollable, gtk_scrollable, G_TYPE_OBJECT)