Skip to content

Commit de4516b

Browse files
authored
wxwidgets.cfg: Removed duplicates (#5935)
1 parent 30e34e2 commit de4516b

1 file changed

Lines changed: 0 additions & 48 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<define name="EVT_SYS_COLOUR_CHANGED(func)" value=""/>
137137
<define name="EVT_HTML_CELL_HOVER(id,func)" value=""/>
138138
<define name="EVT_HTML_LINK_CLICKED(id,func)" value=""/>
139-
<define name="EVT_MENU(id,func)" value=""/>
140139
<define name="EVT_BUTTON(id,func)" value=""/>
141140
<define name="EVT_UPDATE_UI(id,func)" value=""/>
142141
<define name="EVT_UPDATE_UI_RANGE(id1,id2,func)" value=""/>
@@ -205,7 +204,6 @@
205204
<define name="EVT_LISTBOX_DCLICK(id,func)" value=""/>
206205
<define name="EVT_COMMAND(id,event,func)" value=""/>
207206
<define name="EVT_COMMAND_RANGE(id1,id2,event,func)" value=""/>
208-
<define name="EVT_COMMAND_SCROLL(id,func)" value=""/>
209207
<define name="EVT_TOOL_ENTER(id,func)" value=""/>
210208
<define name="EVT_TOOL_DROPDOWN(id,func)" value=""/>
211209
<define name="EVT_COMMAND_LEFT_CLICK(id,func)" value=""/>
@@ -256,7 +254,6 @@
256254
<define name="EVT_NOTIFY(event,id,func)" value=""/>
257255
<define name="EVT_CUSTOM_RANGE(event,id1,id2, func)" value=""/>
258256
<define name="EVT_NOTIFY_RANGE(event,id1,id2, func)" value=""/>
259-
<define name="EVT_UPDATE_UI(id,func)" value=""/>
260257
<define name="EVT_CHOICE(id,func)" value=""/>
261258
<define name="EVT_PG_SELECTED(id,func)" value=""/>
262259
<define name="EVT_PG_CHANGING(id,func)" value=""/>
@@ -284,7 +281,6 @@
284281
<define name="EVT_GRID_CMD_SELECT_CELL(id,func)" value=""/>
285282
<define name="EVT_GRID_CMD_EDITOR_HIDDEN(id,func)" value=""/>
286283
<define name="EVT_GRID_CMD_EDITOR_SHOWN(id,func)" value=""/>
287-
<define name="EVT_COLOURPICKER_CHANGED(id,func)" value=""/>
288284
<define name="EVT_COLOURPICKER_CURRENT_CHANGED(id,func)" value=""/>
289285
<define name="EVT_COLOURPICKER_DIALOG_CANCELLED(id,func)" value=""/>
290286
<define name="EVT_COLLAPSIBLEHEADER_CHANGED(id,func)" value=""/>
@@ -348,13 +344,11 @@
348344
<define name="EVT_RIGHT_DOWN(func)" value=""/>
349345
<define name="EVT_MOTION(func)" value=""/>
350346
<define name="EVT_MIDDLE_UP(func)" value=""/>
351-
<define name="EVT_MOUSEWHEEL(func)" value=""/>
352347
<define name="EVT_MOUSE_CAPTURE_LOST(func)" value=""/>
353348
<define name="EVT_RIGHT_UP(func)" value=""/>
354349
<define name="EVT_KEY_DOWN(func)" value=""/>
355350
<define name="EVT_KEY_UP(func)" value=""/>
356351
<define name="EVT_LEFT_DCLICK(func)" value=""/>
357-
<define name="EVT_MOTION(func)" value=""/>
358352
<define name="EVT_ENTER_WINDOW(func)" value=""/>
359353
<define name="EVT_LEAVE_WINDOW(func)" value=""/>
360354
<define name="EVT_MOUSEWHEEL(func)" value=""/>
@@ -398,7 +392,6 @@
398392
<define name="EVT_KILL_FOCUS(func)" value=""/>
399393
<define name="EVT_MOUSE_CAPTURE_CHANGED(func)" value=""/>
400394
<define name="EVT_PALETTE_CHANGED(func)" value=""/>
401-
<define name="EVT_MOUSE_EVENTS(func)" value=""/>
402395
<define name="EVT_MIDDLE_DOWN(func)" value=""/>
403396
<define name="EVT_AUI_PANE_BUTTON(func)" value=""/>
404397
<define name="EVT_AUI_PANE_CLOSE(func)" value=""/>
@@ -579,10 +572,7 @@
579572
<define name="BEGIN_DECLARE_EVENT_TYPES()" value=""/>
580573
<define name="END_DECLARE_EVENT_TYPES()" value=""/>
581574
<define name="DECLARE_EXPORTED_EVENT_TYPE(expdecl, name, value)" value=""/>
582-
<define name="DECLARE_EVENT_TYPE(name, value)" value=""/>
583-
<define name="DECLARE_LOCAL_EVENT_TYPE(name, value)" value=""/>
584575
<define name="DEFINE_EVENT_TYPE(name)" value="const wxEventType name = wxNewEventType();"/>
585-
<define name="DEFINE_LOCAL_EVENT_TYPE(name)" value=""/>
586576
<define name="WX_DECLARE_STRING_HASH_MAP(name, value)" value=""/>
587577
<define name="DECLARE_LOCAL_EVENT_TYPE(name, value)" value=""/>
588578
<define name="DEFINE_LOCAL_EVENT_TYPE(name)" value=""/>
@@ -613,7 +603,6 @@
613603
<define name="wxDEFINE_EVENT_ALIAS( name, type, value )" value=""/>
614604
<define name="wxDECLARE_EXPORTED_EVENT_ALIAS( expdecl, name, type )" value=""/>
615605
<define name="wxEND_EVENT_TABLE()" value=""/>
616-
<define name="wxDECLARE_EVENT_TABLE_TERMINATOR()" value=""/>
617606
<!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__debug.html -->
618607
<!-- #define wxASSERT(condition) -->
619608
<define name="wxASSERT(condition)" value="assert(condition)"/>
@@ -676,32 +665,6 @@
676665
<define name="wxTextFileType_Os2" value="4"/>
677666
<define name="wxTextEntryDialogStyle" value="(wxOK | wxCANCEL | wxCENTRE | wxWS_EX_VALIDATE_RECURSIVELY)"/>
678667
<define name="wxWS_EX_VALIDATE_RECURSIVELY" value="1"/>
679-
<define name="wxIMAGE_OPTION_BMP_FORMAT" value="wxString(&quot;wxBMP_FORMAT&quot;)"/>
680-
<define name="wxIMAGE_OPTION_CUR_HOTSPOT_X" value="wxString(&quot;HotSpotX&quot;)"/>
681-
<define name="wxIMAGE_OPTION_CUR_HOTSPOT_Y" value="wxString(&quot;HotSpotY&quot;)"/>
682-
<define name="wxIMAGE_OPTION_FILENAME" value="wxString(&quot;FileName&quot;)"/>
683-
<define name="wxIMAGE_OPTION_GIF_COMMENT" value="wxString(&quot;GifComment&quot;)"/>
684-
<define name="wxIMAGE_OPTION_MAX_HEIGHT" value="wxString(&quot;MaxHeight&quot;)"/>
685-
<define name="wxIMAGE_OPTION_MAX_WIDTH" value="wxString(&quot;MaxWidth&quot;)"/>
686-
<define name="wxIMAGE_OPTION_ORIGINAL_HEIGHT" value="wxString(&quot;OriginalHeight&quot;)"/>
687-
<define name="wxIMAGE_OPTION_ORIGINAL_WIDTH" value="wxString(&quot;OriginalWidth&quot;)"/>
688-
<define name="wxIMAGE_OPTION_PNG_BITDEPTH" value="wxString(&quot;PngBitDepth&quot;)"/>
689-
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_BUFFER_SIZE" value="wxString(&quot;PngZB&quot;)"/>
690-
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_LEVEL" value="wxString(&quot;PngZL&quot;)"/>
691-
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_MEM_LEVEL" value="wxString(&quot;PngZM&quot;)"/>
692-
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_STRATEGY" value="wxString(&quot;PngZS&quot;)"/>
693-
<define name="wxIMAGE_OPTION_PNG_FILTER" value="wxString(&quot;PngF&quot;)"/>
694-
<define name="wxIMAGE_OPTION_PNG_FORMAT" value="wxString(&quot;PngFormat&quot;)"/>
695-
<define name="wxIMAGE_OPTION_QUALITY" value="wxString(&quot;quality&quot;)"/>
696-
<define name="wxIMAGE_OPTION_RESOLUTION" value="wxString(&quot;Resolution&quot;)"/>
697-
<define name="wxIMAGE_OPTION_RESOLUTIONUNIT" value="wxString(&quot;ResolutionUnit&quot;)"/>
698-
<define name="wxIMAGE_OPTION_RESOLUTIONX" value="wxString(&quot;ResolutionX&quot;)"/>
699-
<define name="wxIMAGE_OPTION_RESOLUTIONY" value="wxString(&quot;ResolutionY&quot;)"/>
700-
<define name="wxIMAGE_OPTION_TIFF_BITSPERSAMPLE" value="wxString(&quot;BitsPerSample&quot;)"/>
701-
<define name="wxIMAGE_OPTION_TIFF_COMPRESSION" value="wxString(&quot;Compression&quot;)"/>
702-
<define name="wxIMAGE_OPTION_TIFF_IMAGEDESCRIPTOR" value="wxString(&quot;ImageDescriptor&quot;)"/>
703-
<define name="wxIMAGE_OPTION_TIFF_PHOTOMETRIC" value="wxString(&quot;Photometric&quot;)"/>
704-
<define name="wxIMAGE_OPTION_TIFF_SAMPLESPERPIXEL" value="wxString(&quot;SamplesPerPixel&quot;)"/>
705668
<define name="wxUPDATE_UI_PROCESS_ALL" value="0"/>
706669
<define name="wxUPDATE_UI_PROCESS_SPECIFIED" value="1"/>
707670
<define name="wxMOUSE_WHEEL_VERTICAL" value="0"/>
@@ -780,13 +743,6 @@
780743
<define name="wxDV_VERT_RULES" value="0x0008"/>
781744
<define name="wxDV_ROW_LINES" value="0x0010"/>
782745
<define name="wxDV_VARIABLE_LINE_HEIGHT" value="0x0020"/>
783-
<define name="wxDATAVIEW_CELL_INERT" value="0"/>
784-
<define name="wxDATAVIEW_CELL_ACTIVATABLE" value="1"/>
785-
<define name="wxDATAVIEW_CELL_EDITABLE" value="2"/>
786-
<define name="wxDATAVIEW_CELL_SELECTED" value="1"/>
787-
<define name="wxDATAVIEW_CELL_PRELIT" value="2"/>
788-
<define name="wxDATAVIEW_CELL_INSENSITIVE" value="4"/>
789-
<define name="wxDATAVIEW_CELL_FOCUSED" value="8"/>
790746
<define name="wxDATAVIEW_COL_RESIZABLE" value="1"/>
791747
<define name="wxDATAVIEW_COL_SORTABLE" value="2"/>
792748
<define name="wxDATAVIEW_COL_REORDERABLE" value="4"/>
@@ -1062,10 +1018,6 @@
10621018
<define name="wxCHK_2STATE" value="0x4000"/>
10631019
<define name="wxCHK_3STATE" value="0x1000"/>
10641020
<define name="wxCHK_ALLOW_3RD_STATE_FOR_USER" value="0x2000"/>
1065-
<define name="wxSYS_OEM_FIXED_FONT" value="10"/>
1066-
<define name="wxSYS_ANSI_FIXED_FONT" value="11"/>
1067-
<define name="wxSYS_ANSI_VAR_FONT" value="12"/>
1068-
<define name="wxSYS_SYSTEM_FONT" value="13"/>
10691021
<define name="wxSYS_DEVICE_DEFAULT_FONT" value="14"/>
10701022
<define name="wxSYS_DEFAULT_PALETTE" value="15"/>
10711023
<define name="wxSYS_SYSTEM_FIXED_FONT" value="16"/>

0 commit comments

Comments
 (0)