Exemple #1
0
static void adj_gtab_win_pos()
{
  if (!gwin_gtab)
    return;
  if (win_size_exceed(gwin_gtab))
    move_win_gtab(current_in_win_x, current_in_win_y);
}
Exemple #2
0
void disp_pho_sel(char *s)
{
    gtk_label_set_markup(GTK_LABEL(label_pho_sele), s);

    minimize_win_pho();

    if (win_size_exceed(gwin_pho)) {
        move_win_pho(current_in_win_x, current_in_win_y);
    }
}