/*
* screenshots.html
*
* @(#) $Header$
*
*/
$configuring=0;
$include_path=".:bugs";
$bugs_configuration_path="./";
require("bugs_globals.php");
require("bugs_locale.php");
include(IncludeRelativePath($configuration->shared_include_file));
commonHeader("BGUI Screenshots");
?>
- BGUI example screenshots:
- Back to the BGUI site main page
Function DisplayImage($name,$description)
{
echo " $description | \n";
}
?>
DisplayImage("groups","Flexible group layout"); ?>
DisplayImage("backfill","Background fill support"); ?>
DisplayImage("textformat","Formatted text display"); ?>
DisplayImage("tooltips","Information tool tips"); ?>
DisplayImage("palette","Palette color choosing"); ?>
DisplayImage("draganddrop","Drag and drop action"); ?>
DisplayImage("treeview","Tree list view gadget"); ?>
DisplayImage("virtual","Scrollable (virtual) gadgets"); ?>
DisplayImage("boopsi","Interface with BOOPSI gadgets"); ?>
DisplayImage("bar","2D scroll bar"); ?>
DisplayImage("table","Table layout group"); ?>
DisplayImage("builder","GUI Builder"); ?>
DisplayImage("editor","Documentation editor"); ?>
DisplayImage("preferences","Preferences editor"); ?>
- Back to the BGUI site main page
commonFooter();
?>