File: list-box-helper.h

package info (click to toggle)
gnome-control-center 1%3A3.14.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 61,268 kB
  • ctags: 10,952
  • sloc: ansic: 345,281; sh: 11,396; makefile: 2,370; xml: 709; ruby: 57
file content (31 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * Copyright (C) 2014 Red Hat, Inc
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 *
 */

#include <gtk/gtk.h>

void
cc_list_box_update_header_func (GtkListBoxRow *row,
                                GtkListBoxRow *before,
                                gpointer user_data);

void
cc_list_box_adjust_scrolling (GtkListBox *listbox);

void
cc_list_box_setup_scrolling (GtkListBox *listbox,
                             guint       num_rows);