mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-24 01:08:02 +02:00
Fix enums for libsexy and gtkextra (other extensions do not have enums)
This commit is contained in:
+31
-1
@@ -1344,7 +1344,37 @@ class Generator {
|
||||
'GdkWindowTypeHint' => 'int',
|
||||
'GdkWMDecoration' => 'int',
|
||||
'GdkWMFunction' => 'int',
|
||||
|
||||
|
||||
// libsexy enums
|
||||
'SexyIconEntryPosition' => 'int',
|
||||
'SexySpellError' => 'int',
|
||||
|
||||
// gtkextra enums
|
||||
'GtkIconListMode' => 'int',
|
||||
'GtkPlotPlane' => 'int',
|
||||
'GtkPlotBarUnits' => 'int',
|
||||
'GtkPlotCanvasAction' => 'int',
|
||||
'GtkPlotCanvasSelection' => 'int',
|
||||
'GtkPlotCanvasPos' => 'int',
|
||||
'GtkPlotCanvasSelectionMode' => 'int',
|
||||
'GtkPlotCanvasPlotPos' => 'int',
|
||||
'GtkPlotProjection' => 'int',
|
||||
'GtkPlotScale' => 'int',
|
||||
'GtkPlotSymbolType' => 'int',
|
||||
'GtkPlotSymbolStyle' => 'int',
|
||||
'GtkPlotBorderStyle' => 'int',
|
||||
'GtkPlotLineStyle' => 'int',
|
||||
'GtkPlotConnector' => 'int',
|
||||
'GtkPlotError' => 'int',
|
||||
'GtkPlotOrientation' => 'int',
|
||||
'GtkPlotAxisPos' => 'int',
|
||||
'GtkPlotLabelStyle' => 'int',
|
||||
'GtkPlotScale' => 'int',
|
||||
'GtkPlotPageSize' => 'int',
|
||||
'GtkPlotPageOrientation' => 'int',
|
||||
'GtkPlotUnits' => 'int',
|
||||
'GtkSheetAttrType' => 'int',
|
||||
|
||||
//Pango enums
|
||||
'PangoAlignment' => 'int',
|
||||
'PangoDirection' => 'int',
|
||||
|
||||
Reference in New Issue
Block a user