summaryrefslogtreecommitdiffstats
path: root/src/shell-stack.h
blob: e54160db9f1e66e2529e23cc26804678325546b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#ifndef __SHELL_STACK_H__
#define __SHELL_STACK_H__

#include "st.h"
#include <gtk/gtk.h>

#define SHELL_TYPE_STACK (shell_stack_get_type ())
G_DECLARE_FINAL_TYPE (ShellStack, shell_stack, SHELL, STACK, StWidget)

#endif /* __SHELL_STACK_H__ */