File: liststore_extra_def.hpp

package info (click to toggle)
cppgir 2.0%2Bgit20250629.2a7d9ce-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: cpp: 16,451; ansic: 355; python: 86; makefile: 13; sh: 9
file content (33 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
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
32
33
#ifndef _GI_GTK_LIST_STORE_EXTRA_DEF_HPP_
#define _GI_GTK_LIST_STORE_EXTRA_DEF_HPP_

namespace gi
{
namespace repository
{
namespace Gtk
{
namespace base
{
class ListStoreExtra : public GI_GTK_LISTSTORE_BASE
{
  typedef GI_GTK_LISTSTORE_BASE super;

public:
  template<typename... Args>
  static GI_INLINE_DECL Gtk::ListStore new_type_() noexcept;

}; // class

#undef GI_GTK_LISTSTORE_BASE
#define GI_GTK_LISTSTORE_BASE base::ListStoreExtra

} // namespace base

} // namespace Gtk

} // namespace repository

} // namespace gi

#endif