~mdoyen/homebank/5.3.x

« back to all changes in this revision

Viewing changes to src/gtk-dateentry.c

  • Committer: Maxime Doyen
  • Date: 2019-05-13 05:39:47 UTC
  • Revision ID: homebank@free.fr-20190513053947-09debj3ad7alxwba
5.2.5 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
496
496
 
497
497
        priv->popover = gtk_popover_new (priv->button);
498
498
        gtk_popover_set_position(GTK_POPOVER(priv->popover), GTK_POS_BOTTOM);
499
 
        gtk_container_set_border_width (GTK_CONTAINER (priv->popover), 6);
500
499
        priv->calendar = gtk_calendar_new ();
501
500
        gtk_container_add (GTK_CONTAINER (priv->popover), priv->calendar);
502
501
 
 
502
        gtk_widget_set_margin_start (priv->calendar, 10);
 
503
        gtk_widget_set_margin_end (priv->calendar, 10);
 
504
        gtk_widget_set_margin_top (priv->calendar, 10);
 
505
        gtk_widget_set_margin_bottom (priv->calendar, 10);
 
506
        
503
507
        gtk_widget_show_all (GTK_WIDGET(dateentry));
504
508
 
505
509
        /* initialize datas */