Talk:Using Fremantle widgets

(On Gtk+ widgets)
(Remove spam)
 
(7 intermediate revisions not shown)
Line 54: Line 54:
<td>OBSOLETE
<td>OBSOLETE
</td><td>GtkFileChooserButton
</td><td>GtkFileChooserButton
-
</td><td>Use widgets defined in <b>Fremantle File Management UI Specification</b>
+
</td><td>
</td></tr>
</td></tr>
<tr>
<tr>

Latest revision as of 14:59, 16 June 2020

[edit] On Gtk+ widgets

(Information extracted *as is* from the Hildon 2.2 Widget UI Specification to be published before the Maemo 5 final release)

There are many Gtk+ widgets which are not used in Maemo at all. The list below contains widgets that are still in use.

State Widget Description
HILDON 2.2 GtkLabel
GtkImage
GtkProgressBar
GtkHScale
GtkVScale
GtkTreeView
GtkIconView
Used normally in both legacy and Hildon 2.2 apps.
LEGACY GtkEntry REPLACED by HildonEntry
LEGACY GtkTextView REPLACED by HildonTextView
LEGACY GtkExpander REPLACED by HildonPannableArea. Any show/hide toggling is not recommended for Hildon 2.2.
LEGACY GtkNotebook REPLACED by HildonPannableArea. Tabs of any kind are NOT used in Hildon 2.2
LEGACY GtkScrolledWindow REPLACED by HildonPannableArea. No scrollbars, direct finger panning instead.
OBSOLETE GtkMenuBar REPLACED by HildonAppMenu
OBSOLETE GtkColorSelectionDialog
GtkFontSelectionDialog
GtkFontButton
REPLACED by HildonPickerButton and HildonPickerDialog. Build the color/font picker using generic Hildon Touch List Picker.
OBSOLETE GtkFileChooserButton
OBSOLETE GtkStatusBar Use content area instead, there's no equivalent UI element to status bar in Hildon2.2
OBSOLETE GtkPageSetupUnixDialog
GtkPrintUnixDialog
PRINTING UI NOT SUPPORTED