90 lines
4.7 KiB
HTML
90 lines
4.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Layout Containers: GTK+ 3 Reference Manual</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||
<link rel="up" href="gtkobjects.html" title="Part II. GTK+ Widgets and Objects">
|
||
<link rel="prev" href="GtkWindowGroup.html" title="GtkWindowGroup">
|
||
<link rel="next" href="GtkBox.html" title="GtkBox">
|
||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||
<link rel="stylesheet" href="style.css" type="text/css">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
||
<td width="100%" align="left" class="shortcuts"></td>
|
||
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
||
<td><a accesskey="u" href="gtkobjects.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
||
<td><a accesskey="p" href="GtkWindowGroup.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
||
<td><a accesskey="n" href="GtkBox.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
||
</tr></table>
|
||
<div class="chapter">
|
||
<div class="titlepage"><div><div><h2 class="title">
|
||
<a name="LayoutContainers"></a>Layout Containers</h2></div></div></div>
|
||
<div class="toc"><dl class="toc">
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkBox.html">GtkBox</a></span><span class="refpurpose"> — A container for packing widgets in a single row or column</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkGrid.html">GtkGrid</a></span><span class="refpurpose"> — Pack widgets in rows and columns</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkRevealer.html">GtkRevealer</a></span><span class="refpurpose"> — Hide and show with animation</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkListBox.html">GtkListBox</a></span><span class="refpurpose"> — A list container</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkFlowBox.html">GtkFlowBox</a></span><span class="refpurpose"> — A container that allows reflowing its children</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkStack.html">GtkStack</a></span><span class="refpurpose"> — A stacking container</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkStackSwitcher.html">GtkStackSwitcher</a></span><span class="refpurpose"> — A controller for GtkStack</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkStackSidebar.html">GtkStackSidebar</a></span><span class="refpurpose"> — An automatic sidebar widget</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkActionBar.html">GtkActionBar</a></span><span class="refpurpose"> — A full width bar for presenting contextual actions</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkHeaderBar.html">GtkHeaderBar</a></span><span class="refpurpose"> — A box with a centered child</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkOverlay.html">GtkOverlay</a></span><span class="refpurpose"> — A container which overlays widgets on top of each other</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkButtonBox.html">GtkButtonBox</a></span><span class="refpurpose"> — A container for arranging buttons</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkPaned.html">GtkPaned</a></span><span class="refpurpose"> — A widget with two adjustable panes</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkLayout.html">GtkLayout</a></span><span class="refpurpose"> — Infinite scrollable area containing child widgets
|
||
and/or custom drawing</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkNotebook.html">GtkNotebook</a></span><span class="refpurpose"> — A tabbed notebook container</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkExpander.html">GtkExpander</a></span><span class="refpurpose"> — A container which can hide its child</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="gtk3-Orientable.html">GtkOrientable</a></span><span class="refpurpose"> — An interface for flippable widgets</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkAspectFrame.html">GtkAspectFrame</a></span><span class="refpurpose"> — A frame that constrains its child to a particular aspect ratio</span>
|
||
</dt>
|
||
<dt>
|
||
<span class="refentrytitle"><a href="GtkFixed.html">GtkFixed</a></span><span class="refpurpose"> — A container which allows you to position
|
||
widgets at fixed coordinates</span>
|
||
</dt>
|
||
</dl></div>
|
||
</div>
|
||
<div class="footer">
|
||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||
</body>
|
||
</html> |