forked from AuroraMiddleware/gtk
Minor improvements to alignment padding documentation.
This commit is contained in:
parent
eed0e982f5
commit
8f0e4cf634
@ -1,5 +1,8 @@
|
||||
2003-06-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add
|
||||
Since: 2.4 to the docs.
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
|
||||
an example to the docs. (#98427)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-06-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add
|
||||
Since: 2.4 to the docs.
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
|
||||
an example to the docs. (#98427)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-06-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add
|
||||
Since: 2.4 to the docs.
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
|
||||
an example to the docs. (#98427)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-06-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add
|
||||
Since: 2.4 to the docs.
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
|
||||
an example to the docs. (#98427)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2003-06-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add
|
||||
Since: 2.4 to the docs.
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
|
||||
an example to the docs. (#98427)
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-06-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-sections.txt: Add gtk_alignment_[gs]et_padding().
|
||||
|
||||
2003-05-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/tmpl/gtkadjustment.sgml: Document allowed values for
|
||||
|
@ -125,6 +125,8 @@ gtk_adjustment_get_type
|
||||
GtkAlignment
|
||||
gtk_alignment_new
|
||||
gtk_alignment_set
|
||||
gtk_alignment_get_padding
|
||||
gtk_alignment_set_padding
|
||||
<SUBSECTION Standard>
|
||||
GTK_ALIGNMENT
|
||||
GTK_IS_ALIGNMENT
|
||||
|
@ -502,6 +502,8 @@ gtk_alignment_size_allocate (GtkWidget *widget,
|
||||
* The padding adds blank space to the sides of the widget. For instance,
|
||||
* this can be used to indent the child widget towards the right by adding
|
||||
* padding on the left.
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
void
|
||||
gtk_alignment_set_padding (GtkAlignment *alignment,
|
||||
@ -558,6 +560,8 @@ gtk_alignment_set_padding (GtkAlignment *alignment,
|
||||
*
|
||||
* Gets the padding on the different sides of the widget.
|
||||
* See gtk_alignment_set_padding ().
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
void
|
||||
gtk_alignment_get_padding (GtkAlignment *alignment,
|
||||
|
Loading…
Reference in New Issue
Block a user