Searched refs:horizontalAdjustment (Results 1 – 3 of 3) sorted by relevance
738 if (priv->horizontalAdjustment)739 g_object_unref(priv->horizontalAdjustment);743 priv->horizontalAdjustment = hadj;1014 if (priv->horizontalAdjustment) {1015 g_object_unref(priv->horizontalAdjustment);1016 priv->horizontalAdjustment = NULL;2736 priv->horizontalAdjustment = GTK_ADJUSTMENT(gtk_adjustment_new(0.0, 0.0, 0.0, 0.0, 0.0, 0.0));2739 g_object_ref_sink(priv->horizontalAdjustment);
137 GtkAdjustment* horizontalAdjustment; member
1131 view->setGtkAdjustments(priv->horizontalAdjustment, priv->verticalAdjustment, resetValues); in postCommitFrameViewSetup()