Home | History | Annotate | Download | only in gtk

Lines Matching defs:spacer

101   // Add spacer between image and title.
102 GtkWidget* spacer = gtk_label_new(NULL);
103 gtk_label_set_markup(GTK_LABEL(spacer), "<span size=\"larger\"> </span>");
104 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);
113 // Add spacer between title and message.
114 spacer = gtk_label_new(" ");
115 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);
125 // Add spacer between message and link.
126 spacer = gtk_label_new(" ");
127 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0);