]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtksizegroup-private.h
filechooserbutton: For the open-dialog-cancel-* tests, add a real nomenclature and...
[~andy/gtk] / gtk / gtksizegroup-private.h
index 3f80d3fd7bdaa2f3ed688570947d46f1a610b09a..148c533bd67a4d8168923d9e07f8443dc5d57d5d 100644 (file)
@@ -13,9 +13,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/>.
  */
 
 #ifndef __GTK_SIZE_GROUP_PRIVATE_H__
@@ -39,11 +37,9 @@ typedef enum
   GTK_QUEUE_RESIZE_INVALIDATE_ONLY = 1 << 0
 } GtkQueueResizeFlags;
 
-void _gtk_size_group_bump_requisition (GtkWidget           *widget,
-                                       GtkSizeGroupMode     mode,
-                                       gint                *minimum,
-                                       gint                *natural);
-void _gtk_size_group_queue_resize     (GtkWidget           *widget,
-                                       GtkQueueResizeFlags  flags);
+GHashTable * _gtk_size_group_get_widget_peers (GtkWidget           *for_widget,
+                                               GtkOrientation       orientation);
+void _gtk_size_group_queue_resize             (GtkWidget           *widget,
+                                               GtkQueueResizeFlags  flags);
 
 #endif /* __GTK_SIZE_GROUP_PRIVATE_H__ */