Module GtkMiscProps.Label.P


module P: sig .. end

val label : ([> `label ], string) Gobject.property
val use_markup : ([> `label ], bool) Gobject.property
val use_underline : ([> `label ], bool) Gobject.property
val mnemonic_keyval : ([> `label ], int) Gobject.property
val mnemonic_widget : ([> `label ], Gtk.widget Gtk.obj option) Gobject.property
val justify : ([> `label ], GtkEnums.justification) Gobject.property
val wrap : ([> `label ], bool) Gobject.property
val pattern : ([> `label ], string) Gobject.property
val selectable : ([> `label ], bool) Gobject.property
val cursor_position : ([> `label ], int) Gobject.property
val selection_bound : ([> `label ], int) Gobject.property
val angle : ([> `label ], float) Gobject.property
val ellipsize : ([> `label ], PangoEnums.ellipsize_mode) Gobject.property
val max_width_chars : ([> `label ], int) Gobject.property
val single_line_mode : ([> `label ], bool) Gobject.property
val width_chars : ([> `label ], int) Gobject.property