Matthias Clasen
|
609e04ddcf
|
gtk-demo: Cosmetic changes
Clean up the code of many examples in minor ways, fix some memory
leaks, and avoid the use of dialogs where a regular toplevel works
just as well.
|
2015-06-28 17:41:35 -04:00 |
|
Matthias Clasen
|
0a601b093c
|
gtk-demo: Many cosmetic fixes
Mostly update window titles, and some addition to descriptions.
|
2015-06-19 21:59:15 -04:00 |
|
William Jon McCann
|
708dd8cc52
|
Remove usage of stock APIs in demo
With the exception of GtkAction.
|
2013-06-24 14:50:01 -04:00 |
|
Matthias Clasen
|
1204a850f3
|
Formatting cleanups
While we normally try to avoid whitespace fixes, the gtk-demo
code is shown as exemplary, so it should be in good shape,
formatting-wise.
|
2011-09-01 23:56:58 -04:00 |
|
Michael Natterer
|
260ccdfebe
|
gtk: remove "gboolean homogeneous" from gtk_box_new()
Because it's FALSE in virtually all use cases.
|
2010-11-02 12:04:35 +09:00 |
|
Javier Jardón
|
c15ef6405c
|
Use gtk_box_new() instead gtk_[v|h]box_new()
|
2010-10-30 17:37:03 +09:00 |
|
Javier Jardón
|
7f2cc85db9
|
Use accessor functions to access GtkDialog
|
2010-07-13 19:40:47 +02:00 |
|
Javier Jardón
|
214a023e91
|
Deprecate widget flag: GTK_WIDGET_VISIBLE
Use gtk_widget_get_visible() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
|
2010-03-01 07:52:07 +01:00 |
|
Bastien Nocera
|
7fd79f42ab
|
Fix GtkSpinner using style before it's set
Fix a possible division by zero when the spinner
is started before it's realized (eg. before it has a style
set).
https://bugzilla.gnome.org/show_bug.cgi?id=598496
|
2009-10-15 01:43:26 +01:00 |
|
Bastien Nocera
|
d21700f510
|
Bug 319607 – Add a throbber (activity widget) to GTK+
Add GtkSpinner activity throbber, as well as a cell renderer.
|
2009-10-14 14:58:30 +01:00 |
|