GuiClientType Enum

Summary

This enum is used by GuiClient to specify which client to use.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["GuiClientType"] class Type type-node

Syntax

public enum GuiClientType

Fields

Name Constant Value Summary
None 0
No Gui client was detected on the system.
static
PyGTK 1
This is the "old style" TortoiseHg client, pre-2.0.
static
PyQT 2
This is the "new style" TortoiseHg client, from 2.0 and onwards.
static