WIP: cleaning, simplifying, organizing #include callback, contain, display, tree, texts
This commit is contained in:
parent
4d827bda0d
commit
45cecfe805
|
@ -2,7 +2,6 @@
|
|||
#include <gtk-4.0/gtk/gtk.h>
|
||||
|
||||
#include "tree.h"
|
||||
#include "display.h"
|
||||
#include "contain.h"
|
||||
#include "texts.h"
|
||||
#include "in_depth.h"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
callback.o: callback.c tree.h \
|
||||
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
|
||||
display.h contain.h texts.h in_depth.h
|
BIN
callback.o
BIN
callback.o
Binary file not shown.
|
@ -1,11 +1,10 @@
|
|||
#include <stdio.h>
|
||||
#include <gtk-4.0/gtk/gtk.h>
|
||||
|
||||
#include "tree.h"
|
||||
#include "display.h"
|
||||
#include "contain.h"
|
||||
#include "texts.h"
|
||||
#include "callback.h"
|
||||
#include "display.h"
|
||||
#include "tree.h"
|
||||
#include "texts.h"
|
||||
|
||||
// https://blog.gtk.org/2020/09/08/on-list-models/ < TODO
|
||||
// https://docs.gtk.org/gtk4/visual_index.html < widgets gallery
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
contain.o: contain.c tree.h \
|
||||
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
|
||||
display.h contain.h texts.h callback.h
|
|
@ -1,9 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <gtk-4.0/gtk/gtk.h>
|
||||
|
||||
#include "tree.h"
|
||||
#include "display.h"
|
||||
#include "contain.h"
|
||||
#include "tree.h"
|
||||
#include "texts.h"
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
display.o: display.c tree.h \
|
||||
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
|
||||
display.h contain.h texts.h
|
|
@ -1,6 +0,0 @@
|
|||
graph_area.o: graph_area.c \
|
||||
/gnu/store/hsby4biv4wjywr7slvjf0ykk1xzf31xb-glib-2.78.0/include/glib-2.0/glib.h \
|
||||
contain.h graph_area.h \
|
||||
/gnu/store/0gxl8awg16qysdmxsflwnz0gyynrgs99-mesa-24.0.4/include/GL/glext.h \
|
||||
/gnu/store/0gxl8awg16qysdmxsflwnz0gyynrgs99-mesa-24.0.4/include/KHR/khrplatform.h \
|
||||
base.h
|
BIN
graph_area.o
BIN
graph_area.o
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
in_depth.o: in_depth.c callback.h
|
BIN
in_depth.o
BIN
in_depth.o
Binary file not shown.
Loading…
Reference in New Issue