Lines Matching defs:ab

177 static gboolean gtk_appbar_register(GtkAppBar *ab, HWND hwnd) {  in gtk_appbar_register()
189 static gboolean gtk_appbar_unregister(GtkAppBar *ab, HWND hwnd) { in gtk_appbar_unregister()
209 static void gtk_appbar_querypos(GtkAppBar *ab, HWND hwnd, RECT rcWorkspace) { in gtk_appbar_querypos()
254 static void gtk_appbar_setpos(GtkAppBar *ab, HWND hwnd) { in gtk_appbar_setpos()
268 static void gtk_appbar_dispatch_dock_cbs(GtkAppBar *ab, gboolean val) { in gtk_appbar_dispatch_dock_cbs()
278 static GdkFilterReturn wnd_moving(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_moving()
323 static GdkFilterReturn wnd_sizing(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_sizing()
342 static GdkFilterReturn wnd_activate(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_activate()
356 static void show_hide(GtkAppBar *ab, gboolean hide) { in show_hide()
374 static GdkFilterReturn wnd_poschanged(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_poschanged()
390 static GdkFilterReturn wnd_poschanging(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_poschanging()
416 static GdkFilterReturn wnd_exitsizemove(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_exitsizemove()
439 static GdkFilterReturn wnd_showwindow(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_showwindow()
452 static GdkFilterReturn wnd_size(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_size()
473 static GdkFilterReturn wnd_nchittest(GtkAppBar *ab, GdkXEvent *xevent) { in wnd_nchittest()
519 static GdkFilterReturn gtk_appbar_callback(GtkAppBar *ab, GdkXEvent *xevent) { in gtk_appbar_callback()
598 static void gtk_appbar_do_dock(GtkAppBar *ab, UINT side) { in gtk_appbar_do_dock()
621 void gtk_appbar_dock(GtkAppBar *ab, UINT side) { in gtk_appbar_dock()
640 void gtk_appbar_add_dock_cb(GtkAppBar *ab, GtkAppBarDockCB dock_cb) { in gtk_appbar_add_dock_cb()
647 GtkAppBar *ab; in gtk_appbar_add() local
666 void gtk_appbar_remove(GtkAppBar *ab) { in gtk_appbar_remove()