File: exampleappwin.h

package info (click to toggle)
gtk4 4.21.5%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 195,424 kB
  • sloc: ansic: 817,677; xml: 3,357; javascript: 3,054; python: 2,187; java: 752; sh: 691; makefile: 313; perl: 162; cpp: 21
file content (13 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

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


#define EXAMPLE_APP_WINDOW_TYPE (example_app_window_get_type ())
G_DECLARE_FINAL_TYPE (ExampleAppWindow, example_app_window, EXAMPLE, APP_WINDOW, GtkApplicationWindow)


ExampleAppWindow       *example_app_window_new          (ExampleApp *app);
void                    example_app_window_open         (ExampleAppWindow *win,
                                                         GFile            *file);