|
| static BOOL | floatbar_kill_timers (wfFloatBar *floatbar) |
| |
| static BOOL | floatbar_animation (wfFloatBar *const floatbar, const BOOL show) |
| |
| static BOOL | floatbar_trigger_hide (wfFloatBar *floatbar) |
| |
| static BOOL | floatbar_hide (wfFloatBar *floatbar) |
| |
| static BOOL | floatbar_show (wfFloatBar *floatbar) |
| |
| static BOOL | button_set_locked (Button *button, BOOL locked) |
| |
| static BOOL | update_locked_state (wfFloatBar *floatbar) |
| |
| static int | button_hit (Button *const button) |
| |
| static int | button_paint (const Button *const button, const HDC hdc) |
| |
| static Button * | floatbar_create_button (wfFloatBar *const floatbar, const int type, const int resid, const int resid_act, const int x, const int y, const int h, const int w) |
| |
| static Button * | floatbar_create_lock_button (wfFloatBar *const floatbar, const int unlock_resid, const int unlock_resid_act, const int lock_resid, const int lock_resid_act, const int x, const int y, const int h, const int w) |
| |
| static Button * | floatbar_get_button (const wfFloatBar *const floatbar, const int x, const int y) |
| |
| static BOOL | floatbar_paint (wfFloatBar *const floatbar, const HDC hdc) |
| |
| static LRESULT CALLBACK | floatbar_proc (const HWND hWnd, const UINT Msg, const WPARAM wParam, const LPARAM lParam) |
| |
| static BOOL | floatbar_window_create (wfFloatBar *floatbar) |
| |
| void | wf_floatbar_free (wfFloatBar *floatbar) |
| |
| wfFloatBar * | wf_floatbar_new (wfContext *wfc, HINSTANCE window, DWORD flags) |
| |
| BOOL | wf_floatbar_toggle_fullscreen (wfFloatBar *floatbar, BOOL fullscreen) |
| |
FreeRDP: A Remote Desktop Protocol Implementation Windows Float Bar
Copyright 2013 Zhang Zhaolong zhang.nosp@m.zl20.nosp@m.13@12.nosp@m.6.co.nosp@m.m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.