Wrappers.Frametype t = [ `frame | `widget | `initially_unowned | `object_ ] Gobject.objval new_ : string option -> tCreate a new Frame
val set_label_widget :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj option ->
unitSets the label widget for the frame.
This is the widget that will appear embedded in the top edge of the frame as a title.
val set_label_align : t -> float -> unitSets the X alignment of the frame widget’s label.
The default value for a newly created frame is 0.0.
val set_label : t -> string option -> unitCreates a new `GtkLabel` with the @label and sets it as the frame's label widget.
val set_child :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj option ->
unitSets the child widget of @frame.
val get_label_widget :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj optionRetrieves the label widget for the frame.
val get_label_align : t -> floatRetrieves the X alignment of the frame’s label.
val get_label : t -> string optionReturns the frame labels text.
If the frame's label widget is not a `GtkLabel`, %NULL is returned.
val get_child :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj optionGets the child widget of @frame.
val get_label_xalign : t -> floatGet property: label-xalign
val set_label_xalign : t -> float -> unitSet property: label-xalign