接口

GtkOrientable

说明 [src]

interface Gtk.Orientable : GObject.Object

GtkOrientable 接口由所有能够水平或垂直定向的小组件实现。

GtkOrientable 更加灵活,因为它允许在运行时更改方向,使小组件能够“翻转”。

CSS 节点

实现 GtkOrientable 接口的 GtkWidget 类型将自动获取 horizontalvertical CSS 类,具体取决于 GtkOrientable:orientation 属性的值。

先决条件

为了实现 Orientable,类型必须继承自GObject

实例方法

gtk_orientable_get_orientation

获取 orientable 的方向。

gtk_orientable_set_orientation

设置 orientable 的方向。

属性

Gtk.Orientable:orientation

orientable 的方向。

接口结构

struct GtkOrientableIface {
  GTypeInterface base_iface;
  
}

无可用说明。

接口成员
base_iface
GTypeInterface
 

无可用说明。