Changes between Version 1 and Version 2 of GtkSimpleWidgets
- Timestamp:
- 11/02/11 17:03:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GtkSimpleWidgets
v1 v2 27 27 }}} 28 28 29 The code below is a complete example showing how to create and pack to buttons into a window. The finalwindow should look something like:29 Below is a complete program to create and pack two buttons into a window. When the top button is clicked, a message is printed on the terminal, and when the bottom button is clicked, the application quits. The window should look something like: 30 30 31 31 [[Image(buttons.png)]]