Home | History | Annotate | Download | only in gtk

Lines Matching defs:spacer

81   // Add spacer between image and title.
82 GtkWidget* spacer = gtk_label_new(NULL);
83 gtk_label_set_markup(GTK_LABEL(spacer), "<span size=\"larger\"> </span>");
84 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);
94 // Add spacer between title and message.
95 spacer = gtk_label_new(" ");
96 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);
107 // Add spacer between message and link.
108 spacer = gtk_label_new(" ");
109 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);