forked from AuroraMiddleware/gtk
Fox doc formatting, pointed out by Kjartan Maraas.
2005-06-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc formatting, pointed out by Kjartan Maraas.
This commit is contained in:
parent
df517cb1d5
commit
5870262ac3
@ -1,5 +1,8 @@
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
|
||||
formatting, pointed out by Kjartan Maraas.
|
||||
|
||||
* gtk/gtksettings.c: Add two new settings,
|
||||
gtk-cursor-theme-name and gtk-cursor-theme-size to
|
||||
control the cursor theme.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
|
||||
formatting, pointed out by Kjartan Maraas.
|
||||
|
||||
* gtk/gtksettings.c: Add two new settings,
|
||||
gtk-cursor-theme-name and gtk-cursor-theme-size to
|
||||
control the cursor theme.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-06-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
|
||||
formatting, pointed out by Kjartan Maraas.
|
||||
|
||||
* gtk/gtksettings.c: Add two new settings,
|
||||
gtk-cursor-theme-name and gtk-cursor-theme-size to
|
||||
control the cursor theme.
|
||||
|
@ -7045,13 +7045,13 @@ gtk_XParseGeometry (const char *string,
|
||||
*
|
||||
* <informalexample><programlisting>
|
||||
* #include <gtk/gtk.h>
|
||||
*
|
||||
*
|
||||
* static void
|
||||
* fill_with_content (GtkWidget *vbox)
|
||||
* {
|
||||
* /<!-- -->* fill with content... *<!-- -->/
|
||||
* }
|
||||
*
|
||||
*
|
||||
* int
|
||||
* main (int argc, char *argv[])
|
||||
* {
|
||||
@ -7059,7 +7059,7 @@ gtk_XParseGeometry (const char *string,
|
||||
* GdkGeometry size_hints = {
|
||||
* 100, 50, 0, 0, 100, 50, 10, 10, 0.0, 0.0, GDK_GRAVITY_NORTH_WEST
|
||||
* };
|
||||
*
|
||||
*
|
||||
* gtk_init (&argc, &argv);
|
||||
*
|
||||
* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
|
Loading…
Reference in New Issue
Block a user