forked from AuroraMiddleware/gtk
1f7e5c0610
Sun Apr 1 03:28:14 2001 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c: fixed a bunch of notifications, added reference counts around emissions where the widget is used afterwards. added freeze/thaws around multiple properties being notified. (_gtk_widget_get_aux_info): cleanups. * gtk/gtksettings.c (gtk_settings_install_property): provide default parsing functions for gdkcolor, enums and flags. * gtk/gtkwindow.[hc]: partially reverted patch from havoc, applied by owen. kept a flag in GtkWindowGeometryInfo to handle user resetting default sizes. cleaned up ZVT comments. bunch of assorted bug fixes, notification fixes. (_gtk_window_reposition): make this a really internal function. * gtk/testgtk.c: fixups.
146 lines
1.6 KiB
Plaintext
146 lines
1.6 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkLayout
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkLayout ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@hadjustment:
|
|
@vadjustment:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_put ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@widget:
|
|
@x:
|
|
@y:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_move ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@widget:
|
|
@x:
|
|
@y:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_set_size ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@width:
|
|
@height:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_freeze ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_thaw ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_get_hadjustment ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_get_vadjustment ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_set_hadjustment ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@adjustment:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_layout_set_vadjustment ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@adjustment:
|
|
|
|
|
|
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout: the object which received the signal.
|
|
@arg1:
|
|
@arg2:
|
|
|
|
<!-- ##### ARG GtkLayout:hadjustment ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkLayout:vadjustment ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkLayout:width ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkLayout:height ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|