comparison gtk/dw.c @ 491:fafd37119db4

Formatting.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 13 Nov 2003 21:53:13 +0000
parents d6e07d292145
children 84e471a4ec7e
comparison
equal deleted inserted replaced
490:a9a09514dd56 491:fafd37119db4
5480 * icon: Icon handle to display in the taskbar. 5480 * icon: Icon handle to display in the taskbar.
5481 * bubbletext: Text to show when the mouse is above the icon. 5481 * bubbletext: Text to show when the mouse is above the icon.
5482 */ 5482 */
5483 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext) 5483 void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext)
5484 { 5484 {
5485 /* TODO */ 5485 /* TODO */
5486 } 5486 }
5487 5487
5488 /* 5488 /*
5489 * Deletes an icon from the taskbar. 5489 * Deletes an icon from the taskbar.
5490 * Parameters: 5490 * Parameters:
5491 * handle: Window handle that was used with dw_taskbar_insert(). 5491 * handle: Window handle that was used with dw_taskbar_insert().
5492 * icon: Icon handle that was used with dw_taskbar_insert(). 5492 * icon: Icon handle that was used with dw_taskbar_insert().
5493 */ 5493 */
5494 void dw_taskbar_delete(HWND handle, unsigned long icon) 5494 void dw_taskbar_delete(HWND handle, unsigned long icon)
5495 { 5495 {
5496 /* TODO */ 5496 /* TODO */
5497 } 5497 }
5498 5498
5499 /* 5499 /*
5500 * Creates a rendering context widget (window) to be packed. 5500 * Creates a rendering context widget (window) to be packed.
5501 * Parameters: 5501 * Parameters: