FreeRDP
|
#include "xfreerdp.h"
Functions | |
void | xf_floatbar_free (xfFloatbar *floatbar) |
xfFloatbar * | xf_floatbar_new (xfContext *xfc, Window window, const char *title, DWORD flags) |
BOOL | xf_floatbar_is_locked (xfFloatbar *floatbar) |
BOOL | xf_floatbar_event_process (xfFloatbar *floatbar, const XEvent *event) |
BOOL | xf_floatbar_check_event (xfFloatbar *floatbar, const XEvent *event) |
BOOL | xf_floatbar_toggle_fullscreen (xfFloatbar *floatbar, bool fullscreen) |
BOOL | xf_floatbar_hide_and_show (xfFloatbar *floatbar) |
BOOL | xf_floatbar_set_root_y (xfFloatbar *floatbar, int y) |
BOOL xf_floatbar_check_event | ( | xfFloatbar * | floatbar, |
const XEvent * | event | ||
) |
BOOL xf_floatbar_event_process | ( | xfFloatbar * | floatbar, |
const XEvent * | event | ||
) |
void xf_floatbar_free | ( | xfFloatbar * | floatbar | ) |
BOOL xf_floatbar_hide_and_show | ( | xfFloatbar * | floatbar | ) |
BOOL xf_floatbar_is_locked | ( | xfFloatbar * | floatbar | ) |
xfFloatbar* xf_floatbar_new | ( | xfContext * | xfc, |
Window | window, | ||
const char * | title, | ||
DWORD | flags | ||
) |
BOOL xf_floatbar_set_root_y | ( | xfFloatbar * | floatbar, |
int | y | ||
) |
BOOL xf_floatbar_toggle_fullscreen | ( | xfFloatbar * | floatbar, |
bool | fullscreen | ||
) |