[gnome-devel-docs] platform-demos: adding list of widgets for sample code.



commit 7b2a2f915e00b92d459f835f3c3fb2489647bab6
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Wed Apr 11 00:36:03 2012 -0400

    platform-demos: adding list of widgets for sample code.

 platform-demos/C/widget list |   71 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/platform-demos/C/widget list b/platform-demos/C/widget list
new file mode 100644
index 0000000..19a382c
--- /dev/null
+++ b/platform-demos/C/widget list	
@@ -0,0 +1,71 @@
+Windows
+-------
+Dialog â A popup window
+MessageDialog â A message window
+Window â Toplevel window which can contain other widgets
+AboutDialog â Display information about an application
+
+Display widgets
+----------------
+Image â A widget displaying an image
+Label â A widget which displays text
+ProgressBar â A widget which indicates progress visually
+Spinner â A spinner animation
+
+Button and toggles
+------------------
+Button â A widget which emits a signal when clicked
+CheckButton â Create widgets with a discrete toggle button
+RadioButton â A choice from multiple check buttons
+ToggleButton â Create buttons which retain their state
+Switch â A "light switch" style toggle
+
+Numeric and text data entry
+---------------------------
+Entry â A single line text entry field
+Scale â A slider widget for selecting a value from a range
+SpinButton â Retrieve an integer or floating-point number from the user
+
+Menu, combo box and toolbar widgets
+-----------------------------------
+ComboBox â A widget used to choose from a list of items
+MenuBar â A subclass of GtkMenuShell which holds GtkMenuItem widgets
+Toolbar â A bar of buttons and other widgets
+
+File selectors
+--------------
+FileChooserDialog â A dialog suitable for "File/Open" or "File/Save" commands
+
+
+Font selectors
+--------------
+FontChooserWidget â A widget for selecting fonts
+
+Color selectors
+---------------
+ColorButton â A button to launch a color selection dialog
+
+Layout containers
+-----------------
+Grid â Pack widgets in rows and columns
+Box â A container box
+ButtonBox â A container for arranging buttons
+Paned â A widget with two adjustable panes
+
+Treeview
+--------
+Treeview
+
+Ornaments
+---------
+GtkSeparator â A separator widget 
+
+Scrolling
+--------
+Scrollbar â A Scrollbar
+ScrolledWindow â Adds scrollbars to its child widget
+
+Miscellaneous
+-------------
+GtkTooltip â Add tips to your widgets 
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]