接口
GtkOrientable
说明 [src]
interface Gtk.Orientable : GObject.Object
GtkOrientable
接口由所有能够水平或垂直定向的小组件实现。
GtkOrientable
更加灵活,因为它允许在运行时更改方向,使小组件能够“翻转”。
CSS 节点
实现 GtkOrientable
接口的 GtkWidget
类型将自动获取 horizontal
或 vertical
CSS 类,具体取决于 GtkOrientable:orientation
属性的值。
先决条件
为了实现 Orientable,类型必须继承自GObject
。
实现
- GtkBox
- GtkBoxLayout
- GtkCellAreaBox
- GtkCellRendererProgress
- GtkCellView
- GtkCenterBox
- GtkFlowBox
- GtkGrid
- GtkGridView
- GtkLevelBar
- GtkListBase
- GtkListView
- GtkPaned
- GtkProgressBar
- GtkRange
- GtkScale
- GtkScaleButton
- GtkScrollbar
- GtkSeparator
- GtkShortcutsGroup
- GtkShortcutsSection
- GtkSpinButton
- GtkStackSwitcher
- GtkVolumeButton