mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 03:31:33 +00:00
14 lines
210 B
C
14 lines
210 B
C
#ifndef __COMCTL_CPL_H__
|
|
#define __COMCTL_CPL_H__
|
|
|
|
//
|
|
// PUBLIC FUNCTIONS
|
|
//
|
|
void wintc_ctl_cpl_notebook_append_page_from_resource(
|
|
GtkNotebook* notebook,
|
|
const gchar* resource_path,
|
|
...
|
|
);
|
|
|
|
#endif
|