Changeset 1848
- Timestamp:
- 04/26/07 17:25:20 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c
r1421 r1848 18 18 * @author Chaowei Song (songcw@fic-sh.com.cn) 19 19 */ 20 #include <libmokoui/moko- details-window.h>20 #include <libmokoui/moko-scrolled-pane.h> 21 21 #include <string.h> 22 22 … … 35 35 GtkWidget *text; 36 36 GtkWidget *detail; 37 GtkWidget *box; 38 39 detail = moko_details_window_new (); 40 box = moko_details_window_put_in_box (MOKO_DETAILS_WINDOW (detail)); 37 38 detail = moko_scrolled_pane_new (); 41 39 42 40 text = gtk_text_view_new (); … … 46 44 gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (text), GTK_WRAP_WORD); 47 45 48 gtk_container_add (GTK_CONTAINER(detail), text);46 moko_scrolled_pane_pack (MOKO_SCROLLED_PANE (detail), text); 49 47 application_manager_data_set_tvdetail (appdata, text); 50 48
Note: See TracChangeset
for help on using the changeset viewer.
