Home
last modified time | relevance | path

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

/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/tint2conf/
H A Dgui.h13 #define COL_SPACING 8 macro
H A Dproperties.c419 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_panel()
642 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_panel()
884 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_panel()
978 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_panel()
1193 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_panel_items()
2188 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_launcher()
2312 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_launcher()
2600 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_taskbar()
2790 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_taskbar()
2892 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_taskbar()
[all …]
H A Dgradient_gui.c48 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_gradient()
79 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_gradient()
129 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_gradient()
160 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_gradient()
H A Dbackground_gui.c130 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_background()
164 gtk_table_set_col_spacings(GTK_TABLE(table), COL_SPACING); in create_background()
/dports/mail/balsa/balsa-2.5.1/src/
H A Dpref-manager.c72 #define COL_SPACING (1 * HIG_PADDING) macro
1591 box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in color_box()
1633 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in remote_mailbox_servers_group()
1719 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in outgoing_mail_group()
1841 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in checking_group()
2505 gtk_grid_set_column_spacing(grid, COL_SPACING); in create_grid()
2560 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in misc_group()
2621 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in deleting_messages_group()
2713 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in folder_scanning_group()
2725 hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, COL_SPACING); in folder_scanning_group()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/
H A Dexample-calendar.rs726 const COL_SPACING: usize = 1; in format_year() const
743 .paste_blocks(COL_SPACING) in format_year()