Skip to content

Commit

Permalink
forgot to include changes in gen_gtk4.jl for GtkDropDown
Browse files Browse the repository at this point in the history
also delete file mistakenly added
  • Loading branch information
jwahlstrand committed Jan 2, 2023
1 parent a0d36b9 commit e16632b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 307 deletions.
6 changes: 3 additions & 3 deletions gen/gen_gtk4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GI.append_struc_docs!(exprs, "gtk4", d, c, ns)

## objects

object_skiplist=[:CClosureExpression,:ClosureExpression,:ConstantExpression,:Expression,:ObjectExpression,:PropertyExpression,:ParamSpecExpression,:PrintUnixDialog,:PageSetupUnixDialog]
object_skiplist=[:CClosureExpression,:ClosureExpression,:ConstantExpression,:ObjectExpression,:PropertyExpression,:ParamSpecExpression,:PrintUnixDialog,:PageSetupUnixDialog]

c = GI.all_objects!(exprs,exports,ns,skiplist=object_skiplist,output_cache_define=false,output_cache_init=false)
GI.append_object_docs!(exprs, "gtk4", d, c, ns)
Expand All @@ -54,14 +54,14 @@ GI.all_struct_methods!(exprs,ns,struct_skiplist=vcat(struct_skiplist,[:Bitset,:B

## object methods

skiplist=[:create_closure,:activate_cell,:event,:start_editing,:filter_keypress,:trigger,:append_node,:im_context_filter_keypress,:get_backlog,:append_border,:append_inset_shadow,:append_outset_shadow,:push_rounded_clip,:get,:get_default]
skiplist=[:create_closure,:activate_cell,:event,:start_editing,:filter_keypress,:trigger,:append_node,:im_context_filter_keypress,:get_backlog,:append_border,:append_inset_shadow,:append_outset_shadow,:push_rounded_clip,:get,:get_default,:get_for_display]

object_skiplist=vcat(object_skiplist,[:BoolFilter,:CellRenderer,:MnemonicAction,:NeverTrigger,:NothingAction,:NumericSorter,:PrintJob,:PrintSettings,:RecentManager,:StringFilter,:StringSorter,:ShortcutAction,:ShortcutTrigger])

# skips are to avoid method name collisions
GI.all_object_methods!(exprs,ns;skiplist=skiplist,object_skiplist=object_skiplist)

skiplist=[:start_editing,:install_properties,:get_for_display]
skiplist=[:start_editing,:install_properties]
# skips are to avoid method name collisions
GI.all_interface_methods!(exprs,ns;skiplist=skiplist,interface_skiplist=[:PrintOperationPreview])

Expand Down
304 changes: 0 additions & 304 deletions src/gen/#gsk4_structs#

This file was deleted.

0 comments on commit e16632b

Please sign in to comment.