Talk:Using Fremantle widgets
(On Gtk+ widgets) |
(→On Gtk+ widgets: File Manager UI spec is not available, so it's pointless to have it here) |
||
Line 54: | Line 54: | ||
<td>OBSOLETE | <td>OBSOLETE | ||
</td><td>GtkFileChooserButton | </td><td>GtkFileChooserButton | ||
- | </td><td | + | </td><td> |
</td></tr> | </td></tr> | ||
<tr> | <tr> |
Revision as of 07:37, 17 June 2009
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 |