Changeset 172 for trunk/desktop/class_c/wpnotebook.c
- Timestamp:
- Jan 4, 2007, 6:53:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpnotebook.c
r167 r172 72 72 /* Create the toplevel window */ 73 73 gtkWindow=gtk_window_new(GTK_WINDOW_TOPLEVEL); 74 gtk_container_set_border_width(GTK_CONTAINER(gtkWindow), 5);74 gtk_container_set_border_width(GTK_CONTAINER(gtkWindow), 1); 75 75 /* Make sure we have a reference to the class so the garbage collector 76 76 doesn't unload us */
Note:
See TracChangeset
for help on using the changeset viewer.