forked from fltk/fltk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for the widget bin.
- Loading branch information
1 parent
ce40ecf
commit dbba0ab
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
|
||
\page page_widgetbin_panel Widget Bin Panel | ||
|
||
\tableofcontents | ||
|
||
# The Widget Bin Panel # | ||
|
||
\image html widgetbin_panel.png "Widget Bin" | ||
\image latex widgetbin_panel.png "Widget Bin" | ||
|
||
The Widget Bin can be activated via the main | ||
menu: *Edit* > *Show Widget Bin* . FLUID will remember its | ||
state and dimensions. | ||
|
||
The Widget Bin is a great way to quickly create a GUI project. Clicking | ||
an icon in the bin will create the corresponding code or widget node inside | ||
or right after the selected widget. If the parent widget is not supported | ||
for this widget type, FLUID tries to find a better position. If that fails, | ||
a dialog box will pop up, explaining what type of parent node is required. | ||
|
||
The Window and Widget Class icons can be dragged onto the desktop, | ||
creating a new window at the drop position. | ||
|
||
All other widget types can be dragged from the bin into a window, or a group | ||
inside a window. When dropped, they will be positioned close to the drop point | ||
and inserted into the widget tree as the last child of the chosen group. | ||
The order of Widgets within their group can be changed with | ||
the `F2` and `F3` keys. | ||
|
||
*/ |