Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.SortType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkSortType
Enum : SortType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.CList
Property
sort_type : Gtk.SortType
Gtk.CList
Method
set_sort_type (SortType sort_type) : none
Gtk.TreeSortable
Method
get_sort_column_id (Object out_values, SortType order) : Boolean
Fills in sort_column_id and order with the current sort column and the order.
Gtk.TreeSortable
Method
set_sort_column_id (Number sort_column_id, SortType order) : none
Sets the current sort column to be sort_column_id.
Gtk.TreeViewColumn
Property
sort_order : Gtk.SortType
Gtk.TreeViewColumn
Method
set_sort_order (SortType order) : none
Changes the appearance of the sort indicator.
Gtk.TreeViewColumn
Method
get_sort_order () : Gtk.SortType
Gets the value set by gtk_tree_view_column_set_sort_order().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:43 GMT+0800 (HKT)