File: x_simple_sb_view.h

package info (click to toggle)
mlterm 3.1.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 23,168 kB
  • sloc: ansic: 102,795; sh: 9,676; java: 2,018; perl: 1,601; makefile: 1,595; cpp: 771; sed: 16
file content (17 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *	$Id$
 */

#ifndef  __X_SIMPLE_SB_VIEW_H__
#define  __X_SIMPLE_SB_VIEW_H__


#include  "x_sb_view.h"


x_sb_view_t *  x_simple_sb_view_new(void) ;

x_sb_view_t *  x_simple_transparent_sb_view_new(void) ;


#endif