Skip to content

Commit

Permalink
Start of GUI overview
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasWM committed Mar 24, 2024
1 parent 8848711 commit 86c12f6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 29 deletions.
29 changes: 1 addition & 28 deletions fluid/documentation/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ WARN_LOGFILE =
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/index.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_introduction.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_commandline.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_interactive.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_main_window.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_widgetbin_panel.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_edit_window.dox \
Expand All @@ -795,36 +796,8 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/index.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_tutorial.dox \
@CMAKE_CURRENT_SOURCE_DIR@/src/page_appendices.dox

# @CMAKE_CURRENT_SOURCE_DIR@/src/page_appendices.dox
# @CMAKE_CURRENT_SOURCE_DIR@/src/preface.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/intro.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/basics.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/common.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/coordinates.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/resize.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/editor.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/Fl_Terminal.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/drawing.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/events.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/subclassing.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/opengl.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/fluid.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/fltk-options.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/advanced.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/unicode.dox \
# @FLTK_SOURCE_DIR@/FL \
# @FLTK_SOURCE_DIR@/src \
# @CMAKE_CURRENT_SOURCE_DIR@/src/enumerations.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/glut.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/forms.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/osissues.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/migration_1_4.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/development.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/license.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/examples.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/faq.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/wayland.dox \
# @CMAKE_CURRENT_SOURCE_DIR@/src/bundled-libs.dox

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fluid/documentation/src/index.dox
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
- \ref commandline_passive
- \ref commandline_windows

\subpage page_fluid_gui
\subpage page_interactive

\subpage page_main_window
- \ref main_titlebar
Expand Down
17 changes: 17 additions & 0 deletions fluid/documentation/src/page_interactive.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**

\page page_interactive Interactive Mode

\tableofcontents

<!-- ---------------------------------------------------------------------- -->
\section interactive_gui The GUI Tab

\image html fluid_gui_overview_800.jpg
\image latex fluid_gui_overview_800.jpg

This panel is used to edit the properties of the currently selected widgets.
\subpage page_edit_window
such as

*/

0 comments on commit 86c12f6

Please sign in to comment.