[gnome-games] libgames-support: Use get_preferred_{width, height} instead of size_request
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] libgames-support: Use get_preferred_{width, height} instead of size_request
- Date: Sat, 30 Oct 2010 17:02:57 +0000 (UTC)
commit eb90bb116ced7b322cc5365c69a0033386eff15a
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Oct 30 18:57:50 2010 +0200
libgames-support: Use get_preferred_{width,height} instead of size_request
libgames-support/games-gridframe.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/libgames-support/games-gridframe.c b/libgames-support/games-gridframe.c
index a4fed75..156b4a8 100644
--- a/libgames-support/games-gridframe.c
+++ b/libgames-support/games-gridframe.c
@@ -152,20 +152,6 @@ games_grid_frame_get_property (GObject * object, guint prop_id,
}
static void
-games_grid_frame_size_request (GtkWidget * widget,
- GtkRequisition * requisition)
-{
- GtkWidget *child = gtk_bin_get_child (GTK_BIN (widget));
-
- requisition->width = 1;
- requisition->height = 1;
-
- if (child && gtk_widget_get_visible (child)) {
- gtk_widget_size_request (child, requisition);
- }
-}
-
-static void
games_grid_frame_size_allocate (GtkWidget * widget,
GtkAllocation * allocation)
{
@@ -217,7 +203,6 @@ games_grid_frame_class_init (GamesGridFrameClass * class)
object_class->get_property = games_grid_frame_get_property;
widget_class->size_allocate = games_grid_frame_size_allocate;
- widget_class->size_request = games_grid_frame_size_request;
g_object_class_install_property (object_class, PROP_X_PADDING,
g_param_spec_int ("x_padding",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]