Skip to content

Commit

Permalink
fix missing centerbox prop #258
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylur committed Jan 14, 2024
1 parent 3dfd57a commit 0ae33bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/centerbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import AgsWidget, { type BaseProps } from './widget.js';
import AgsBox, { type BoxProps } from './box.js';

export type CenterBoxProps = BaseProps<AgsCenterBox, Gtk.Box.ConstructorProperties & {
vertical?: boolean
start_widget?: Gtk.Widget
center_widget?: Gtk.Widget
end_widget?: Gtk.Widget
Expand Down

0 comments on commit 0ae33bd

Please sign in to comment.