GTK+2 panel
Sign in or create your account
Project List ▾
ADG
ADG Lua
aur-fedora-mingw
CANopen for LabVIEW
CJunk
git-hacks
GLeaker
GTK+2 panel
Junk
Lua primer
NtD system
ntdisp
silverstrap
silverstrap-cerulean
SilverStripe toggle-paginator
silverstripe-adg
silverstripe-autotoc
silverstripe-carousel
silverstripe-cerulean
silverstripe-contact
silverstripe-feedreader
silverstripe-gallery
silverstripe-gtkdoc
silverstripe-manpage
silverstripe-news
silverstripe-picasaweb
silverstripe-sponsor
silverstripe-treeish
tccv
TiP
VIM
Help
Project Home
Issues
Source
Source Tree
|
Change Log
|
How To Get The Code
GTK+2 panel Git Source Tree
Root
/
customwidgets.c
1
#include "customwidgets.h"
␊
2
␊
3
␊
4
GtkTooltips *
␊
5
gp_tooltips_get (void)
␊
6
{
␊
7
GtkTooltips *tooltips = NULL;
␊
8
␊
9
if G_UNLIKELY (tooltips == NULL)
␊
10
tooltips = gtk_tooltips_new ();
␊
11
␊
12
return tooltips;
␊
13
}
␊
Download this file
Branches
master
Tags
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1