Patch 1 - #5
Open
UserXGnu wants to merge 7 commits into
Open
Conversation
new file: notebook/.anjuta/session/anjuta.session new file: notebook/.anjuta_sym_db.db new file: notebook/AUTHORS new file: notebook/COPYING new file: notebook/ChangeLog new file: notebook/Debug/Makefile new file: notebook/Debug/config.h new file: notebook/Debug/config.log new file: notebook/Debug/config.status new file: notebook/Debug/libtool new file: notebook/Debug/po/Makefile new file: notebook/Debug/po/Makefile.in new file: notebook/Debug/po/POTFILES new file: notebook/Debug/po/stamp-it new file: notebook/Debug/src/.deps/main.Po new file: notebook/Debug/src/Makefile new file: notebook/Debug/src/main.o new file: notebook/Debug/src/notebook new file: notebook/Debug/stamp-h1 new file: notebook/INSTALL new file: notebook/Makefile new file: notebook/Makefile.am new file: notebook/Makefile.in new file: notebook/NEWS new file: notebook/README new file: notebook/aclocal.m4 new file: notebook/autogen.sh new file: notebook/autom4te.cache/output.0 new file: notebook/autom4te.cache/output.1 new file: notebook/autom4te.cache/requests new file: notebook/autom4te.cache/traces.0 new file: notebook/autom4te.cache/traces.1 new file: notebook/config.guess new file: notebook/config.h new file: notebook/config.h.in new file: notebook/config.log new file: notebook/config.status new file: notebook/config.sub new file: notebook/configure new file: notebook/configure.ac new file: notebook/depcomp new file: notebook/install-sh new file: notebook/intltool-extract.in new file: notebook/intltool-merge.in new file: notebook/intltool-update.in new file: notebook/libtool new file: notebook/ltmain.sh new file: notebook/missing new file: notebook/mkinstalldirs new file: notebook/notebook.anjuta new file: notebook/po/ChangeLog new file: notebook/po/LINGUAS new file: notebook/po/Makefile new file: notebook/po/Makefile.in new file: notebook/po/Makefile.in.in new file: notebook/po/POTFILES new file: notebook/po/POTFILES.in new file: notebook/po/stamp-it new file: notebook/src/.deps/gu_button.Po new file: notebook/src/.deps/gu_note.Po new file: notebook/src/.deps/gu_window.Po new file: notebook/src/.deps/main.Po new file: notebook/src/Makefile new file: notebook/src/Makefile.am new file: notebook/src/Makefile.in new file: notebook/src/gu_button.c new file: notebook/src/gu_button.h new file: notebook/src/gu_button.o new file: notebook/src/gu_note.c new file: notebook/src/gu_note.h new file: notebook/src/gu_note.o new file: notebook/src/gu_window.c new file: notebook/src/gu_window.h new file: notebook/src/gu_window.o new file: notebook/src/main.c new file: notebook/src/main.o new file: notebook/src/notebook new file: notebook/stamp-h1
deleted: .anjuta/session/anjuta.session deleted: .anjuta_sym_db.db deleted: AUTHORS deleted: COPYING deleted: ChangeLog deleted: Debug/Makefile deleted: Debug/config.h deleted: Debug/config.log deleted: Debug/config.status deleted: Debug/libtool deleted: Debug/po/Makefile deleted: Debug/po/Makefile.in deleted: Debug/po/POTFILES deleted: Debug/po/stamp-it deleted: Debug/src/.deps/main.Po deleted: Debug/src/Makefile deleted: Debug/src/main.o deleted: Debug/src/notebook deleted: Debug/stamp-h1 deleted: INSTALL modified: Makefile deleted: Makefile.am deleted: Makefile.in deleted: NEWS deleted: README deleted: aclocal.m4 deleted: autogen.sh deleted: autom4te.cache/output.0 deleted: autom4te.cache/output.1 deleted: autom4te.cache/requests deleted: autom4te.cache/traces.0 deleted: autom4te.cache/traces.1 deleted: config.guess deleted: config.h deleted: config.h.in deleted: config.log deleted: config.status deleted: config.sub deleted: configure deleted: configure.ac deleted: depcomp deleted: install-sh deleted: intltool-extract.in deleted: intltool-merge.in deleted: intltool-update.in deleted: libtool deleted: ltmain.sh deleted: missing deleted: mkinstalldirs deleted: notebook.anjuta deleted: po/ChangeLog deleted: po/LINGUAS deleted: po/Makefile deleted: po/Makefile.in deleted: po/Makefile.in.in deleted: po/POTFILES deleted: po/POTFILES.in deleted: po/stamp-it deleted: src/.deps/gu_button.Po deleted: src/.deps/gu_note.Po deleted: src/.deps/gu_window.Po deleted: src/.deps/main.Po deleted: src/Makefile deleted: src/Makefile.am deleted: src/Makefile.in deleted: src/gu_button.c deleted: src/gu_button.h deleted: src/gu_button.o deleted: src/gu_note.c deleted: src/gu_note.h deleted: src/gu_note.o deleted: src/gu_window.c deleted: src/gu_window.h deleted: src/gu_window.o deleted: src/main.c deleted: src/main.o deleted: src/notebook deleted: stamp-h1
new file: gu_button.h new file: gu_note.c new file: gu_note.h new file: gu_window.c new file: gu_window.h new file: main.c
deleted: notebook/gu_button.c deleted: notebook/gu_button.h deleted: notebook/gu_note.c deleted: notebook/gu_note.h deleted: notebook/gu_window.c deleted: notebook/gu_window.h deleted: notebook/main.c gtknotebook-example/
new file: gtknotebook-example/gu_button.c new file: gtknotebook-example/gu_button.h new file: gtknotebook-example/gu_note.c new file: gtknotebook-example/gu_note.h new file: gtknotebook-example/gu_window.c new file: gtknotebook-example/gu_window.h new file: gtknotebook-example/main.c
…xamples into patch-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just a simple example of a GtkNotebook with a close button.
Again...
Hope you enjoy.