Enums¶
Details¶
- class Gladeui.CreateReason(value)¶
Bases:
GObject.GEnum
These are the reasons your
Gladeui.PostCreateFunc
can be called.- USER = 0¶
Was created at the user’s request (this is a good time to set any properties or add children to the project; like
Gtk.Frame
's label for example).
- COPY = 1¶
Was created as a result of the copy/paste mechanism, at this point you can count on glade to follow up with properties and children on its own.
- LOAD = 2¶
Was created during the load process.
- REBUILD = 3¶
Was created as a replacement for another project object; this only happens when the user is changing a property that is marked by the type system as G_PARAM_SPEC_CONSTRUCT_ONLY.
- REASONS = 4¶
Never used.
- class Gladeui.CursorType(value)¶
Bases:
GObject.GEnum
- SELECTOR = 0¶
- ADD_WIDGET = 1¶
- DRAG = 10¶
- RESIZE_TOP_LEFT = 2¶
- RESIZE_TOP_RIGHT = 3¶
- RESIZE_BOTTOM_LEFT = 4¶
- RESIZE_BOTTOM_RIGHT = 5¶
- RESIZE_LEFT = 6¶
- RESIZE_RIGHT = 7¶
- RESIZE_TOP = 8¶
- RESIZE_BOTTOM = 9¶
- class Gladeui.EditorPageType(value)¶
Bases:
GObject.GEnum
- GENERAL = 0¶
- COMMON = 1¶
- PACKING = 2¶
- ATK = 3¶
- QUERY = 4¶
- SIGNAL = 5¶
- class Gladeui.ItemAppearance(value)¶
Bases:
GObject.GEnum
- ICON_AND_LABEL = 0¶
- ICON_ONLY = 1¶
- LABEL_ONLY = 2¶
- class Gladeui.PointerMode(value)¶
Bases:
GObject.GEnum
Indicates what the pointer is used for in the workspace.
- SELECT = 0¶
Mouse pointer used for selecting widgets
- ADD_WIDGET = 1¶
Mouse pointer used for adding widgets
- DRAG_RESIZE = 2¶
Mouse pointer used for dragging and resizing widgets in containers
- MARGIN_EDIT = 3¶
Mouse pointer used to edit widget margins
- ALIGN_EDIT = 4¶
Mouse pointer used to edit widget alignment
- class Gladeui.ProjectModelColumns(value)¶
Bases:
GObject.GEnum
The tree view columns provided by the
Gtk.TreeModel
implemented byGladeui.Project
- COLUMN_ICON_NAME = 0¶
name of the icon for the widget
- COLUMN_NAME = 1¶
Name of the widget
- COLUMN_TYPE_NAME = 2¶
The type name of the widget
- COLUMN_OBJECT = 3¶
the
GObject.Object
of the widget
- COLUMN_MISC = 4¶
the auxilary text describing a widget’s role
- COLUMN_WARNING = 5¶
the support warning text for this widget
- N_COLUMNS = 6¶
Number of columns
- class Gladeui.SignalModelColumns(value)¶
Bases:
GObject.GEnum
- COLUMN_NAME = 0¶
- COLUMN_SHOW_NAME = 1¶
- COLUMN_HANDLER = 2¶
- COLUMN_OBJECT = 3¶
- COLUMN_SWAP = 4¶
- COLUMN_AFTER = 5¶
- COLUMN_TOOLTIP = 6¶
- COLUMN_SIGNAL = 7¶
- COLUMN_DETAIL = 8¶
- N_COLUMNS = 9¶
- class Gladeui.Stock(value)¶
Bases:
GObject.GEnum
- classmethod spec()¶
- Returns:
a
GObject.ParamSpec
describing a list of builtin stock item- Return type:
- DUMMY = 0¶
- class Gladeui.StockImage(value)¶
Bases:
GObject.GEnum
- classmethod spec()¶
- Returns:
a
GObject.ParamSpec
describing a list of builtin stock image- Return type:
- DUMMY = 0¶
- class Gladeui.UIMessageType(value)¶
Bases:
GObject.GEnum
- INFO = 0¶
- WARN = 1¶
- ERROR = 2¶
- ARE_YOU_SURE = 3¶
- YES_OR_NO = 4¶
- class Gladeui.UtilFileDialogType(value)¶
Bases:
GObject.GEnum
- OPEN = 0¶
- SAVE = 1¶