Home
last modified time | relevance | path

Searched refs:other_vbox (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dxpad-preferences.c211 … *vbox, *hbox, *view_vbox, *appearance_vbox, *start_vbox, *tray_vbox, *other_vbox, *pad_size_heigh… in xpad_preferences_constructed() local
499 other_vbox = GTK_BOX (gtk_box_new (GTK_ORIENTATION_VERTICAL, 6)); in xpad_preferences_constructed()
500 gtk_box_set_homogeneous (other_vbox, FALSE); in xpad_preferences_constructed()
501 gtk_widget_set_margin_top (GTK_WIDGET (other_vbox), 12); in xpad_preferences_constructed()
502 gtk_widget_set_margin_bottom (GTK_WIDGET (other_vbox), 12); in xpad_preferences_constructed()
503 gtk_widget_set_margin_start (GTK_WIDGET (other_vbox), 12); in xpad_preferences_constructed()
504 gtk_widget_set_margin_end (GTK_WIDGET (other_vbox), 12); in xpad_preferences_constructed()
506 gtk_notebook_append_page (GTK_NOTEBOOK (pref->priv->notebook), GTK_WIDGET (other_vbox), label); in xpad_preferences_constructed()
511 gtk_box_pack_start (other_vbox, pref->priv->editcheck, FALSE, FALSE, 0); in xpad_preferences_constructed()
512 gtk_box_pack_start (other_vbox, pref->priv->confirmcheck, FALSE, FALSE, 0); in xpad_preferences_constructed()